body{
font: 14px trebuchet ms, arial, Helvetica, sans-serif;
color: #634BA3;
margin:0;
padding:0;
}

h1 {
font: bold 18px trebuchet ms, Arial, Helvetica, sans-serif;
color: #634BA3;
}
	
h2 {
font: 16px trebuchet ms, Arial, Helvetica, sans-serif;
font-weight: bold; 
color: #634BA3;
}

b{font-size: 110%;}
em{color: red;}

a {color: #634BA3; text-decoration: none;}
a:link {color: #634BA3; text-decoration: underline;}
a:hover {color: #573BA3;}
a:visited {text-decoration: underline;}	

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#topsection{
background: #7e70a3;
height: 170px; /*Height of top section*/
}

#topsection h1{
margin: 0;
padding-top: 15px;
color: white;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin-left: 0px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 200px; /*Width of left column*/
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
background: #C8FC98;
}

#footer{
clear: left;
width: 100%;
height: 25px;
background: #fff;
color: #fff;
text-align: center;
}

#footer a{
color: #c3c3c3;
font-size: 80%;
}

#footer a:hover{
color: #fff;
}

.innertube{
margin: 25px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}