/*------------------------------------------------------------------------------	Author: Shawn Makinson	Date: 6/21/04	Description: This css file is for layout such as absolute positioning or 							 styles that are used to create the overall structure / look							 and feel of the site. Most of these are probably ID's.	Change Log: ------------------------------------------------------------------------------*//*-------------------------------------Id's-------------------------------------*//*div {	border:1px solid black;}*/#adColumn {	float:right;	width:160px;	background-color:#999999;}#content {	width:717px;	padding:0 6px 0 17px;	margin:0;	/*border:1px solid blue;*/}#contentHome {	margin: 0 0 0 11px;	padding:0;	border:0;	width:728px;}#contentColumn {	margin:0;	padding:0;	width:750px;}#footer {	width:675px;	height:100%;	padding:20px 15px 50px 15px;	margin:0;	height:100px;	text-align:center;}#googleAdContainer {	height:600px;	width:120px;	background-color:#999999;	padding:0 0 0 20px;}#header {	margin:0;	padding:0;	width:747px;	text-align:left;}#mainContainer {        margin:0px auto;   text-align:left;        background: url(/_assets/img/bgSiteShadow.jpg) repeat-y;        /* Note: Thisis a jpg so Flash can also load it. */        /* height:100%; */         width:920px;        /* display:table; */        padding:0;        /*border:1px solid red;*/}#navigation {	margin: 0 0 0 11px;	padding:0;	border:0;	width:728px;}#programsFloater {	position:absolute;	margin-left:535px;}#skyscraperContainer {	padding:10px 0 10px 0;	margin:0;	background-color:#666666;}#topLeaderboard {	text-align:center;	margin: 0 0 0 11px;	padding:0 0 0 0;	width:728px;	/*height:101px;*/	background: url(/_assets/img/bgLeaderBoardAd.gif) no-repeat;	}#topLeaderboard img{	margin-bottom:10px;}/* -------------------------------------Class Names's-------------------------------------*/.clearAll {	clear:both;}