
#topsection{
	background: #FFFFFF;
	height: 130px; /*160px*//*Height of top section*/
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	margin: 0 200px 0 356px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
	float: left;
	width: 356px; /*Width of left column*/
	margin-left: -100%;
	/* border: dashed 1px #adadad; */
}

#rightcolumn{
	float: left;
	width: 198px; /*Width of right column*/
	margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
	/* border: dashed 1px #adadad; */
}

#above_footer{
	height:10px;
	line-height:10px;
	clear:both;
}

#footer{
	font-size:12px;
	clear: left;
	color: #DDDDDD;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 4px;
	background:url(../images/footer_bg.gif) repeat-x;
	height:25px;
	border-top:1px solid #CFDEF6;
}
#footer a{
	color:#1F67D3;
	text-decoration:none;
	line-height:25px;
}
#footer a:hover{
	color:#FF6600;
	text-decoration:none;
	line-height:25px;
}
#footer_links{
	float:left;
	margin-left:360px;
}
#copyright{
	color:#AAAAB3;
	font-size:11px;
	float:right;
	padding-top:4px;
	margin-right:200px;
}


.innertube{
	margin: 6px; /*Margins for inner DIV inside each column (to provide padding)*/
	margin-top: 0;
	/* background:url(images/header_bg.gif) repeat-x; */
}


