body{
margin:0;
padding:0;
line-height: 1em;
background: #DEBD9C;
}

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

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

#topsection{
background: #DEBD9C;
height: 200px; /*Height of top section*/
}

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

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

#contentcolumn{
padding-top: 40px;
margin: 0 190px 0 180px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
background: #DEBD9C;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column in pixel*/
padding-top: 40px;
margin-left: -1000px; /*Set margin to that of -(MainContainerWidth)*/
background: #DEBD9C;
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
padding-top: 90px;
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
background: #DEBD9C;
}

#footer{
clear: left;
width: 100%;
background: #DEBD9C;
color: black;
text-align: left;
padding: 0px 0;
}

#footer a{
color: #0000FF;
}

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

