body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}


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

#topNav {
	background-image: url(../images/nav_bar.gif);
	background-repeat: repeat-x;
	height: 23px;
	float: left;
	width: 779px;
	color: #BB996F;
	text-align: center;
	padding-top: 5px;
}


#topNav a {
	color: #BB996F;
	text-decoration: none;
	text-align: center;
	padding-right: 22px;
	padding-left: 22px;
}

#topNav a:hover {
	color: #DFBD92;
	text-decoration: none;
}

#homeHeader {
	background-image: url(../images/header_home.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 228px;
	width: 779px;
}

#homeContent {
	float: left;
	height: 153px;
	width: 384px;
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	padding-right: 370px;
	padding-left: 25px;
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 17px;
}


#header {
	background-image: url(../images/header.jpg);
	float: left;
	height: 151px;
	width: 779px;
}



#content {
	background-image: url(../images/sub_feather.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFFFFF;
	float: left;
	width: 619px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding-top: 25px;
	padding-right: 120px;
	padding-bottom: 25px;
	padding-left: 40px;
}
#content h2 {
	font-size: 16px;
	color: #8E490E;
}

#content img {
	border: 1px solid #3E270E;
	padding: 4px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
	
#content a {
	color: #BB996F;
	text-decoration: underline;
}

#content a:hover {
	color: #DFBD92;
	text-decoration: underline;
}





#botNav {
	background-image: url(../images/nav_bar2.gif);
	background-repeat: repeat-x;
	height: 20px;
	float: left;
	width: 779px;
	color: #3E270E;
	text-align: center;
	padding-top: 8px;
}


#botNav a {
	color: #3E270E;
	text-decoration: none;
	text-align: center;
	padding-right: 8px;
	padding-left: 8px;
}

#botNav a:hover {
	color: #674724;
	text-decoration: none;
}

#footer {
	background-color: #3E270E;
	float: left;
	height: 46px;
	width: 754px;
	text-align: right;
	line-height: 17px;
	color: #BB996F;
	padding-top: 10px;
	padding-right: 25px;
}

#footer a {
	color: #BB996F;
	text-decoration: underline;
}

#footer a:hover {
	color: #DFBD92;
	text-decoration: underline;
}


.floatRight {
	float: left;
	border: 1px solid #3E270E;
	padding: 4px;
}


#gallery ul {
	margin: 0px;
	padding: 0px;
}

#gallery li {
	list-style-type: none;
	float: left;
	text-align: center;

}
#gallery a {
	text-decoration: none;
}


.detailGallery {
	padding-left: 60px;
}

.imgLeft {
	margin-right: 25px;
}
