* {
	margin:0;
	padding:0;
	border:0;
}
body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	background:#6B0808 url(../images/bg.jpg);
	text-align:center;
}
a {
	text-decoration:none;
	outline:none;
}
#wrapper {
	width:900px;
	min-height:50px;
	height:auto !important;
	height:50px;
	margin:0 auto;
	text-align:left;
	/*padding-top:20px;*/

}
#container{
	float:left;
	width:900px;
	min-height:100px;
	height:auto !important;
	height:100px;
	background:#000 url(../images/left_bg.jpg) repeat-y;
}
#container #left_content {
	float:left;
	width:188px;
}

#left_content .left_whitebar{
	float:left;
	width:18px;
	height:680px;
	background:#fff url(../images/white_leftbar_bg.jpg) no-repeat;
}
#left_content .leftbar_bg{
	float:left;
	width:170px;
	height:680px;
	background:#000 url(../images/leftbar_bg.jpg) no-repeat;
}
#container #right_content {
	float:right;
	width:712px;
	min-height:100px;
	height:auto !important;
	height:100px;
}
#container #right_content #header {
	float:left;
	width:712px;
	height:124px;
	background:url(../images/header_bg.jpg) no-repeat;
}
#container #right_content #menu {
	float:left;
	width:712px;
	height:70px;
	background:#acbf87;
}
#menu ul {
	float:left;
	width:702px;
	height:30px;
	list-style:none;
	display:inline;
	padding-top:40px;
	padding-left:5px;
}
#menu li {
	float:left;
	list-style:none;
	display:inline;
	color:#7a8d56;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#menu li a{
	float:left;
	padding-left:2px;
	color:#346207;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-left:15px;
	margin-right:15px;
	padding-top:2px;
	padding-bottom:2px;
}
#menu li a:hover {
	background:#73880a;
	color:#fff;
}

#container #right_content #content {
	float:left;
	width:692px;
	min-height:516px;
	height:auto !important;
	height:516px;
	background:#ded3b5;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	padding-bottom:20px;
}
h1 {
	color:#000;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
h1 span {
	color:#5f7432;

}
#content p {
	color:#000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	padding-bottom:5px;
}
#content a{
	color:#992037;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;

}
#content a:hover {
	color:#ff7f00;
	text-decoration:underline;
}
#content #left {
	float:left;
	width:480px;
	min-height:200px;
	height:auto !important;
	height:200px;
	padding-right:15px
}
#content #right {
	float:right;
	width:190px;
	min-height:200px;
	height:auto !important;
	height:200px;
}
#content #right span img {
	border:3px #aec089 solid;
	margin-bottom:20px;
}
.acc_logo img{
	border:2px #bdbcbd solid;
	margin-right:7px;
}
.acc_logo span {
	line-height:20px;
	color:#5E6B2F;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	padding-left:12px;
}

#container #right_content #footer {
	float:left;
	width:702px;
	height:23px;
	background:#000;
	color:#fff;
	font-size:11px;
	padding-right:12px;
	padding-top:7px;
	text-align:right;
}
#container #right_content #footer a{
	color:#996600;

}
#container #right_content #footer a:hover {
	color:#FFCC00;
	text-decoration:underline;

}
.text{
	color:#315103;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
	padding-left:20px;
}
.contact_table {
	widows:300px;
}
.contact_table TD {
	line-height:25px;
}
.btn {
	color:#fff;
	font-size:11px;
	padding:4px 5px 2px 5px;
	background:#315103;
	text-transform:uppercase;
}
.txtbox {
 border:1px #acbf87 solid;
 width:180px;
}
.txtarea {
 border:1px #acbf87 solid;
 width:180px;
 height:90px;
}