/* mac hide\*/
html, body {height:100%}
/* end hide */
body
{
	padding:0;
	margin:5px 0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #FFFFFF;
	color: #000000;
}
#outer
{
	width:758px;
	border:1px solid #000;
	text-align:left;
	margin:auto;
	position:relative;
	/*background:  url(../images/background.gif) repeat-y center center;*/
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap
{/* enables content first */
	float:left;
	width:758px;
}
#header
{
	position:absolute;
	top:0;
	width:758px;
	height:149px;
	background-color:#FFFFFF;
	overflow:hidden;
	z-index:100;
}
#left
{
	position:relative;/*ie needs this to show float */
	width:140px;
	float:left;
	padding-top:362px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}
#left p{padding-left:3px;padding-right:2px}
#right p{padding-left:4px;padding-right:2px}

#right
{
	float:right;
	position:relative;
	width:205px;
	padding:10px 0px 5px 5px;/* needed to make room for footer */
}

#footer
{
	width:758px;
	clear:both;
	height:47px;
	border-top:1px solid #000;
	background-color: #E5E9EA;
	text-align:center;
	left:0;
	bottom:0;
	padding-top:7px;
	font-size:11px;
}
* html #footer
{/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p {margin-top:0}/*clear top margin for mozilla*/
#centrecontent
{
	width:748px;
	float:right;
	padding:160px 5px 1px;
}


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

#address
{
	padding:5px;
	width:190px;
	background:#E5E9EA;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
}
* html #address
{
	width:200px;
}
