/* CSS Document */

body {
	background: #403517;
	background-image: url(images/bg_1.gif);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.content
{
	width: 750px;
	background-color:#FFFFFF;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.spacer
{
	height: 1px;
}
.footer
{
	width: 750px;
	height: 58px;
	background-color:#F1EB7C;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:center;
}
a:link { 
	color: #000000;
	text-decoration: underline;
}
a:visited { 
	color: #000000;
	text-decoration: underline;
}
a:hover {  
	color: #000000;
	text-decoration: none;
}
a:active {  
	color: #000000;
	text-decoration: none;
}
a:focus {  
	color: #000000;
	text-decoration: none;
}
