body{
margin:0;
padding:0;
line-height: 1.5em;
}

H1 {
color: #663399;
}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
font-family: arial;
}

#topsection{
background: #663399;
height: 200px; /*Height of top section*/
}

#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: -800px; /*Set left margin to -(MainContainerWidth)*/
background: #FFCCFF;
color: #663399;
}

#footer{
clear: left;
width: 100%;
background: #663399;
color: #FFCCFF;
text-align: center;
padding: 4px 0;
}


.innertube{
margin: 0px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

A:link {text-decoration: none; color: #663399}
A:visited {text-decoration: none; color: #663399}
A:active {text-decoration: none; color: #663399}
A:hover {text-decoration: none; color: #663399}

/*Table definitons*/
table.datadisplay{
width: 500px;
text-align: center;
border : 1px #663399 solid;
padding: 10px;
margin: 10px;
}