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

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

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border-color:#000000;
border-width:1px;
border-style:solid;
background: #ffffff;
}

#topsection{
background: #ffffff;
height: 170px; /*Height of top section*/
}

#navigation{
background: #EAEAEA;
height: 27px; /*Height of top section*/
}

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

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

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
background: #ffffff;
border-left-width:1px;
border-left-color:#999999;
border-left-style:solid;

}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -800px; /*Set left margin to -(MainContainerWidth)*/
background: #ffffff;
}

#footer{
clear: left;
width: 100%;
background: #ffffff;
color: #FFF;
text-align: center;
padding-top: 10px;
border-top-width:1px;
border-top-color:#999999;
border-top-style:solid;
}


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