﻿
#mainimage
{
	
	background-color: #FFFFFF;
		float: left;
	width: 910px;
	height: 150px;
		
	}
#sidebar
{
	background-color:#808080;
	float:left;
	height:600px;
	width: 210px;
	margin: -1px 0px 0px 0px;
}
#content
{
	background-color: #666666;
	float: left;
	width: 700px;
	height: 600px;
}


/*Fonts*/

.downloadtext
{
	font-size: medium;
	text-align: center;
	font-family: Verdana;
	color:#FFFFFF
}
#content li
{
	margin: -3px;
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
	list-style-type: square;
}

