*/

body{
margin:0;
padding:0;
line-height: 1.5em;
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}
b{font-size: 105%;}
em{
}

#maincontainer{
width: 940px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
border: solid 4px #000000;
background-color: #F2F2F2;

}

#topsection{
height: 280px; /*Height of top section*/
}
#menu{
width: 100%;
margin: none;
}
#menu ul{
list-style: none;
border: none;
display: inline-block;

}
#menu ul li{
list-style: none;
border: none;
display: inline-block;
padding: 0px;
margin: 0px;
}
#menu img{
border: none;
}
#contentwrapper{
float: left;
width: 100%;
}
#contentcolumn2{
margin: 0px 110px 0 80px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/

}
#contentcolumn{
margin: 10px 220px 0 0px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
width: 490px;
float:right;
}
H1{
font-family: Comic Sans, Comic Sans MS, cursive;
font-size: 26px;
text-transform: uppercase;
margin-top: 30px;
letter-spacing: 2px;
}
H2{
font-family: Comic Sans, Comic Sans MS, cursive;
font-size: 16px;
margin: none;
padding: none;
text-transform: uppercase;
}
p{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 16px;
text-align: justify;
}
ul li, ol li{
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
line-height: 17px;
text-align: left;
}
#leftcolumn{
float: left;
width: 160px; /*Width of left column in pixel*/
margin-left: 50px; /*Set margin to that of -(MainContainerWidth)*/
}
#leftcolumn img{
border: none;
filter:alpha(opacity=100); /* Make IE understand that this is not transparent */
opacity:1; /* Make CSS compliant browsers understand this is not transparent */
margin-top:  100px;
}
#leftcolumn .homebutton {
background-color: #999999;
margin:  50px 0 0 -50px;
font-family: Comic Sans, Comic Sans MS, cursive;
font-size: 1em;
color: #FFFFFF;
width: 75px;
text-align: center;
text-decoration: none;
padding: 0;
}

#leftcolumn .homebutton a{
text-decoration: none;
color:#FFFFFF;
}
#rightcolumn{
float: left;
width: 200px; /*Width of right column*/
margin-left: -200px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

#footer a{
color: #FFFF80;
}

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