body{
margin:0;
padding:0;
line-height: 1.5em;
background: #203674;
margin-top:10px;
}

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

#maincontainer{
width:1024px;
margin:0 auto;
}

.text_scroller {
font-family:Arial, Helvetica, sans-serif;
font-size:22px;
font-style:italic;
color:#fff200;
}

#topsection{
background: #EAEAEA;
height: 106px; /*Height of top section*/
background-image:url(../slices/images/layout_02.jpg); background-repeat:no-repeat;
}

#subtopsection{
background: #EAEAEA;
height: 113px; /*Height of top section*/
background-image:url(../slices/images/layout_03.jpg); background-repeat:no-repeat;
}

#bgrepeat{
background: #EAEAEA;
height: 400px; /*Height of top section*/
background-image:url(../slices/images/layout_08.jpg); background-repeat:repeat-y;
}

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

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

#contentcolumn{
margin: 0 200px 0 282px; /*Margins for content column. Should be "0 right-column-width 0 left-column-width*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
width:550px;
}

#leftcolumn{
float: left;
width: 282px; /*Width of left column in percentage*/
height: 310px;
margin-left: -100%;
background-image:url(../slices/images/layout_04.jpg); background-repeat:no-repeat;
}

#rightcolumn{
float: left;
width: 125px; /*Width of right column in pixels*/
margin-left: -180px; /*Set margin to -(RightColumnWidth)*/
background: #FDE95E;
}

#footer{
clear: left;
width: 100%;
color: #FFF;
text-align: center;
height:86px;
background-image:url(../slices/images/layout_11.jpg); background-repeat:no-repeat;
}

#footer a{
color: #FFFF80;
}

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