body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center -25px;
	background-image: url(../images/pcc_w_bkg_a.jpg);
}

body a {
	text-decoration: none;
	color: #006699;
}


#header {
	width: 950px;
	margin: 20px auto 0px auto;
	text-align: center;
	height: 100px;
	position: relative;
}
#menu-container {
	width: 950px;
	margin: 0px auto 0px auto;
	text-align: center;
	height: 48px;
	z-index: 500;
}
#home-img-container {
	display: block;
	width: 950px;
	margin: 0px auto 0px auto;
	height: 285px;
	overflow: hidden;
	z-index: 100;
	position: relative;
}
.home-img-fade-top {
	position: relative;
	width: 950px;
	height: 30px;
	top: 0px;
	left: 0px;
	margin-bottom: -30px;
	z-index: 100;
	background-image: url(../images/pcc_home_img_fade_top.png);
	background-position: center top;
}
.home-img-fade-bottom {

	position: relative;
	width: 950px;
	height: 30px;
	top: -30px;
	left: 0px;
	margin-bottom: 30px;
	z-index: 100;
	background-image: url(../images/pcc_home_img_fade_bottom.png);
	background-position: center top;
}
#content {
	background-color: #E9DDD1;
	width: 940px;
	margin: 0px auto 0px auto;
	padding: 5px;
}
#home-mid-button-container {
	background-color: #E9DDD1;
	width: 950px;
	margin: 0px auto 0px auto;
	padding: 8px 0px 8px 0px;
	text-align: center;
}
#column-left {
	width: 220px;
	float: left;
	margin-right: 10px;
	display: block;
	padding: 0px 6px 0px 6px;
}
.left-buttons {
	display: block;
	margin-bottom: 15px;
}
#column-right {
	width: 680px;
	float: left;
	padding: 0px 0px 0px 8px;
}
.news-title-a {
	font-size: 16px;
	line-height: 25px;
	color: #006699;
	text-decoration: none;
}
.news-posted {
	font-size: 11px;
	color: #999999;
}
#footer {
	width: 938px;
	margin: 0px auto 20px auto;
	text-align: left;
	height: 65px;
	background-color: #C7BCB0;
	font-size: 11px;
	padding: 6px 6px 0px 6px;
}
.left-sub-links {
	font-size: 11px;
	display: block;
	margin-left: 15px;
}
.left-sub-links-active {
	color: #333333;
}
.video-news {
	float: right;
	display: block;
	width: 265px;
	margin: 5px 0px 0px 10px;
}
.commentcontainer {
	background-color: #F9F6F1;
}
