/* CSS Document */

a:active, a:focus {outline: 0;}

body {
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}
.borders{
	border: solid 1px #9a7531; 
}
.borders2{
	border: solid 1px #9a7531;
	width:150px;
}
.borders2:hover{
	ssbackground-color:#cc0033;
}
.nava{
	display:block;	
	width:100%;
	height:40px;
}
.nava:hover{
	background-color:#cc0033;
}
.nava span{
	display:none;
}
.navi{
	margin-top:15px;
}
.spacer{
	padding:5px;
}
.footerDetails {
	font-family: tahoma;
	font-size: 11px;
	color: #e3bb72;
	font-weight: bold;
}
.foot {
	color: #e3bb72;
	text-decoration:none;
}
.foot:hover {
	color: #f7dba8;
	text-decoration:underline
}
.footerNormal {
	font-size: 11px; 
	color: #8a7651; 
	font-family: tahoma;
}
.foot2 {
	color: #8a7651;
	text-decoration:none;
}
.foot2:hover {
	color: #f7dba8;
	text-decoration:underline
}
