﻿body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url('../Images/top_gradient.png');
	background-repeat: repeat-x;
	margin:0;
}
.header_bottom {
	background-image: url('images/header_bottom.png');
	background-repeat:no-repeat;
	height: 28px;
}
.header_bottom_left {
	background-image: url('images/header_bottom_left.png');
	background-repeat:no-repeat;
	height: 28px;
}
#header {
	background-image: url('../images/header.png');
	background-repeat:no-repeat;
	height: 81px;
}
#content_top_front {
	background-image: url('../images/content_top_front2.png');
	background-repeat:no-repeat;
	height: 204px;
	width: 100%;
}
#content_top {
	background-image: url('../images/content_top.png');
	background-repeat:no-repeat;
	height: 204px;
	width: 100%;
}
#content_top_pricing {
	background-image: url('../images/content_top_pricing.png');
	background-repeat:no-repeat;
	height: 204px;
	width: 100%;
}
#content_top_features {
	background-image: url('../images/content_top2.png');
	background-repeat:no-repeat;
	height: 204px;
	width: 100%;
}
#content_top_tryit {
	background-image: url('../images/content_top9.png');
	background-repeat:no-repeat;
	height: 204px;
	width: 100%;
}
#content_top_compare {
	background-image: url('../images/content_top4.png');
	background-repeat:no-repeat;
	height: 204px;
	width: 100%;
}
#content_center_front {
	background-image: url('../images/content_center_front.png');
	background-repeat:repeat-y;
}
#content_center {
	background-image: url('../images/content_center2.png');
	background-repeat:repeat-y;
}
#content_bottom_front {background-image: url('../images/content_bottom_front.png');
	background-repeat:no-repeat;
	height: 31px;
}
#content_bottom {background-image: url('../images/content_bottom.png');
	background-repeat:no-repeat;
	height: 31px;
}
#footer_top {
	background-image: url('../images/footer_top.png');
	background-repeat:no-repeat;
	height: 20px;
}
#footer_center {
	background-image: url('../images/footer_center.png'); 
	background-repeat:repeat-y; 
	height: 40px;
}
#footer_bottom {
	background-image: url('../images/footer_bottom.png'); 
	background-repeat:no-repeat; 
	height: 23px;
}
td img {
	display: block;
}
#form1 {
	background-image: url('images/header.png');
	background-repeat:no-repeat;
	height: 81px;
}
h1 {
	font-size:x-large;
	margin:10px;
}
h2 {
	font-size:large;
	margin-top:5px;
	margin-bottom: 5px;
	text-align: left;
	color: #336699;
}
#copyright {
	font-size:small;
	margin:0;
}
p {
	margin-top: 2px;
	margin-bottom: 5px;
}
li {
	margin-bottom: 10px;
}