
body{
margin:0;
padding:0;
line-height: 1.3em;
FONT: 95% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
background: #e4e4e4;
}


b{font-size: 110%;}
em{color: red;}

#maincontainer{
width: 959px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border-left: 1px solid #99ccff;
border-right: 1px solid #99ccff;  
background: #ffffff;
}

#topsection{
background: #EAEAEA;
height: 332px; /*Height of top section*/
background: #99ccff url(../images/bg-top-index.jpg)  no-repeat ;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-right: 480px; /*Set right margin to RightColumnWidth*/
}

#rightcolumn{
float: left;
width: 480px; /*Width of right column*/
margin-left: -480px; /*Set left margin to -(RightColumnWidth) */
background: #fff;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #FFFF80;
}

.innertube_right{
margin: 20px 10px 10px 0; 
}

.innertube_content{
margin: 5px 50px 30px 50px;
}


.innertube_top{
margin: 10px 20px 30px 20px; 

}
