﻿#mainimage
{
	background-color: #000000;
	float: left;
	width: 910px;
	height:150px;	
}

#sidebar
{
	background-color: #808080;
	float: left;
	width: 210px;
	height: 600px;
	margin-top: -1px;
}

#simulatedescription
{
	float: left;
	background-color: #666666;
	width: 700px;
	height: 600px;
}

#simulatetext
{
	float:left;
}



/*Font Styles*/







/*end fonts*/
a:link
{
	text-decoration: none;
	color:#FFFFFF;
	
}
a:visited
{
	text-decoration: none;
	color:#FFFFFF;
	
}
a:hover
{
	text-decoration: underline;
	color:#FFFFFF;
	
}
a:active
{
	text-decoration: none;
	color:#FFFFFF;
	
}
#simulatetext li
{
	margin: -3px;
	font-family: Verdana;
	font-size: small;
	color: #FFFFFF;
	list-style-type: square;
}
