@charset "utf-8";
#content {
	width: 723px;
	float: left;
	background-color: #FFFFFF;
}
#contentTopLeft {
	background-image: url(../images/layoutImages/contentTopLeft.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#contentBottomLeft {
	background-image: url(../images/layoutImages/contentBottomLeft.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#contentBottomRight {
	background-image: url(../images/layoutImages/contentBottomRight.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contentTopRight {
	background-image: url(../images/layoutImages/contentTopRight.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 10px;
	font-size: 12px;
	min-height: 600px;
}
#contentBottoms {
	background-image: url(../images/layoutImages/pixelDivider.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#news {
	display: none;
}


#contentSubNav {
	width: 680px;
	font-weight: bold;
	color: #FFF7C2;
	height: 20px;
	margin-left: -3px;
	margin-top: 5px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	font-size: 12px;
	background-color: #000;
	text-align: center;
}
.sub2PageTitle {
	font-size: 18px;
	font-weight: bold;
	color: #64050B;
	text-decoration: none;
}
#contentSubNav a {
	color: #FFF7C2;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#scoop {
	display: none;
}
#addThis {
	margin-bottom: 10px;
	margin-right: 9px;
	margin-left: 9px;
	float: right;
	display: none;
}
#addThisSub {
	margin-bottom: 10px;
	background-color: #000;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
