.bkgrnd {
	background-image:url(images/main_backgrnd.jpg);
	background-repeat:no-repeat;
	background-position: bottom center;

}

.bodyback {
	background-color:#fbf1a9;
	border-style:solid;
	border-width: 3px;
	border-color:#96531f;
}

.copyright {
    	font-size: 11px;
    	text-align: center;
	text-decoration: none;
	color:#000000;
}
.copyright a:link {
    	font-size: 11px;
    	text-align: center;
	text-decoration: none;
}
.copyright a: visited {
	font-size: 11px;
    	text-align: center;
	text-decoration: none;
}
.copyright a:hover {
	font-size: 11px;
    	text-align: center;
	text-decoration: underline;
}


.footer {
	color:#000000;
    text-align: center;
	font-size:12px;
}
.footer a:link{
    text-align: center;
	color:#000000;
	text-decoration: none;
}
.footer a:visited{
	color:#000000;	
	text-decoration: none;
}
.footer a:hover{
	color:#96531f;
	text-decoration: underline;
}
		
		
.floatleft {
float:left;
margin-right : 5px;
margin-top : 2px;
}
		
	
