body { 
	font: 12px/16px Helvetica, sans-serif; 
	color: #FFFFFF; 
	background: #71511C; 
	margin: 0; 
	padding: 0;
	background-image:url(../img/indexbg.jpg);
	background-repeat: repeat-x;
	/**/
}


a:link { 
	font-weight: normal; 
	text-decoration: none; 
	color: #6600FF;
}
a:visited { 
	text-decoration: none; 
	color: 6600FF;
}
a:hover, a:active { 
	text-decoration: none; 
	color: #000000;
}


.clear {		
	clear: both;
	height:1px;	
	width:800px;
	margin: 0 auto;
	border-bottom: #FFFFFF solid 1px;
}

#container { 
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	position: relative;
	text-align:center;
}


#flashcontent {
	position:relative;
	/*
	top:0px;
	left:1px;
	width: 900px;
	height: 286px;
	*/
	margin: 30px 0 20px 0;
	padding: 0;
	float:left;
	clear:both;
	
}
#footer {	
	width:800px;
	margin: 10px auto; 
	padding: 0;
	text-align: center;	
	/*border-top: #FFFFFF solid 1px;
	border-top:#FFFFFF solid; */
	/*clear: both;float:none;	
	font: 10px/12px Trebuchet Ms, sans-serif; 
	color: #FFFFFF; 
	border-left:#000000 solid 1px;
	border-right: #000000 solid 1px;
	*/
	
}

