div#rightSidebar
{
	float:right;
	width: 300px;
	display: block;
}
div#contentArea
{ width: 440px; 
}
div#contentArea h6
{
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:.1em;
	font-weight:normal;
	margin-top:10px;
}
div#contentArea h1
{
	font-size:1.4em;
	line-height:1.2em;
}
div#contentArea h5
{
	font-size:11px;
	font-weight:normal;
}
div#articleSidebar
{
	float: right;
	margin-left: 25px;
	margin-bottom: 25px;
	margin-top:10px;
	width: 200px;

}
div#sidebarImage
{
	width: 200px;
	text-align: center;
	background-color: #000000;
}
div#sidebarWatchNow
{
	margin-top: 15px;
	margin-bottom: 15px;
}

div#sidebarWatchNow a
{
	text-decoration: none;
}

.sectionHeader
{
	font-weight:bold;
	font-size: 16px;
	line-height: 16px;
	margin: 0px;
	color: #224B87;
	padding-top: 5px;
	padding-left: 5px;
	text-transform: none;
	border-bottom:1px solid #224B87;
}


div#mainContent, #mainContent
{
	/* hack to fix width of existing pages */
	position: relative;
	left: 0px;
	top: 0px;
	width: 1000px;
	margin-bottom: 0px;
	padding-top: 120px;
	background-image: url(/images/700club/int-bg-mainContent.jpg);
	background-repeat: no-repeat;
	background-color: transparent;
	overflow: hidden;
}

