/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#704c1c;
	background-image:url(images/mousebg.jpg);
	background-attachment:fixed;
	background-position:center;
	background-repeat:repeat;
	margin: 0px 0px 0px 0px;
	font-size:12px;}
#wrapper{
	width:800px;
	margin: 0 auto;}
#maincontent{
	float:left;
	width:100%;
	background-color:#fff;}
a img{
	border:0px;}
/*header*/
#header{
	width:100%;
	height:235px;
	background:url(images/header.jpg) no-repeat;}
#logo{
	float:left;
	padding:32px 0 0 200px;}
.header_text{
	float:left;
	width:200px;
	text-align:center;
	font-size:18px;
	padding:64px 0 0 13px;}
/*end header*/

/*content*/
#content{
	float:left;
	width:100%;}
#column_left{
	width:212px;
	background:url(images/column_left.jpg) no-repeat top left;
	padding:0 0 50px 0;
	float:left;}
#column_left p{
	padding:30px 0 0 0;}

#menu_left{
	float:left;
	padding:86px 0 50px 17px;
	line-height:40px;}
#menu_left a{
	color:#FFFFFF;
	font-size:18px;
	text-decoration:none;
}
#menu_left a:hover{
	color:#dfd2bf;}
#main_content{
	width:389px;
    color:#714a19;
	float:left;}
p{
	color:#714a19;
	line-height:16px;}	
#column_right{
	width:190px;
	padding:0 0 0 9px;
	float:left;}
.top_box{
	background:url(images/top_box.jpg) no-repeat;
	height:17px;}
.main_box_content{
	background:url(images/main_box_bg.jpg) repeat-y;
	padding:15px 12px 15px 12px;
	color:#714a19;
	font-size:12px;}
.bottom_box{
	background:url(images/bottom_box.jpg) no-repeat;
	height:13px;}
/*end content*/

/*footer*/
#footer{
	background:url(images/footer.jpg) no-repeat;
	height:130px;
	float:left;
	width:100%;
	display:inline;
	overflow:hidden;
	margin-bottom:-15px;}
.copyright{
	float:left;
	color:#FFFFFF;
	width:160px;
	line-height:14px;
	text-align:center;
	font-size:12px;
	padding:103px 0 0 0px;}
.click{
	float:right;
	color:#FFFFFF;
	padding:112px 10px 0 0;}
.click a{
	color:#FFFFFF;
	text-decoration:none;}
/*end footer*/

















