﻿
	body 
{
	background-color:#F0F0F0;
	margin:0;
}
.wrapper
{
	height:100px;
	width: 800px;
	margin: 0px auto;

}

#links
{
	margin:0px auto;
	width: 800px;
	height:100px;
}

#links h1
{
	font-family:Verdana;
	font-size:10pt;
	color:Gray;
}
#links a 
{
	text-decoration:none;
	color:Gray;
	font-family:Verdana;
	font-size: 7pt;
}


#header
{
	font-size:8pt;
	color:Gray;
}

#links p
{
	color:Gray;
	font-family:Verdana;
	font-size:10pt;
	left: 0px;
}
#legal
{
	float:left;
	width:200px;
}
#business
{
	float:left;
	width:200px;
}
#community
{
	float:left;
	width:200px;
}
#features
{
	float:left;
	width:200px;
}
br 
{
	line-height:5px;
}

