/* CSS Document */
body{
background-color:#C8CDD0;
margin:0px;
}

#main_container{
width:980px;
margin:auto;
}

#header{
background-image:url(../images/header_bg.jpg);
height:90px;
background-repeat:repeat-x;
float:left;
padding:0px 0px 0px 20px;
width:960px;
}

#middle{
background-color:#A7967A;
float:left;
width:958px;
padding:15px 12px 10px 10px;
}

#footer{
background-image:url(../images/footer_bg.jpg);
width:948px;
float:left;
padding:12px 15px 12px 15px;
background-repeat:repeat-x;
}


/* text class here */
.top_link{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#000000;
text-decoration:none;
font-weight:bold;
}
.top_link a{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#000000;
text-decoration:none;
font-weight:bold;
}
.top_link a:hover{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#000000;
text-decoration:underline;
font-weight:bold;
}

.var12whi{
font-family:Verdana;
font-size:12px;
color:#fff;
text-decoration:none
}
.var12whi a{
font-family:Verdana;
font-size:12px;
color:#fff;
text-decoration:none
}
.var12whi a:hover{
font-family:Verdana;
font-size:12px;
color:#fff;
text-decoration:underline
}
