html {
	height:100%;
	overflow:auto;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #92531f;
	height:100%;
}
body a:link, body a:active, body a:visited {
	color:#a9682b;
}
body a:hover {
	color:#793d15;
	text-decoration:none;
}

.left_bg {
	background: url(../images/bg_mainframe_left.gif) repeat-y;	
}

.right_bg {
	background: url(../images/bg_mainframe_right.gif) repeat-y;
}

.page_title {
	font-family: Tahoma, Arial, Verdana;
	font-size: 22px;
	color: #793D15;
	line-height: 33px;
	height: 33px;
	font-weight: bold;			
}

.content .title {
	color:#62300f;
	font-weight:bold;
	font-size:13px;
}
.content .desc {
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #864819;
	text-align:left;
}
.content p {
	text-align:justify;
}

.img_border {
	border: 2px solid #9A6543;
}

.footer {
	font-size:10px;
	color:#5d5d5d;
	background-color:#FFFFFF;
	padding-top:5px;
	line-height:18px;
	width:760px;
}
.footer a:link, footer a:visited, footer a:active {
	color:#5d5d5d;
}
.footer a:hover {
	color:#5d5d5d;
	text-decoration:none;
}
#container {
	background-color:#ffffff;
}