/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:930px;/* for mozilla*/
	background-color: #FFFFFF;
	color: #000000;
}
#outer{
	height:100%;
	min-height:100%;
	width:930px;
	border-left:0px solid #000;
	border-right:0px solid #000;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:685px;
	padding-top:260px;
}

#mainheadline {/* enables content first */
	float:left;
	width:685px;
	height: 60px;
	padding-top:260px;
}

#header{
	position:absolute;
	top:0;
	left:-1px;
	width:930px;
	height:260px;
	background-color:#FFFFFF;
	border-left:0px solid #000;
	border-right:0px solid #000;
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;/*ie needs this to show float */
	width:190px;
	float:left;
	padding-top:20px;/*needed to make room for header*/
	padding-bottom:22px;/* needed to make room for footer */
	background-image:url(../images/graphics/left-bg.gif) ;
}


#right {
	position:relative;/*ie needs this to show float */
	width:240px;
	float:right;
	padding-top:260px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:930px;
	clear:both;
	height:50px;
	background: url(../images/graphics/footer-bg.gif);
	color: #000000;
	text-align:center;
	left:-1px;
	bottom:0;
	
	position: absolute;

}
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}

div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:485px;
	float:right;
	padding-top:20px;
	padding-bottom:7px;/* needed to make room for footer */
}


#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

#topimage{
	padding-top:30px;
	padding-bottom:5px;
}
