/* CSS Document */

/* commented backslash hack v2 \*/ 
html, body{
	height:100%;
} 
/* end hack */ 

#outer{
	margin-left:197px;
	margin-right:185px;
	margin-bottom:-52px;
	min-height:100%;
	width: 600px;
	position: relative;
}
 
#header{
	position:absolute;
	top:0;
	left:0;
	width:988px;
	height:204px;
	overflow:hidden;
}
#left {
	position:relative;/*ie needs this to show float */
	width:197px;
	float:left;
	margin-left:-196px;/*must be 1px less than width otherwise won't push footer down */
	z-index:100;
	left:-1px;
	margin-top: -10px;
}

#right {
	position:relative;/*ie needs this to show float */
	width:185px;
	float:right;
	margin-right:-188px;/*must be 1px less than width otherwise won't push footer down */
	left:3px;
	border-right: 1px solid #e9e9e9;
}

#footer {
	width:988px;
	clear:both;
	height:50px;
	position:relative;
}
#clearheader{height:200px;}/*needed to make room for header*/
#clearfooter{clear:both;height:52px;}/*needed to make room for footer*/
* > html #clearfooter {float:left;}/* ie mac styles */
#middle {
	width:580px;
	pasdding-left: 20px;
	float:left;
	pdosition:relative;
	z-index:1;
	margin:0 -1px;/* moz fix*/
}

.homepage #middle	{
	width: 599px;
}

/* css stuff below is just for presentation and not needed for the demo */

html>body #minHeight{float:right;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

