@charset "utf-8";
/* CSS Document */

#container {
	width: 968px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	background-color: #000;
}
#banner {
	background-color: #000;
	background-image: url(images/pbnabanner.gif);
	height: 60px;
	width: 618px;
	padding-top: 90px;
	padding-left: 350px;
	z-index: 2;
}
#main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #CCC;
	background-color: #000;
	height: 410px;
	width: 280px;
	float: left;
	text-align: center;
	vertical-align: middle;
}
#main_image {
	background-color: #000;
	height: 410px;
	width: 688px;
	float: right;
	z-index: 1;
}
#left_column, #center_column, #right_column {
	width: 316px;
	float:left;
	font-size: 8pt;
	color:#CCCCCC;
}
#center_column, #right_column {
	margin-left: 10px;
}
#footer {
	width: 968px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #CCC;
	font-style: normal;
	background-color: #000;
	text-align: right;
	height: 0px;
}

