/* CSS Document */

body {
background-image:url(../images/site_bg.jpg);
background-repeat:repeat-x;
background-color: #FFFFFF;
font-family:"Trebuchet MS", Verdana;
font-size : 12px;
color: #333333;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}


#footer {
background-image:url(../images/footerbg.jpg);
background-repeat:repeat-x;

}


a:hover {
font-weight:normal;
font-size:12px;
font-family:"Trebuchet MS";
color:#FF3300;
}

a:visited, a:link, a:active {
font-weight : normal;
font-size : 12px;
font-family:"Trebuchet MS";
color : #2A7BAC;
text-decoration : underline;
}
