/* CSS Document */

body
{ 
background-image: 
url(../images/bkgrnd.jpg);
background-repeat: repeat-x
}
#body a, #body a:link {
	color: #FFFFFF;
	text-decoration: none;

}
#body a, #body a:visited {
	color: #FFFFFF;
	text-decoration: none;

}
#body a, #body a:hover {
	color: #D07814;}

#footer{

font-family:verdana, sans-serif;

font-color:#999999;

background-color:#FFFFFF;

margin-bottom:25px;

margin-left: 25px;

margin-right: 25px;

}

#footer a, #footer a:link{

color:#999999;

text-decoration: none;
}



#footer a, #footer a:visited{

color:#999999;

text-decoration: none;


}
#footer a, #footer a:hover{

color:#333333;

text-decoration: none;

}
