@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bkgd-brown.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #81623e;
}
#footer a:active {
	color: #ffffff;
}


a:link {
	color: #c12323;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #c12323;
}
a:hover {
	text-decoration: underline;
	color: #AF8658;
}
a:active {
	text-decoration: none;
	color: #c12323;
}