@charset "UTF-8";
/* CSS Document */
#header {
	position:fixed; 
	top:0; 
	left:0; 
	width:100%; 
	height:115px; 
	overflow:auto; 
	background:#FFFFFF url(/images/header_general.jpg) no-repeat right top;
	color:#fff;
}
#headerNav {
	border-top:solid #F78A22 1px;
	border-bottom:solid #B5B380 4px;
	position: fixed;
	left: 0px;
	top: 115px;
	width: 100%;
	background: #F78A22 url(/images/nav_bar.jpg) repeat-x center;
}
#headerNav ul li {
	display: inline;
	margin-left: -4px;
	background-color: #F78A22;
}
#right {
	margin-left:175px;
	/* margin-top: 30px; */
	margin-bottom:1em;
	padding: 0 1em;
	min-height: 600px;
	font-size:85%;
	z-index:0;
}
#left {
	padding:0;
	width:175px;
	float:left;
	margin-left:5px;
	/* margin-top:30px; */
	background: url(/images/fold.jpg) no-repeat right top;
	height:600px !important;
}
#right ul li {
	padding-bottom:0.5em;
}