* {
	margin:0px;
	padding:0px;
	font-family:arial;
	color:#191919;
}

h1 { font-size:34px; }
h2 { font-size:28px; }
h3 { font-size:24px; }
h4 { font-size:18px; }
.red { color:#c33012; }
.clear { clear:both; }

body {
	background:#eee url(images/body_bg.gif) repeat-x top center;
	text-align:center;
	font-size:13px;
}

div#wrapper_top {
	margin:0px auto;
	width:815px;
	min-height:378px;
	_height:378px;
	background:transparent url(images/wrapper_top_bg.gif) no-repeat top center;
	text-align:left;
}

div#wrapper_bottom {
	margin:0px auto;
	width:815px;
	background:transparent url(images/wrapper_bottom_bg.gif) repeat-y top center;
}

div#logo {
	padding-top:24px;
	border:1px solid green;
}

div#form {
	width:300px;
}
div#form table {
	margin:0px auto;
	width:250px;
}
div#form table th {
	text-align:left;
}

div#confirmation {
	padding:12px 0px;
}

div#testimonials {
	width:100%;
	overflow:hidden;
}
div#testimonials div {
	width:50%;
	float:left;
}
div#testimonials div p {
	text-align:left;
}

div#benefits {
	width:400px;
	text-align:left;
}
div#benefits h4 {
	margin:12px 0px 0px 12px;
}
div#benefits ul {
	margin:12px 0px 12px 24px;
	list-style:none;
}
div#benefits ul li {
	padding:6px 0px;
	background:url(images/add.png) no-repeat center left;
}
div#benefits ul li span {
	margin-left:24px;
}

div.content {
	width:766px;
	padding:0px 24px;
}

div.center {
	text-align:center;
}

div.box {
	margin:0px auto;
	background-color:#eee;
	border:1px solid #d2d2d2;
}

#privacy-policy {
  text-align: left;
  padding-bottom: 3em;
}

#privacy-policy h5 {
  color: #777;
  font-size 90%;
  margin-bottom: 0.5em;
}

#privacy-policy p {
  color: #777;
  font-size: 85%;
}
