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

b{font-size: 110%;}
em{color: red;}

#topsection{
background: #EAEAEA;
height: 60px; /*Height of top section*/
}

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

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

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

#leftcolumn{
float: left;
width: 230px; /*Width of left column*/
margin-left: -100%;
background: #B2CDE0;
}

#rightcolumn{
float: left;
text-align: center;
width: 180px; /*Width of right column*/
margin-left: -200px; /*Set left marginto-(RightColumnWidth)*/
background: #B2CDE0;
}

#footer{
clear: left;
width: 100%;
background: #EAEAEA;
color: #FFF;
text-align: right;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

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