@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #E8DDC6;
	font-family: Tahoma, "Times New Roman", Andalus, Arial;
	font-size: 14px;
	color: #663300;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
}
#flash2 {
	position: absolute;
	top: 0px;
	z-index: 1;
	width: 1000px;
}
#flash1 {
	position: absolute;
	top: 0px;
	z-index: 0;
	width: 1000px;
}
.clr {
	clear: both;
}
.banner {
	height: 364px;
	width: 1000px;
}
#footer {
	background-color: #636827;
}
#content-home {
	background-image: url(../images/bg.jpg);
}
#content {
	background-image: url(../images/bg.jpg);
}
.box1 {
	height: 182px;
	width: 300px;
	background-image: url(../images/box1.png);
	background-repeat: no-repeat;
	display: block;
}
.box2 {
	height: 182px;
	width: 310px;
	background-image: url(../images/box2.png);
	background-repeat: no-repeat;
}
.box3 {
	height: 182px;
	width: 308px;
	background-image: url(../images/box3.png);
	background-repeat: no-repeat;
}
.box1txt {
	padding-left: 18px;
	padding-top: 35px;
	width: 108px;
	font-family: Tahoma, "Times New Roman", Andalus, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.box2txt {
	padding-left: 21px;
	padding-top: 35px;
	width: 108px;
	font-family: Tahoma, "Times New Roman", Andalus, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.box3txt {
	padding-left: 14px;
	padding-top: 35px;
	width: 108px;
	font-family: Tahoma, "Times New Roman", Andalus, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.box1txt p {
	margin-top: 10px;
	margin-bottom: 10px;

}
.box2txt p {
	margin-top: 10px;
	margin-bottom: 10px;

}
.box3txt p {
	margin-top: 10px;
	margin-bottom: 10px;

}
#content p {
	margin-left: 40px;
	margin-right: 40px;
}
#content a {
	color: #663300;
}
#content h2 {
	margin-left: 10px;
}
#content-home a {
	font-weight: bold;
	color: #9F0000;
	text-decoration: none;
}
img {
	border: none;
}
#gallery {
}
#gallery ul {
	list-style-type: none;
}
#gallery li {
	height: 150px;
	width: 150px;
	float: left;
	display: block;
	margin: 15px;
}
#content h3 {
	margin-left: 50px;
}
#left-menu ul {
	list-style-type: none;
}
#left-menu li {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #B69250;
	line-height: 40px;
}
#left-menu a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
}
.border-left {
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #B69250;
}
#left-menu a:hover {
	color: #000000;
}
.post {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #A58445;
	margin-right: 30px;
}
