body {
	margin: 0px;
	padding: 0px;
	background: #fff url(imgs/bg.gif) repeat-x top left;
	font-family: Arial, Helvetica, sans-serif;
}
#wrap {
	width: 930px;
	margin: 0 auto 0 auto;
}
#top {
	float: left;
	width: 520px;
	height: 234px;
}
#top h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #373737;
	font-weight: normal;
	letter-spacing: -2px;
	padding: 30px 0px 0px 0px;
	margin: 0px;
}
#top a {
	color: #373737;
	text-decoration: none;
}
#top a:hover {
	color: #555555;
	text-decoration: none;
}
#top h2 {
	display: block;
	float: left;
	margin: 0px;
	padding: 50px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 19px;
	letter-spacing: -1px;
	font-weight: normal;
	line-height: 30px;
}
#nav {
	float: left;
	width: 820px;
	height: 33px;
	margin: 0px;
}
#nav ul {
	display: block;
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 820px;
}
#nav li {
	display: block;
	float: left;
	padding: 0px 11px 0px 0px;
	font-size: 15px;
	line-height: 32px;
	color: #FFFFFF;
}
#nav a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav a:hover {
	color: #333333;
	text-decoration: none;
}
#nav .divider {
	background: url(imgs/nav-divider.gif) no-repeat top left;
	padding: 0px 11px 0px 11px;
}
#home .home a, #download .download a, #prices .prices a, #contact .contact a {
	color: #333333;
	text-decoration: none;
}
#guides {
	float: right;
	display: inline;
	width: 380px;
	height: 224px;
	background: url(imgs/guides.jpg) no-repeat top left;
	margin: 10px 0px 0px 0px;
}
#content {
	float: left;
	width: 510px;
	padding: 30px 40px 0px 0px;
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}
#sidebar {
	float: left;
	width: 224px;
	background: url(imgs/sidebar.jpg) no-repeat left bottom;
	padding: 30px 18px 18px 25px;
}
#sidebar .download {
	background: url(imgs/sidebar-button.jpg) no-repeat left top;
	float: left;
	width: 224px;
	height: 50px;
	padding: 12px 0px 0px 22px;
	line-height: 20px;
	font-size: 18px;;
	margin: 0px 0px 0px -25px;
	background-color: #e2e2e2;
	display: inline;
}
#sidebar .download a {
	color: #333333;
	text-decoration: none;
}
.note {
	font-size: 11px;
}
#sidebar .offices {
	float: left;
	width: 195px;
	padding: 0px;
}
#sidebar .offices ul {
	float: left;
	display: block;
	list-style-type: none;
	margin:0px;
	padding: 10px 0px 20px 0px;
	font-size: 13px;
}
#sidebar .offices li {
	display: block;
	padding: 0px 0px 10px 10px;
	background: url(imgs/sidebar-bullet.gif) no-repeat 0px 4px;
}
#content a, #sidebar .offices a {
	color: #0f4a96;
	text-decoration: underline;
}
#content a:hover, #sidebar .offices a:hover, #sidebar .download a:hover {
	color: #0f4a96;
	text-decoration: none;
}
.price {
	height: 131px;
	padding: 0px 0px 20px 0px;
}
.price img {
	float: left;
	margin: 0px 20px 0px 0px;
}
.half {
	float: left;
	width: 210px;
}
h2 {
	font-size: 16px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	color: #4f4f4f;
	padding: 0px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 25px 0px 5px 0px;
	color: #4f4f4f;
	padding: 0px;
}
p {
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.right-border {
	margin-right: 60px;
	border-right: 1px solid #cccccc;
}
.credit {
	background: url(imgs/visa-mc.jpg) no-repeat right top;
}
.clear {
	clear: both;
}
