@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;	
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	background: url(../images/pb_pagebg.jpg) repeat;
	text-align: center; 
	color: #000;
}

#container {
	width: 700px;	
	margin: 0 auto;
	text-align: left;
}

#header {
	background: url(../images/pb_headerbg.jpg) top center no-repeat;
	height: 29px;
	padding:15px 0;
}

#header h1 {
	color:#ad7b11;
	font-family: "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:36px;
	text-align:center;
	padding:0;
	margin:0;
}

#topsep {
	height:11px;
	background:url(../images/pb_topsep.png) top center no-repeat;
}

#mcimg {
	background: url(../images/pb_pagetile.jpg) top center repeat-y;
	padding: 10px 55px;
	text-align:center;
	vertical-align:middle;
}

#mcimg img {
	border:1px solid #e3dfd4;
	padding:2px;
}

#midsep {
	height:4px;
	background:url(../images/pb_pagetile.jpg) top center no-repeat;
	text-align:center;
	padding:10px 0;
}

#maincontent {
	background: url(../images/pb_pagetile.jpg) top center repeat-y;
	padding: 15px 40px 15px 55px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #5f5454;
}

#maincontent .left {
	width:68%;
	float: left;
	margin:0 5% 0 0;
}

#maincontent .right {
	width:25%;
	margin:0 0 0 2%;
	float: right;
}

#maincontent .left p {
	text-indent:35px;
	text-align:justify;
	font-weight:bold;
}

#maincontent .right p {	
	text-align:left;
	font-size:10px;
	font-weight:bold;
}

#maincontent .first {
	color:#a26e10;
	font-size:14px;
	font-weight:bold;
}

#maincontent .upcoming {
	font-size:12px;
	letter-spacing:-0.2px;
	font-weight:800;
}
.infobox {
	width:140px; font-size:10px; letter-spacing:-0.5px; margin:0 auto;
}
.infobox a:link, .infobox a:visited {
	color:#a26e10;
	font-weight:bold;
	text-decoration:none;
}
.infobox a:hover {
	text-decoration:underline;
}
.bclear {clear:both;}

#botsep {
	height:8px;
	background:url(../images/pb_botsep.png) top center no-repeat;
}

#footer {
	height:80px;
	background:url(../images/pb_footerbg.jpg) bottom center no-repeat;
}