/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:1142px;
	background-color: #000000;
	color: #000000;
	background-image: url(../images/BG.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#outer{
	width:1142px;
	_width:1152px;/* IE 6 and below */
	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:1001px;
	_width:1021px;/* IE 6 and below */
	background-color: #262626;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:706px;
	height:98px;
	overflow:hidden;
	z-index:100;
	background-color: #C7C7C7;
	background-image: url(../images/PCOB_logo.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 297px;
	padding-top: 0px;
}
#left {
	position:relative;
	width:290px;
	float:left;
	padding-top:98px;
	padding-bottom:32px;
	background-color: #262626;
}
#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:138px;
	float:right;
	padding-top:20px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:1001px;
	clear:both;
	height:50px;
	background-color: #000000;
	color: #000000;
	text-align:center;
	left:0;
	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 {
	background-color: #262626;
	width:704px;
	float:right;
	padding-top:98px;
	padding-bottom:32px;/* needed to make room for footer */
}
#centrecontent p {padding-left:0px}

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