body{
	color: #00000;
	margin:0;
	padding:0;
	line-height: 1.5em;
}

#maincontainer{
	background: #FFFFFF;	/* FDE95E*/
	width: 940px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
}

#topsection{
	background: #FFFFFF;
	height: 120px; 		/*Height of top section*/
	width: 940px;
}

#navi{
	top: 130px;
	height: 30px; 		/*Height of top section*/
}

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

#contentwrapper{
	top: 160px;
	float: left;
	width: 100%;
}

#contentcolumn{
	top: 10px;
	margin-right: 300px; 	/*Set right margin to RightColumnWidth*/
}

#rightcolumn{
	float: left;
	width: 300px; 				/*Width of right column*/
	margin-left: -300px; 	/*Set left margin to -(RightColumnWidth) */
	background: #FFFFFF;	/* FDE95E*/
}

#footer{
clear: left;
width: 100%;
height: 50px;
background: black;
color: #FFF;
text-align: center;
padding: 1px 0;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

.content{
margin: 15px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 50px;
}
