/* mac hide\*/
html, body {/*height:100%*/}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:760px;/* for mozilla*/
	background-color: #000;
	color: #ffffff;
}
#outer{
	width:760px;
	color: #fffff;
	text-align:left;
	margin:auto;
	position:relative;
	background:url(../graphics/left-bg.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:600px;
}
#header{
	position:absolute;
	top:0;
	left:0;
	width:760px;
	height:89px;
	border-bottom:1px solid #ffffff;
	overflow:hidden;	
	z-index:100;
	background-color:#000;
}
#left {
	position:relative;/*ie needs this to show float */
	width:140px;
	float:left;
	text-align:left;
	padding-top:100px;/*needed to make room for header*/
	/*padding-bottom:60px;*//* needed to make room for footer */

}
#left p {padding-left:3px;padding-right:2px}
#right p {padding-left:4px;padding-right:2px}

#right {
	position:relative;/*ie needs this to show float */
	width:150px;
	float:right;
	padding-top:105px;/*needed to make room for header*/
	/*background:#f00;*/
}

#footer {
	width:760px;
	clear:both;
	height:100px;
	border-top:1px solid #ffffff;
	background-color: #000;
	text-align:center;
	left:0;
	bottom:0;

}
* html #footer {/*only ie gets this style*/
	\height:102px;/* for ie5 */
	he\ight:100px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:458px;
	float:right;
	padding-top:105px;
	/*padding-bottom:60px;*//* needed to make room for footer */

}
#centrecontent p,h1 {padding-left:5px}

#clearfooter {width:100%;height:20px;clear:both} /* to clear footer */



