body { 
	/*background: url("sports_bg.png") repeat-x scroll 0 0 #08233E;*/
	margin: 0; 
	padding: 0; 
	text-align: center; 
}
#brand-logo{
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#faq-title{
	position: absolute;
	left: 30px;
	top: 30px;
	font-family: 'Arial','sans-serif';
	font-size: 24px;
	color: #FF6600;
}
#faq-body{
	position: relative;
	color:#333;
	font-size: 14px;
	left:40px;
	font-family: 'Open sans', sans-serif;
	padding-left: 30pt;
	padding-top: 30pt;
	
}
#container { 
	position: relative; 
	margin: 0 auto; 
	top:60px;
	height:auto !important;
	height:650px;
	min-height: 650px;
	width:980px;
	text-align:left;
	overflow: visible;
	border: 1px solid #CCC;
	background: white;
	moz-box-shadow: 1px 1px 1px 6px #333;
	-webkit-box-shadow: 1px 1px 6px #333;
	box-shadow: 1px 1px 6px #333;
	border-radius: 2px 2px 2px 3px;
} 
#leftsidebar { 
	position: absolute; 
	border-right: 1px solid #CCCCCC;
	left:0px; 
	top:10px; 
	width:232px; 
	height:640px;
	font:  12px arial, helvetica, sans serif;
	/*background: yellow;*/
}
#rightsidebar { 
	position:absolute; 
	border-left: 1px solid #CCCCCC;
	right:15px; 
	top:10px; 
	width:260px; 
	height:640px;
	font:  11px arial, helvetica, sans serif;
	/*background: green;*/
}
#follow-social {
	position: absolute; 
	left: 0px; 
	padding: 0px;
	top: 500px; 
	width:150px;
}
#header { 
	position:absolute; 
	/*border-bottom: 1px solid #CCCCCC;*/
	left:0px; 
	top:-50px; 
	width:980px; 
	height:40px;
	/*background: purple;*/
} 
#navcontainer { 
	position:absolute; 
	left:0px; 
	top:1px; 
	width:980px; 
	height:30px;
	/*background: orange;*/
}
#nav-bar{
	position: absolute;
	right: 0px;
	top: -1px;
	font:  13px arial, helvetica, sans serif;
	/*background: grey;*/
}
#contentcontainer { 
	position:relative; 
	left:2px; 
	top:0px; 
	width:976px; 	
	height:auto !important;
	height:650px; 	
	min-height: 650px;
	overflow:visble;
	/*background: pink;*/
}
#faq-container {
	position: relative;
	top: 10px;
	width:744px;
	height:auto !important;
	height:640px;
	min-height: 640px;
	left: 232px;
	/*background: red;*/
}
#CBSi-top-nav li a {
	text-decoration:none;
	font-weight:bold;
	color:#C0C0C0;
}
#CBSi-top-nav li a:hover,
#CBSi-top-nav li.selected a {
	color:#FF6600;
}
#CBSi-top-nav li a:active {
	color:#000;
}
#footer {
	border-top: 1px solid #CCCCCC;
	color: #999999;
	height: 74px;
	margin: 10px 1px 1px -0px;
	padding: 6px 1px 1px;
	text-align: center;
	width: 978px;
	bottom: 50px;
	left:0px;
	/*background: purple;*/
}
div#cbs-footer-wrapper { 
	/*border-top: 1px solid #CCCCCC;*/
	color: #999999;
	height: 60px;
	margin: 10px 1px 1px 1px;
	padding: 1px 1px 1px;
	text-align: center;
	width: 976px;
	bottom: 50px;
	left:0px;
	/*background: green;*/
}
