b {
	font-size: 110%;
}
em {
	color: red;
}
iframe { margin: 0px; padding: 0px; overflow: hidden; width: 920px; height: 350px; }

#maincontainer {
	width: 920px; 
	margin: 0 auto;
}
#topsection {
	height: 48px; /*Height of top section*/
	background-image:url(css2010/background.png);
	
}

#topsection h1{
	margin: 0;
	padding-top: 0px;
}



#contentwrapper{
 color: #333;
 background: #FFFFFF;
 width: 560px;
 overflow: hidden;
 float: left;
}

#contentcolumn{
	width: 560px;
	overflow: hidden;
	display: inline;
}
#contentcolumnwide{
	margin: 0 0px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}
#leftnavfeatures {
	float: left;
	width: 185px; /*Width of left column in pixel*/
	clear: left;
}
#right_features {
	float: right;
	width: 165px; /*Width of right column*/
}
#pagebottompromo {
	clear: left;
	width: 100%;
	height: 70px; /*Height of bottom section*/
	text-align: center;
	padding: 0px 0;
}
#footer a {
	color: #FFFF80;
}
.innertube {
	margin: 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
	width: 550px;
	overflow: hidden;
	display: inline;
}
.cleer { clear: both; height: 1px; overflow: hidden; display: block; }