﻿
#sidebar
{
	background-color: #808080;
	float: left;
	width: 200px;
	height: 200px;
}
#maincontent
{
	background-color:#808080;
	float:left;
	width:710px;
	height: 200px;
}







#item
{
	font-size: xx-large;
	background-color: #FFFFFF;
	border-style: solid;
	
}
/*Fonts*/
li
{
	font-family: Verdana;
	font-size: small;
}

.resellername
{
	font-family: Verdana;
	font-size: medium;
	color: #FFFFFF;
	text-align: center;
}

.resellercontactinfo
{
	font-family: Verdana;
	font-size: small;
	color: #004278;
	width: 209px;
}

