.left
{
	float:left;
}
.center
{
    float:left;
    margin-left:20px;
	
}
.right
{
	float:right;
}
.half
{
	width: 460px;
}
.third
{
	width: 300px;
}
.twoThirds
{
	width: 620px;
}

.border
{
	padding: 9px;
	border: 1px solid #eee;
	margin-bottom: 10px;
}
.border h3       
{

}
.clear
{
	clear: both;
}
.container
{
	clear:both;
	margin-bottom:20px;
	overflow:hidden;
}
.container h2
{
    font-size:1.4em;
    text-transform:uppercase;
}
.container h3 
{
    font-size:1.4em;
    text-transform:uppercase;
	margin-bottom: .25em;
}
.container h4
{
	margin-top:.5em;
	margin-bottom:0em;
	padding:0px;
	letter-spacing:2px;
}
.containerExtras
{
	width:40%;
	float:right;
	padding-left:20px;
	margin-bottom:15px;
}
.mediumAd, .smallAd
{
    background-color:#b7c6fe;
    width:300px;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    margin-bottom:20px;
}
.mediumAd {height:200px;}
.smallAd {height:100px;}
.fadeUp
{
    background-image:url('/App_Themes/CBN/images/int-bg-fadeUp.gif');
    background-position:bottom;
    background-repeat:repeat-x;
}
.fadeDown
{
    background-image:url('/App_Themes/CBN/images/int-bg-fadeDown.gif');
    background-position:top;
    background-repeat:repeat-x;
}
.twoThirds .divider
{
    background-image:url('/App_Themes/CBN/images/int-twothirds-divider.jpg');
    background-position:bottom center;
    padding-bottom:10px;
    background-repeat:no-repeat;
}
.third .divider
{
    background-image:url('/App_Themes/CBN/images/int-third-divider.gif');
    background-position:bottom center;
    padding-bottom:10px;
    background-repeat:no-repeat;
}
#follow {
	position: absolute; 
	top: 0px; 
	right: 14px; 
	height: 115px; 
	width: 140px; 
	padding: 15px; 
	background-color: #132237;
}
#follow h3 {
	color: #FFF;
	text-align:center;
	margin-bottom: 15px;
	font-size: 1.2em;
}
#follow img {
	float: left;
	padding: 5px 2px;
	clear: both;
}
#follow p {
	margin: 7px 2px;
	float: left;
}
#follow a { color: #CCCCCC }
#follow a:hover { color: #FFFFFF }    