/* CSS Document */
body{
	padding:0;
	margin:0;
	background-color:#DFD3BD;
	}
ul, li, p, a, span{
	padding:0px;
	margin:0px;
	}
/*------------------------right side-----------------------*/
.right_bg{
	background:url(images/right_pic.jpg) no-repeat 0 0 #DFD3BD;
	}
/*------------------------navi-------------*/
.padding29{
	padding-left:29px;
	}
.right_bg ul{
	width:126px;
	display:block;
	list-style-type:none;
	margin:8px 0 0 19px;
	}
.right_bg ul li{
	padding:0px; margin:0px;
	display:block;
	border-bottom:#8B6856 1px dashed;
	height:20px;
	background:url(images/arrow.gif) no-repeat 24px 10px;
	}
.right_bg ul li.li1{
	padding:0px; margin:0px;
	display:block;
	border-bottom:none;
	height:20px;
	background:url(images/arrow.gif) no-repeat 24px 10px;
	}
.right_bg ul li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#80523A;
	text-decoration:none;
	font-size:10px;
	display:block;
	width:75px;
	margin-left:35px;
	padding-top:5px;
	}
.right_bg ul li a:hover{
	text-decoration:underline;
	}
/*-------------------------------left side-----------------------------*/
.left_bg{
	background:url(images/left.jpg) no-repeat;
	}
.padright15{
	padding-right:15px;
	}
.left_bg ul{
	width:222px;
	display:block;
	list-style-type:none;
	margin:6px 0 0 0px;
	}
.left_bg ul li{
	padding:0px; margin:0px;
	display:block;
	border-bottom:#8B6856 1px dashed;
	background:url(images/wh_arrow.gif) no-repeat 9px 8px;
	}
.left_bg ul li.li2{
	padding:0px; margin:0px;
	display:block;
	border-bottom:none;
	background:url(images/wh_arrow.gif) no-repeat 9px 8px;
	}
.left_bg ul li a{
	font-family:Arial, Helvetica, sans-serif;
	color:#80523A;
	text-decoration:none;
	font-size:11px;
	display:block;
	width:185px;
	margin-left:20px;
	padding-top:2px;
	padding-bottom:3px;
	}
.left_bg ul li a:hover{
	text-decoration:underline;
	}
.bold{
	color:##80523A;
	font-weight:bold;
	}
.more_bg{
	width:223px;
	background-color:#CFCEAF;
	height:20px;
	border-bottom:#95A162 1px dashed;
	border-top:#95A162 1px dashed;
	}
.more_bg a{
	font-size:11px;
	margin-left:82px;
	margin-top:2px;
	text-decoration:none;
	font-weight:bold;
	display:block;
	color:#80523A;
	}
.more_bg a:hover{
	text-decoration:underline;
	}
/*-------------------------footer-------------*/
.footer_bg{
	background:url(images/footer.jpg) no-repeat 0 0 #DFD3BD;
	font-size:10px;
	padding-left:97px;
	color:#676E4D;
	}
.p27{
	padding-top:27px;
	}