body {
margin: 0;
padding: 0;
background-color: #050845;
color: white;
background-image: url(images/renegait_bg.jpg);
background-repeat: repeat;
font: small Arial, Helvetica, Verdana, sans-serif;
}

#wrapper {
background-color: #fdf8f2;
color: black;
margin: 30px 40px 30px 40px;
padding: 10px;
}

#titlebar {
border-top: 1px solid #b9d2e3;
border-bottom: 1px solid #b9d2e3;
margin:0;
padding:0;
width: 100%
}

#tagline {
font-weight: bold;
font-size: xx-large;
background-color: #fdf8f2;
color: #050845;
font-style: italic;
margin: 40px 0 0 0;
height: 110px;
}

#main {
position: relative;
top:0;
width: 100%;
padding: 20px 0 20px 0;
margin-top: 20px;
}

#leftnav {
vertical-align:top;
padding: 10px;
font-size: 18px;
border: none;
font-weight: bold;
text-decoration: none;
color: #050845;
display: block;
/* width:25%; */
width: 150px;
}


#leftnav a:link {
text-decoration: none;
color: #050845;
}

#leftnav a:visited {
text-decoration: none;
color: #050845;
}

#content {
/* position:relative; */
top: 0;
left: 
float: right;
width: 600px;
padding: 20px 20px 20px 20px;
color: #050845;
font-size: 14px;
font-weight: normal;
}

#content a:link {
color: #0000FF;
text-decoration:underline;
}

#content a:visited {
color: #FF0000;
text-decoration:underline;
}


#footer-links {
border-top: 1px solid #b9d2e3;
border-bottom: 1px solid #b9d2e3;
font-size: 12px;
font-weight: bold;
}

#footer-links ul {
margin: 0;
padding: 20px 0 20px 20px;
text-align: center;
}

#footer-links li {
display: inline;
background-color: #fdf8f2;
color: #050845;
}

#footer-links a:link, a:visited {
text-decoration: none;
background-color: #fdf8f2;
color: #050845;
}
