﻿html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#b8b6b7;
	font-family:arial,sans-serif;
	font-size:small;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:960px;
	background: url('/images/layout/page-bg.gif') repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header 
{
	background:#b8b6b7;
	position:absolute; top:0; left:0;
	height:155px;
	overflow:hidden;
	
z-index:5;
}

div#header div#banner-wrapper { height: 116px; overflow:hidden; padding:39px 0px 0px 0px; margin:0; position:relative; }

div#main 
{
	padding:155px 0px 5em 0px; /* bottom padding for footer */ overflow:auto;
	z-index:-1;
}

div#main-header { background: url('/images/layout/main-bg.gif') no-repeat; padding:10px; }

div#left { float:left; width:215px; padding:0px 10px 10px 10px; }

div#middle { float:right; width:705px; padding:0px 10px 10px 10px; }

div#footer {
	position: absolute;
	width: 100%;
	bottom: 0; /* stick to bottom */
	background: #000000;
	color: #ffffff;
	text-align: center;
}
div#footer a {
	color: #ffffff;
}
div#footer a:hover {
	color: #ffffff;
} 
.clear { clear:both; }