/* footer css */

div#footer{
	width:800px;
	height:50px;
	font-size:11px;
	color:#FFFFFF;
	background-color:#382313;
	margin:0px;
	padding:0px;
	text-align:center;
	clear:both;}
	
div#footer .copyright{
	width:800px;
	padding:35px 0px 0px 0px;}
	

/*

a:link {
	color: #666666;
	text-decoration:underline;
}
a:visited {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}

*/