@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #fff9e6;
}
a {
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#wrap {
	width: 100%;
	margin-top: 0px;
	padding-top: 0px;
	height: 20px;
	background-image: url(../img/header-bg.gif);
	background-repeat: repeat-x;
}
#content {
	width: 966px;
	height: 270px;
	/*background-color: #fff9e6;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: #7a6238;	
}

#content-wrap	{
	width: 100%;
	height: 270px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #dbcaa3;
	background-color: #fff9e6;
	}
	#content-wrapp	{
	width: 100%;
	/*height: 370px;*/
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #dbcaa3;
	background-color: #fff9e6;
	margin-right: auto;
	margin-left: auto;
	}
	#content-wrap-port	{
	width: 996px;
	/*height: 370px;*/
	/*border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #dbcaa3;
	background-color: #fff9e6;*/
	margin-right: auto;
	margin-left: auto;
	}
#contents {
	width: 966px;
	height: 280px;
	/*background-color: #fff9e6;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	color: #7a6238;	
}

#contents-wrap	{
	width: 100%;
	height: 280px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #dbcaa3;
	background-color: #fff9e6;
	}
	
#content2-wrap	{
	width: 100%;
	height: 260px;
	background-color: #8a7c68;
	margin-right: auto;
	margin-left: auto;
	}
	
#content1-left {
	width: 474px;
	height: 280px;
	margin-top: 0px;
	background-color: #fff9e6;
	float: left;
	color: #7a6238;
	padding-left: 7px;
	
}

#content1-right {
	width: 474px;
	height: 280px;
	margin-top: 0px;
	background-color: #f5e9cc;
	float: right;
	color: #7a6238;
	padding-left: 2px;
	
}

	
#content2-left {
	width: 474px;
	height: 260px;
	margin-top: 0px;
	background-color: #8a7c68;
	float: left;
	color: #fff9e6;
	padding-left: 7px;
	
}

#content2-right {
	width: 476px;
	height: 260px;
	margin-top: 0px;
	background-color: #827260;
	float: right;
	color: #fff9e6;
	/*padding-left: 7px;*/
	
}
/*#content2-right h2,#content2-right p {
	padding-left: 16px;
	
}

#content2-left h2,#content2-left p {
	padding-left: 16px;
	
}*/

h2, h3, h4, p { padding-left: 16px;   }


#center1 { 

	width: 966px;
	/*height: 270px;*/
	/*background-color: #fff9e6;*/
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;

}

#nav-wrap {
	
	height: 109px;
	width: 100%;
	margin-top: 0;
	background-image: url(../img/nav-bg.jpg);
	background-repeat: repeat-x;
}

#nav {
	height: 109px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

.clear{clear: both;}

#footer-wrap {
	color: #b1a787;
	background-color: #6f6251;
	height: 45px;
	width: 100%;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #53493c;

}

#footer {
	height: 25px;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: center;

}img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 5px;
}
.bold {
	font-weight: bold;
}
.col {
	
	float: left;
	height: 150px;
	width: 300px;
	
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 20px;
	
	
	display: block;
	
	font-variant: small-caps;
	
}
.col img {
	border: 2px solid #900;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 20px;
}
.col:hover img {
	border: 2px solid #333;
}