/* CSS Document */
#bar{
clear:both;
width:780px;
height:28px;
background-color:#FF6600;

}

#bar h3{
padding-top:7px;
padding-left:2px;
margin:0px;
color:#663333;
font-size:15px;}
#content{
	float:right;
	width:640px;
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color:#FF9966;
	border-right-color: #B4C6DB;
	border-bottom-color: #B4C6DB;
	border-left-color: #B4C6DB;
	padding-bottom:30px;
}
#left-navi{
float:left;
width:140px;
padding-bottom:80px;
padding-top:50px;
}
#left-navi ul{
list-style:none;
margin:0px;
padding:0px;}
#left-navi ul li{
border-bottom-color:#999999;
border-bottom-style:dashed;
border-bottom-width:1px;
padding:0px;
margin:0px;
}
#left-navi a{
	display:block}
#left-navi a:hover,#left-navi a:active{
	background-color:#C6851F;}
#left-navi h5{
background-color:#ffffff;
margin-top:2px;
margin-bottom:0px;
padding:0px;
}
#content h1{
color:#FF6600;
font-size:18px;}
#content h2{
color:#FF9966;
font-size:14px;}
#foot{
	text-align:right;
	float:left;
	width:780px;
	color: #666666;
	font-size: 13px;
	border-top-color:#FF6600;
	border-top-style:solid;
	border-top-width:12px;
	padding-bottom:10px;}