<style type="text/css">
body{
margin:0;
padding:0;
line-height: 1.5em;
background: #4785C2;
}

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


#topsection{
background: #4785C2;
height: 500px; /*Height of top section*/
}

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

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

#contentcolumn{
margin-left: 270px; /*Set left margin to LeftColumnWidth*/
background: #4785C2;
}

#leftcolumn{
float: left;
width: 260px; /*Width of left column*/
height: 720px;
margin-left: -100%;
background: #4785C2;
}

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

#footer a{
color: #FFFF80;
}

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