BODY {
  background: #FFFFFF url(images/banner_bg.gif) repeat-x;
  margin: 0px;
}
#wrapper{
	margin: auto;
	width: 800px;
	text-align: left;
	overflow:hidden;
}
#header{
	margin: auto;
	height: 50px;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 12px;
	padding-left: 10px;
}
.darkgrey {
	color: #928D8D;
}
.lightgrey {
	color: #D2D3D5;
}
.content{
	width: 780px;
	padding: 10px 10px 10px;
	float: left;
}
.nav {
	height: 20px;
	margin: auto;
	background-color: #E8E8E8;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 10px;
}
.nav a {
	color: #993333;
	text-decoration: none;
}
.nav a:visited {
}
.nav a:hover {
	color: #344F65;
}
table.products{
	border-collapse: collapse;
	width: 780px;
	table-layout: auto;
	font-size: 0.8em;
	border: 1px solid #C8C7C7;
}
table.products th{
	padding: 5px;
	background-color: #666666;
	color: #FFFFFF;
}
table.products td{
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C8C7C7;
}
table.feature_comparison{
	border-collapse: collapse;
	width: 780px;
	table-layout: auto;
	font-size: 0.8em;
	border: 1px solid #C8C7C7;
}
table.feature_comparison th{
	padding: 5px;
	background-color: #666666;
	color: #FFFFFF;
}
table.feature_comparison td.head {
	background-color: #E8E8E8;
}
table.feature_comparison td{
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #C8C7C7;
}
.link{
	position:relative;
	bottom:5px;
}
.small {
	font-size: 0.7em;
}
#footer{
	margin: auto;
	clear: both;
	font-size: 0.7em;
	background-color: #E8E8E8;
	text-align: center;
}
img{
	border-style: none;
}
.dt{
	padding-right: 10px;
	vertical-align: top;
}
