/* CSS Document */
html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #ff7c01 url(./images/bg.jpg) repeat-x;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

#page_container {
 	margin: 0 auto;
 	width: 806px;
	height: 100%;
}

#page_right {
	position: absolute;
	top: 101px;
	z-index:10;
	margin-left: 700px;
}

#page_left {
	position: absolute;
	top: 101px;
	z-index:10;
	margin-left: 1px;
}

#header_top {
	background: url(./images/top.jpg) no-repeat;
	width: 806px;
	height: 151px;
	margin: 0;
}

#header_top ul.post{
	width:200px;
	padding: 125px 0px 0px 600px;  
}

#header_top ul.post li{
	line-height: 1em;  float:left;	display: inline; margin:0;
}

#header_top ul.post li a{
	padding-left: 10px; 
}

#nav { margin: 0; height:25px; }

#nav li { float:left; display:block; margin:0; padding: 0; line-height: 0.5em; }

#header_bottom {
	background: url(./images/bottom.jpg) no-repeat;
	height: 51px;
	width: 806px;
	position: relative;
	clear: both;
}

#page_bottom { 
	width: 806px;
	height: 89px;
	clear: both;
	padding-top: 10px;
	padding-left: 105px;
	background: url(./images/footer_bottom.jpg) repeat-y;
	position: relative;
}

/* body*/
#body{
 	margin: 0px;
	padding: 0px;
	background: #fff url(./images/content_bg.jpg) repeat-y scroll center top;
	overflow: hidden;
	min-height: 850px;
	position:relative;
	margin: 0px auto;
}
#body_bottom {
	position: relative;
	width: 806px;
	height: 18px;
	margin: 0;
	padding: 0px 0 0 105px;
	clear: both;
	background: url(./images/footer.jpg) no-repeat;
}

#rightcol{
 position: relative; 
 float: right;
 color: #333;
 margin-right: 120px;
 padding-right: 5px;
 width: 326px;
 display: block;
}

#leftcol{
 position: relative;
 display: inline;
 color: #333;
 margin-left: 123px;
 padding: 0px;
 width: 222px;
 float: left;
}

/*----------------------footer------------------------*/
#footer{
	background: url(./images/footer_bg.gif) no-repeat;
	width:806px;
	height: 200px;
	margin:0px;
	padding:0px;
	position: relative;
}
#footer ul{
	margin-left: 70px;
}
#footer li{
	 color:#000;  font-size: 9pt; line-height:16px;  float:left;	display:block; margin:0; padding:0;
}
#footer ul li a{
	height:16px; font-size: 9pt; padding:0 8px 0 8px; color:#000; font-size:11px; line-height:16px; font-weight:bold; 	
	text-decoration:none;
}
#footer ul li a:hover{
	text-decoration: underline;
}
