body{
margin:20;
padding:0;
line-height: 1;


}

b{font-size: 110%;}
em{color: red;}

#topsection{
/* background: #FFFFFF; */
height: 108px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 200px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
/* background: #ffffff; */
text-align:justify;
}

#leftcolumn{
float: left;
width: 196px; /*Width of left column*/
margin-left: -100%;
/* background: #FFFFFF; */
line-height: .75;
display: inline;   /*  try to fix IE6 bug!  */
}

#rightcolumn{
float: left;
width: 166px; /*Width of right column*/
margin-left: -200px; /*Set left marginto -(RightColumnWidth)*/
/* background: #FFFFFF; */
}

#footer{
clear: left;
width: 100%;
/* background: #FFFFFF; */
color: #FFF;
padding: 4px 0;
}

#footer a{
/* color: #0000FF; */
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}





