html{
	height: 100%;
}
* {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Arial;
	font-size: 80%;
	color: #656565; 
	background: #fdc97e;
	height: 100%;
	width: 100%;
}

#all{
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
#bg1{
	float: left;
	width: 50%;
	height: 100%;
	background: url(../graphics/bg1.jpg) repeat-x;
}
#bg2{
	float: right;
	width: 50%;
	height: 100%;
	background: url(../graphics/bg2.jpg) repeat-x;
	float: right;
}
#box_all{
	margin: auto;
	width: 1100px;
	background: #fdc97e url(../graphics/bg.jpg) repeat-x;
	height: 100%;
	
}
#box-header {
	height: 151px;
	background: url(../graphics/header_bg.jpg) no-repeat;
}
#logo{
	width: 256px;
	height: 92px;	
	padding: 50px 0px 0px 130px;
}

#box_content{
	width: 920px;
	background:url(../graphics/bg_test.png) repeat-y; 
	margin-left: 90px;
	min-height: 650px !important;
}

#box-mainnav {
	width: 950px; 
	height: 25px;
	position: absolute;
	z-index: 3;
	font-size: 9pt;
	margin: 12px 0px 0px 120px;
}
#box-mainnav ul {
	list-style: none;
}
#box-mainnav ul li {
	float: left;
	margin-right: 0px;
	padding: 0px 3px 0px 3px;
	border-left: 1px solid #b5113e;
	
}
#box-mainnav ul li:last-child{
	border-right: 1px solid #b5113e;
}
#box-mainnav a {
	background: #fff3c7;
	color: #b5113e;
	font-weight: bold;
	text-decoration: none;
	height: 16px;
	padding: 5px 14px 5px 14px;
	display: block;
}
*html #box-mainnav a {
	float: left;
	padding-bottom: 5px;
}
#box-mainnav a.active {
	color: #b5113e;
}
#box-mainnav a:hover {
	color: #b5113e;
}

#box-subnav {
	width: 170px;
	margin: 0px 0px 0px 10px;
	float: left;
	background: url(../graphics/margin_bg.jpg) repeat-x;
	min-height: 650px;
}

#box-subnav ul {
	width: 170px;
	list-style: none;
	margin: 50px 0px 0px 5px;
	display: block;
	overflow: auto;
	max-height: 600px;
}
#box-subnav a {
	color: #b5113e;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	width: 130px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 8px;
}
#box-subnav a.active {
	background: #efefef;
}
#box-subnav a:hover {
	background: #efefef;
}
#box-subnav a.subnava {
	background: #efefef;
	padding-left: 30px;
	width: 170px;
}
#box-subnav a.subnav {
	padding-left: 30px;
	width: 170px;
}

#middle{
	width: 557px;
	margin-top: 80px;
	float: left;
	margin-left: 25px;
	height: 700px;
}

#box-content {
	margin: 0px 0px 0px 0px;
	width: 520px;
	float: left;
	height: 100%;
}

#box-content h2 {
	color: #5e8484;
	font-size: 1.0em;
	padding-bottom: 14px;
}
#box-content h3 {
	color: #5e8484;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 14px;
}
#box-content p, blockquote {
	padding-bottom: 16px;
}
#box-content blockquote {
	color: #5e8484;
	padding-left: 40px;
	font-style: italic;	
}
#box-content input {
	font-size: 1.05em;
}
#box-content a {
	color: #5e8484;
}
#box-content a:hover {
	text-decoration: none;
}
#box-content ul, ol {
	margin-left: 34px;
}
#box-content li {
	margin-bottom: 8px;
}

td {
	font-size: 12px;
}
h1 {
	color: #5e8484;
}
