@charset "UTF-8";
/* CSS Document */

body{
color:black;
font-size:12px;
background-color: white;

}

.site_container{
position: relative;
width:800px;
background-color:white;

}

#header{
width:800px;
background-color:white ;
position:relative;
background-image: url(../images/header.jpg);
background-repeat: no-repeat; 


 
}




.headline{
font: 20px Georgia, "Times New Roman", Times, serif;
}

.subhead{
font: 15px Georgia, "Times New Roman", Times, serif;
}


#content_area{
width:876px;
background-color:white;

}

.flava{
padding-top: 20px;

}

.footer{
padding-top: 100px;
}

#main{
width:400px;
position: relative;
top: 20px;
font: 12px Georgia, "Times New Roman", Times, serif;
line-height: 16px;
float:right;
padding-right: 250px;
padding-left: 25px;
background-color: white;
border-top: dotted thin #999999;
border-bottom: thin dotted #999999;



}

.sidebar{
width: 150px;
height: 535px;
font: 10pt Georgia, "Times New Roman", Times, serif;
color:#999999;
border: dotted thin  #999999;
line-height: 30px;
position: relative;
top: 20px;



}

ul{
list-style: none;
}


sidebar .li{
display:list-item;


}

a:link, a:hover, a:active { 
color: #990000; 
}
a:visited { 
color: grey; 
}




.clear{
clear:both;
}

#ads{
height:240px;
width: 120px;
background-color: yellow;
position:relative;
float: right;
}
