body  { line-height: 1.5em; background-color: black; margin: 0; padding: 0 }

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

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

#topsection { background-color: black; border: solid 1pt #666; height: 82px }

#topsection h1 { margin: 0 }

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

#contentcolumn  { color: black; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; background-color: white; margin-right: 370px; border-top: 1pt solid black; border-right: 1pt solid black; border-bottom: 1pt solid black; border-left: black }

#leftcolumn  { background-color: maroon; float: left; clear: none; margin-left: -370px; border-style: none solid none none; border-width: medium 1px medium medium; border-color: gray; width: 180px; height: 990px }

#rightcolumn { background-color: teal; float: left; clear: none; margin-left: -190px; width: 190px; height: 990px }

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

#footer a{
color: #FFFF80;
}

.innertube { margin: 0 10px 10px }


a.button  { color: #000; font-weight: bold; font-size: 20px; line-height: 46px; font-family: Helvetica; text-decoration: none; text-align: center; margin: 0 auto; border-width: 0 14px 0 14px; width: 200px; -webkit-border-image: url(Images/whiteButton.png) 0 14 0 14; text-shadow: #fff 0px 1px 1px; display: block }





