html, body{
	margin:0;
	padding:0;
	height:100%;
}

div#bg-bottom, div#sky, div#sea, div#outer, div#inner, #content-outer{
	width:100%;
	min-width:995px;
}

div#bg-bottom, div#outer, div#sky, div#sea, div#inner, #main-col{
	min-height: 100%; 
	height: auto !important; 
	height: 100%; 
}

#content-outer{
	min-height: 80%; 
	height: auto !important; 
	height: 80%; 
}

div#sea{
	
}

div#inner{
	margin:0 auto;
	width:995px;
	padding-bottom:127px;
}

div#header{
	height:85px;
	margin:0 4px;
}

#content-outer{
	margin-top:27px;
}

div#main-col{
	width:790px;
	float:left;
}

div#right-col{
	float:right;
	width:204px;
}

div#footer{
	height:39px;
	background: transparent url(../images/h-divider.jpg) repeat-x 0 0;
	padding:0 20px 0 0;
	overflow:hidden;
}

div#left-outer{
	border-bottom:1px solid #ccc;
	height:368px;
}

.body-search div#left-outer{
	display:none;
}