body 
{
	background-color: #ffffff; 
	font-family: Verdana, Helvetica, Arial; 
	font-size: 10pt; 
}

#sidebar
{
	float: left;
	margin-top: 100px;
	width: 120px;
	height: 100%;
	font-size: 11pt;
	font-weight: bold;
}

#header
{
	margin: 0px;
}

#main-content
{
	float: left;
	margin: 0px;
	width: 500px;
	height: 100%;
}

#footer
{
	text-align: center; 
	font-size: 8pt;
	color: #dddddd;
	width: 100%; 
}

a:link { color: blue; text-decoration: none; }
a:visited { color: blue; text-decoration: none; } 
a:hover { color: blue; text-decoration: underline; } 
a:active { color: blue; }
