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

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

#topsection h1{
margin: 40px;
padding-top: 10px;
text-transform:lowercase
}

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

#contentcolumn{
margin: 0 280px 0 300px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
font-size: 75%;
text-align: left;
}

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

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

#rightcoloumn h2{
text-align: right;
}

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

#footer{
clear: left;
width: 100%;
font-size: 65%;
font-style: oblique;
text-align: center;
}

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

h2{
color: #669966;
text-transform:lowercase
}

i{
font-size: 75%;
}

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

a:visited {
color: #669966;
}

a:hover {
text-decoration: underline;
}

ul {
list-style-type: none;
}
