/* CSS Document */

body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;	
	font-weight:normal;
	color: #333333;
	background-color: #ffffff;
	}
#pbc_contentWrapper {
	margin: 0px auto;
	width: 900px;
	padding-left: 30px;
	padding-right: 20px;
	background-image:url(../img/pbc/background.jpg);
	background-position:top left;
	background-repeat:repeat-y;
	}
#pbc_masthead {
	float:left;
	height: 40px;
	width: 900px;
	text-align:right;
	background-image:url(../img/pbc/pbc_masthead.gif);
	background-position:top left;
	background-repeat: no-repeat;
	}
#pbc_mainImageArea {
	float: left;
	height: auto;
	width: 900px;
	background-color:#000000;
	border-top: #000000 1px solid;
	border-bottom: #000000 1px solid;
	}
#pbc_menuSection {
	float:left;
	width: 189px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-color: #cccccc;
	border-right: #006600 1px solid;
	border-bottom: #006600 1px solid;
	}
#pbc_mainSection {
	float:left;
	min-height: 200px;
	width: 484px;
	padding-top: 10px;
	padding-left: 10px;
	}
#pbc_rightSection {
	float:left;
	min-height: 200px;
	width: 201px;
	padding-top: 10px;
	padding-left: 5px;
}
#pbc_contents {
	float: left;
	height: auto;
	width: 900px;
	}
#pbc_footer {
	margin: 0px auto;
	width: 900px;
	height: 30px;
	padding-left: 30px;
	padding-right: 20px;
	background-image:url(../img/pbc/pbc_bottom.gif);
	background-position:top left;
	background-repeat: no-repeat;
	}
