body{
margin:0;
padding:0;
line-height: 1.5em;
background-image:url(/images/bg.gif);
background-repeat:repeat;
}

b{font-size: 110%;}
em{color: red;}
p{ color:#FFFFFF;
font-family:"Comic Sans MS"}


#topsection{
height: 100px; /*Height of top section*/
background-image:url(/images/header.png);
background-repeat:no-repeat;
background-position:center;
margin-left:auto;
margin-right:auto;
text-align:center;
}

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

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

#contentcolumn{
margin-left: 200px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -100%;
padding-top:5px;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
padding: 4px 0;
background-image:url(/images/footer.png)
}

#footer a{
color: #FFFF80;
}

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

.meet{
float:right;
width:150px;
margin-top:10px;
margin-bottom:15px;
margin-left:10px;
margin-right:15px;
padding-bottom:10px;
font-family:Arial, Helvetica, Georgia;
font-size: 28px;
line-height:24px;
color:#FF6600; 
text-align: right;
}



