/* Main CSS for Your Guide To Live */

body {
background-color: #F9F7F7;
font-size: 14px;
}

a {
color: #AA0000;
}

a:hover {
color: #FF0000;
}

a:active {
color: #00FF00;
}

a:visited {
color: #550000;
}

#header {
background-color: #FFFFFF;
right: 10px;
}

#subheader {
background-color: #999999;
font-size: 12px;
}

#footer {
position: absolute;
height: 30px;
width: 98%;
text-align: center;
}

#footer p {
font-size: 10px;
}

#mainbody {

}

#navbar {
position: absolute;
left: 10px;
top: 150px;
width: 230px;
background-color: #DDDBDB;
font-size: 12px;
}

#adbar {
position: absolute;
right: 10px;
top: 150px;
width: 140px;
background-color: #EEECEC;
}

#content {
margin: 0px 186px 0px 246px;
}