body{
background: #cccc99;
color: #D16500;
font-family: 'LucidaSansStd', sans-serif;
margin:0;
padding:0;
}

#topsection{
height: 90px; /*Height of top section*/
text-align: right;
font-style: oblique;
}

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

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

#contentcolumn{
margin: 0 200px 0 230px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
font-size: .9em;
text-align: center;
}

#leftcolumn{
float: left;
width: 180px; /*Width of left column*/
margin-left: -96%;
font-size: 75%;
}

#rightcolumn{
float: left;
width: 170px; /*Width of right column*/
margin-left: -170px; /*Set left margin to -(RightColumnWidth)*/
font-size: 75%;
}

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

#footer{
clear: left;
width: 100%;
font-size: 65%;
}

#footer p{
font-style: oblique;
text-align: center;
}

a:link {
color: #996666;
text-decoration: none;
}

a:visited {
color: #669966;
}

a:hover {
text-decoration: underline;
}

ul {
list-style-type: none;
}