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

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
body {
	background-color: #e4d9be; /* e4d9be */
	color: #666666;
}
#container {
	position: relative;
	width: 100%;
	height: 100%;
}
#hold1 {
	position: relative;
	background: #bec343;
	width: 777px;
	margin: 0 auto;
	height: auto;
	border-bottom: 5px solid #d1ba84;
}
#hold2 {
	position: relative;
	background: #9f7a43;
	width: 767px;
	margin: 0 auto;
	height: auto;
}
#hold3 {
	position: relative;
	background: #e4d9be;
	width: 747px;
	margin: 0 auto;
	height: auto;
	border-left: 2px solid #FFFFFF;
	border-right: 2px solid #FFFFFF;
}
#head {
	position: relative;
	width: 747px;
	height: 116px;
	background: url(../images/banner.jpg) no-repeat;
}
#head_txt {
	position: relative;
	width: 100%;
	height: 70px;
	top: 25px;
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	color: #d1ba84;
}
#nav {
	position: relative;
	width: 747px;
	height: 30px;
	background: #808504;
	border-bottom: 5px solid #ac844a;
	border-top: 1px solid #FFFFFF;
	text-transform: uppercase;
}
#nav ul {
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0px;
}
#nav li {
	display: inline;
	padding: 0px 0px 0px 20px;
}
#nav a {
	color: #ffffff;
	text-decoration: none;
}
#nav a:hover {
	color: #F69220;
	text-decoration: underline;
}
#content_txt_head_flower {
	position: relative;
	width: 44px;
	background: url(../images/flower.gif) bottom right no-repeat;
	padding-top: 50px;
	top: 90px;
	left: 660px;
	margin-top: -50px;
	z-index: 2;
}
#content {
	position: relative;
	width: 747px;
	background: #e4d9be;
	z-index: 1;
}
#content_txt, #content_txt2 {
	position: relative;
	width: 633px;
	margin: 0 auto;
	background: #d1ba84;
	min-height: 400px;
	padding-bottom: 20px;
}
#content_txt2 {
	min-height: 800px;
}
#content_txt p, #content_txt2 p {
	padding-left: 50px;
	text-indent: 20px;
	padding-right: 30px;
}
#content_txt div, #content_txt2 div {
	padding-left: 50px;
}
#content_txt_head {
	position: relative;
	height: 20px;
	background: url(../images/content_txt_head.gif) bottom left no-repeat #e4d9be;
	width: 633px;
	padding-top: 50px;
}
.hoverbox  {
	cursor: default;
	list-style: none;
	border: 0px;
}
.hoverbox a {
	cursor: default;
	border: 0px;
}
.hoverbox a .preview {
	display: none;
	border: 0px;
}
.hoverbox a:hover .preview {
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
	border: 0px;
}
.hoverbox img {
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 100px;
	height: 75px;
	border: 0px;
}
.hoverbox li {
	color: inherit;
	display: inline;
	margin: 3px;
	float: left;
	padding: 5px;
	position: relative;
	border: 0px;
}
.hoverbox .preview {
	width: 500px;
	height: 375px;
	border: 0px;
}
#footer {
	position: relative;
	width: 100%;
	margin: 0 auto;
	height: 15px;
	border-top: 2px solid #808504;
	margin-top: 20px;
	background: #d1ba84;
	text-align: center;
	font-size: small;
}
