/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */
html,body { margin:0; padding:0; height:100%; }
div#container { position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:728px; height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
div#header { height: 182px; }
#logo { position: absolute; top: 15px; left: 15px; width: 300px; height: 50px; }
#logo { overflow: hidden; margin: 0; }
#logo A { text-indent: -9999px; height: 103px; margin: 0; display: block; }
div#nav {  }
div#content { width: 460px; float: left; padding-left: 29px; /* bottom padding for footer */
}
div#sidebar1 { width: 185px; float: right; padding-right: 28px; }
#sidebar2 {  }
div#footer { position:absolute; width:100%; bottom:0; /* stick to bottom */
	height: 160px; }
.clear { clear: both; }
