html, body {
	width:100%;
	height:100%;
	margin:0 auto;	
	padding:0;
	background-color:#5a341a;
	background-image:url(/images/hbg.gif);
	background-repeat:repeat-x;
}

#fullheightcont {
	height:100%;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	background-image:url(/images/mbg.gif);
	background-repeat:repeat-y;
}

#wrapper{
	width:1000px;
	min-height:100%;
	background-image:url(/images/mbg.gif);
	background-repeat:repeat-y;
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapper{
	height:auto;
}
/* \*/
* html #wrapper{
	height:100%;
}

#outer{
	position:relative;
	width:1000px;
/*	background-image:url(/images/leftbg.gif);
	background-repeat:repeat-y;*/
/* \*/
	height:100%;
}

#clearheadercenter{
	height:317px;
	overflow:hidden;
}

#clearfootercenter{
	height:33px;
	overflow:hidden;
}

#header {
	height:317px;
	line-height:317px;
	text-align:center;
	width:1000px;
	position:absolute;
	top:0px;
	overflow:hidden;
	background-image:url(/images/headbg.jpg);
}

#footer {
	height:33px;
	width:1000px;	
	margin-top:-33px;
	position:absolute;
	overflow:hidden;
	line-height:33px;
}

#segmental {
	width:960px;
	margin-left:20px;
	margin-right:20px;
}

#completeblock {
	padding:10px;
}

#leftsegment {
	width:609px;
	padding:10px;
	min-height:610px;
	background-image:url(/images/sunrise.jpg);
	background-repeat:no-repeat;
	background-position:center;	

/* \*/
	height:610px;
}

#rightsegment {
	width:300px;
	margin-left:10px;
}