/* mac hide\
html, body {height:100%}*/
/* end hide */
body {
	padding:0;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0;
	margin-right:0;
	text-align:center;
	min-width:904px;/* for mozilla*/
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:13px;
	color:#909090;
	line-height:23px;
}

#outer{
	height:715px;
	min-height:175px;
	width:900px;
	text-align:center;
	margin:auto;
	position:relative;
	background-color: #ffffff;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	height:24px;
	padding-top:24px;
	padding-bottom:8px;
	width:842px;
	overflow:hidden;
	border-bottom: 1px solid #b2b2b2;
	text-align:left;
		margin:auto;
	position:relative;

}

#header1 {
	width:360px;
	text-align:left;
	float:left;
}
#header2 {
	width:430px;
	text-align:right;
	float:right;
}




#innerwrap {/* enables content first */
	height:592px;
	width:842px;
	padding-top:51px;
		margin:auto;
	position:relative;

}

#centrecontent {
	height:480px;
	width:842px;
	padding:0px;
	overflow:hidden;
	background-image: url(../backgrounds/bg.gif);

	
}

#menu{
	height:13px;
	width:842px;
	padding-top:13px;
	padding-bottom:82px;
	padding-left:0px;
	padding-right:0px;
	text-align:left;
}


#footer {
	width:900px;
	clear:both;
	height:15px;
	color: #FFFFFF;
	margin:auto;
	position:relative;
	font-size:10px;
}

#footer1 {
	width:200px;
	text-align:left;
	float:left;
}
#footer2 {
	width:400px;
	text-align:right;
	float:right;
}

* html #footer {/*only ie gets this style*/
	\height:15px;/* for ie5 */
	he\ight:15px;/* for ie6 */
}
div,p,ul,ol  {margin-top:0}/*clear top margin for mozilla*/










