

html, body {/*height:100%*/}
/* end hide */
body
{
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #FFFFFF;
	color: #B4B4B4;
}
#outer
{
	/*height:100%;
	min-height:100%;*/
	width:760px;
	border-left:0px solid #E2122C;
	border-right:0px solid #E2122C;
	color: #B4B4B4;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #F8F0E3;
	position:relative;
	
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap 
{/* enables content first */
	float:left;
	width:760px;
	background-color: #F8F0E3;
	/*background:  url(../graphics/background.jpg) repeat-y center center;*/
}
#header
{
	position:absolute;
	top:0px;
	left:0px;
	width:760px;
	height:176px;
	/*background-color:#FFFFFF;*/
	/*border-bottom:12px solid #CCCCCC;*/
	border-top: 25px solid #FFFFFF;
	/*overflow:hidden;*/
	color: #000000;
	z-index:100;
}
/*#menu
{
	position: absolute;
	top:182px;
	left:-40;
	width:815px;
	height:14px;
	
}*/
#left
{
	/*background:#E2122C;*/
	position:relative;/*ie needs this to show float */
	width:165px;
	border-right:0px solid #C7B9AE;
	padding-left:7px;
	padding-top:201px;/*needed to make room for header*/
	padding-bottom:30px;/* needed to make room for footer */
	
	
}
#left p {padding-left:0px;padding-right:0px}
#right p {padding-left:4px;padding-right:2px}

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

#footer 
{
	width:760px;
	clear:both;
	height:30px;
	border-top:0px solid #000000;
	border-bottom:0px solid #000;
	border-left:0px solid #E2122C;
	border-right:0px solid #E2122C;
	background:  url(../graphics/footer.jpg) repeat-y center center;
	color: #094CB6;
	text-align:center;
	left:-1;
	bottom:0;
	position: absolute;
}
* html #footer 
{/*only ie gets this style*/
	\height:30px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent
 {
	width:580px;
	float:right;
	padding-top:201px;
	padding-bottom:30px;/* needed to make room for footer */
	/*border-left:1px solid #80807D;*/
}
#centrecontent p {padding-left:3px}

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