/* CSS Document */

*{margin:0; padding:0;}

html, body{
	background-color:#FFFFFF;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	
}

a {
	color: #A27751;
}

a:hover {
	color: #E9902C;
}

.contenttext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #927954;
	text-align: justify;
}

#div_header {
	height: 275px;
	width: 765px;
	margin-right: auto;
	margin-left: auto;
}
#div_main {
	width: 765px;
	margin: auto;
	background-color: #F5F5EB;
	height: 660px;


}
#div_main_middle {
	float: left;
	width: 274px;
	background-color: #F5F5EB;
	padding-left: 20px;
	padding-right: 15px;
	height: 660px;
}

#div_main_left {
	width: 227px;
	float: left;
	height: 660px;
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-image: url(images/img02.JPG);
}
#div_main_right {
	float: right;
	width: 228px;
	background-color: #FFFFFF;
	height: 660px;
}
.clear {
	clear: both;
}
#clear {
	clear: both;
}

#div_footer {
	height: 50px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
	background-color: #dedaca;
	padding-top: 25px;
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #452500;
	background-image: url(images/bgfooter.jpg);
	background-repeat: repeat-x;
}
.text_right {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #2C2A1B;
	text-align: justify;
	padding-left: 14px;
}
#div_main_left2 {
	width: 227px;
	float: left;
	height: 212px;
	background-image: url(images/img02.JPG);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	vertical-align: bottom;
}
.contenttext02 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #927954;
	text-align: left;
}
.form {
	background-color: #E9DBBE;
	height: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	font-style: 9;
}
