body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px; 
	font-weight: bold; 
	background: #81361F url("bkg.png") no-repeat fixed center;
	color:#ffffff;
	}

#index .navbar {
    padding: 5% 0 .5%;
}

.navbar {
	font-size: 14.5px; 
	font-weight: bold;
	border-bottom:#000000 0px solid;
	}

a:link { 
	color: #E7CE8C; 
	text-decoration: none; 
	}
	
a:visited { 
	color: #E7CE8C; 
	text-decoration: none; 
	}
	
a:hover { 
	color: #D41B2D; 
	font-weight: bold; 
	text-decoration: none; 
	}
	
.copyright {
	font-size:10px;
	}	

.banner img {
    border: 0;
}

img {
	border:1px; 
	border-color:#DDBA5D; 
	border-style: solid;
	}


