body {
	background-color: #000000;
}



#wrap{
	width: 779px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	background-color: #F1EDE8;
}



.nav{
	color: #99816A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-color: #644220;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	width: 779px;
	height: 18px;
	}

.nav a{
	color:#99816A;
	text-decoration:none;
	padding-right: 15px;
	padding-left: 15px;
}
.nav a:hover{
	color:#9B632C; 
	text-decoration:none;

}




.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #756658;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	text-align: center;
	height: 40px;
}
.footer a{
	color: #756658;
	text-decoration: underline;
}

.footer a:hover{
	    color: #9B632C;
		text-decoration: underline;
}.main {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	height: 369px;
}
.header {
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
	height: 112px;
	text-align: right;
}
.content {
	background-color: #F1EDE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #484745;
	padding: 20px;
}


.content img {
	border: 1px solid #000000;
	margin: 10px;
}

.content a{
	color:#99816A;
	text-decoration:none;
}
.content a:hover{
	color:#BCA48B; 
	text-decoration:underline;

}




.imgborder {
	border: 1px solid #996633;
	margin: 10px;
}
