#footerwrapper {
	width: 100%;
	clear: both;
	background: url(images/footerbg.gif) 0 0 repeat-x #6B6854; 
}	

#footer {	
	width: 1004px;
	margin: 0px auto;
	height: 200px;
	color: #fff; 
	clear: both; 
}

#copyright {
	background: url(images/footer_sacred_geometry.gif) no-repeat 510px 26px;
	padding: 30px 10px 10px 10px;
}
	
#copyright p {
	text-align: right; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 11px; 
	color: white;
	margin-bottom: 3px;	
}

#copyright a { 
	font-weight: bold;
	text-decoration: none;	
	color: cyan;
}

#copyright a:hover { 
	color: white;	
	text-decoration: underline;
}

#footer .clearer {clear: both; height: 1px;}

#footerlinks {
	padding: 8px 0 9px 0;
	float: right; 
	color: #d6c780; 
/*	border: solid white; 
	border-width: 1px 0; */
	background-color: black;
}

#footerlinksleft{
	padding: 8px 0 9px 0;
	float: left; 
	color: #d6c780; 
	background-color: black;
}

#footerlinks a, #footerlinksleft a { 
	background: url(images/small_square.gif) 0 4px no-repeat; 
	margin: 0 6px 0 16px;
	padding: 0 5px 0 15px; 
	font-weight: normal;
	text-decoration: none;	
	color: #fff; 
	line-height: 2em;
}

#footerlinksleft a { 
	background-image: none;
}
#footerlinks a:hover, #footerlinksleft a:hover { 
	color: #fc0;
}

