@charset "utf-8";
#outer {
	float:none;
	position:relative;
	margin: 0 auto;
	width:800px;
	height:auto;
	background-color:#333333;
	z-index:900;
}
#liner {
	float:left;
	position:relative;
	margin: 0 auto;
	width:800px;
	height: 100%;
	min-height: 100%;
	background-color:#333333;
	z-index:910;
}
#header {
	float:none;
	position:relative;
	margin:0px;
	height:108px;
	width:800px;
	background:url(/images/h1.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	z-index:1020;
}
#footer {
	float:left;
	position:relative;
	margin:0px;
	width:800px;
	background:url(/images/h1b.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#000000;
	text-align:center;
	z-index:1030;
}
#pageBottom {
	float:left;
	position:relative;
	margin:0px;
	width:800px;
	background-color:#666666;
	text-align:center;
	z-index:1040;
}
#navBox {
	float:left;
	position:relative;
	margin-top:40px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	width:157px;
	height:225px;
	background:url(/images/navBox.jpg);
	background-repeat:repeat-y;
	z-index:1040;
}
#nav {
	float:none;
	position:relative;
	width:143px;
	height:209px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:7px;
	margin-right:7px;
	z-index:1050;
}
#right {
	float:left;
	position:relative;
	margin:0px;
	width:643px;
	background-image:url(/images/background_light.jpg);
	background-repeat:repeat;
	z-index:1050;
}