body {
      background-color: #53002F;
      color: white;
      font-family: Verdana, sans-serif;
	
}


a:link { color: #FFFFFF; text-decoration: underline; }
a:active { color: #FFFFFF; text-decoration: underline; }
a:visited { color: #FFFFFF; text-decoration: underline; }
a:hover { color: #FFFFFF; text-decoration: none; }
P,UL,OL,H2 { font-size: 80%; }

#sidebar {
	position:absolute;
        top: 15%;
	left:1%;
	width:27%;
	padding-top: 20px;
        padding-bottom: 30%;
}

#maincontent {
	margin-left: 30%;
	top: 0px;
}


#footer {
	position:relative;
	width: 100%;
	padding: 3px;
	text-align: center;
	margin: 40% 0 0 0;
	}
