@charset "utf-8";
html, body  { 
	margin:0 auto; 
	padding:0; 
	height:100%; 
	font-family:Arial, Helvetica, sans-serif;
	background:#2d2418;
}

body  {
	height:100%; 
	
}
p {
	font-family:arial,helvetica,san-serif;
	font-size:14px;
	color:#4b3623;
	line-height:18px;
}
.text1 {
	font-family:arial,helvetica,san-serif;
	font-size:14px;
	color:#9d6316;
	line-height:18px;
	margin:10px 0px 10px 0px;
}
#imagebg {
	margin:0 auto;
	width:100%;
	background:url(../images/image_bg.jpg) center 172px no-repeat;
} 
#wrapper{
	margin:0 auto;
	width:100%;
	background:#ece1c1 url(../images/body_bg.jpg) top center repeat-x;
} 

#header{
	height:136px; 
	width:1000px;
	margin:0 auto;
} 
#menu{
	height:37px; 
	width:1000px;
	margin:0 auto;
} 
#main{
	min-height:600px; 
	width:1000px;
	margin:0 auto;
} 

#footer{
	margin:10px;
	width:980px;
	font-family:arial;
	font-size:11px;
	padding:20px 0px 40px 0px;
} 
#logo1 {
	float:left;
	margin-left:35px;
	margin-top:38px;
}
#logo2 {
	float:right;
	margin-right:35px;
	margin-top:26px;
}
#content_holder {
	min-height:643px; 
	width:1000px;
	margin:0 auto;
	margin-top:50px;
}
#drop_top {
	width:1000px;
	margin:0 auto;
	height:4px;
	background:url(../images/drop_center.png) top center repeat-y;
}

#drop_mid {
	width:1000px;
	margin:0 auto;
	min-height:600px;
	background:url(../images/drop_center.png) top center repeat-y;
}

#drop_bot {
	width:1000px;
	height:6px;
	margin:0 auto;
	background:url(../images/drop_bottom.png) top center repeat-y;
}

#content {
	position:relative;
	min-height:600px;
	width:965px;
	background:url(../images/sub_center.gif) 0px 0px repeat-y;
	overflow:hidden;
	margin-right:16px;
	margin-left:16px;
}

#sub_content {
	position:relative;
	z-index:10;
	float:left;
	width:620px;
	margin-left:60px;
	margin-right:50px;
	margin-top:75px;
	padding-bottom:50px;
}
#sub_content a {

                text-decoration:none;

                color:#663333;

}

#sub_content a:hover {

                text-decoration:underline;

                color:#663333;

}

#sub_sidebar {

     position:relative;

     z-index:10;

     float:right;

     width:227px;

     margin-right:3px;

     text-align:center;

     padding-left:3px;

}
#floating_header{
	position:absolute;
	left:4px;top:0px;
	z-index:20;
}
.separator {
	border-top:solid 1px #dcd0b1;
}.border_logos {
	border: 1px solid #4B3623;
}
