﻿/* mac hide\*/
html, body {height:100%}
/* end hide */
body { /* outer body of the page */
	padding:0;
	margin:0;
	
}

#ctl00_left 
{
	padding-left:0px;
	padding-right:0px;
	position:relative;/*ie needs this to show float */
	width:180px;
	float:left;
	padding-top:150px;/*needed to make room for header*/
	padding-bottom:50px;/* needed to make room for footer */
}

#ctl00_right {
	position:relative;/*ie needs this to show float */
	width:180px;
	float:right;
	padding-left:0px;
	padding-right:0px;
	padding-top:150px; /*needed to make room for header*/
	padding-bottom:50px;/* needed to make room for footer */
}


