/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	background-color: #FFFFFF;
	color: #000000;
	min-width:1006px;/* for mozilla*/
	background-image: url(backgrounds/topsquarebg3.gif);
	background-repeat: repeat-x;
	background-position: center top;


}

#outer{
	height:100%;
	min-height:100%;
	width:100%;
	background-color: #FFFFFF;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
	background-image: url(backgrounds/inside_bg.gif);
	background-repeat: repeat-y;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/

#innerwrap {/* enables content first */
	float:left;
	width:1004px;
}

#centrecontent {
	width:790px;
	margin-right:20px; 	
	float:right;
	padding-top:91px;
	padding-bottom:41px;/* needed to make room for footer */
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; line-height:17px;
}


#header{
	position:absolute;
	top:0;
	/*left:-1px;*/
	width:100%;
	height:82px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background-image: url(backgrounds/topsquarebg3.gif);
	background-repeat: repeat-x;
}

#left {
	position:relative;/*ie needs this to show float */
	width:165px;
	float:left;
	padding-top:82px;/*needed to make room for header*/
	background-color: #cb7c51;
	padding-bottom:29px;/* needed to make room for footer */
}

#leftmenu {
	position:relative;/*ie needs this to show float */
	width:165px;
	height:300px;
	background-image: url(backgrounds/leftmenubg.gif);
	padding-top:20px;
	padding-bottom:20px;
}

#searchbox {
	position:relative;/*ie needs this to show float */
	width:150px;
	background-color: #779482;
	padding-top: 20px;
	padding-left:15px;
}

#leftbanner {
	position:relative;/*ie needs this to show float */
	width:150px;
	padding-top: 5px;
	text-align:center
}

#footer {
	width:1004px;
	clear:both;
	height:45px;
	left:0;
	bottom:0;
	position: absolute;
}

#footer1 {
	padding-left:170px;
	padding-right:2px;
	padding-top:4px;
	padding-bottom:0px;
	margin-bottom:0px;
	width:110px;
	height:18px;
	text-align:center;
	position: relative;
	float:left;
	

}
#footer2 {
	padding-left:2px;
	padding-right:2px;
	padding-top:3px;
	padding-bottom:0px;
	margin-bottom:0px;
	width:150px;
	height:16px;
	text-align:right;
	position: relative;
	float:right;

}
#footer3 {
	padding-left:160px;
	padding-right:2px;
	padding-bottom:2px;
	width:840px;
	height:25px;
	text-align:center;
	position: relative;
	float:right;
}

* html #footer #footer1 #footer2 {/*only ie gets this style*/
	\height:17px;/* for ie5 */
	he\ight:15px;/* for ie6 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/
#clearfooter {width:100%;height:41px;clear:both} /* to clear footer */



