body {
	background: #6699FF;
	margin: 0;
	padding: 0;
	text-align: justify;
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

#wrap {
	background: url('images/wrap.png') repeat-y;
	width: 840px;
	margin: 0 auto 20px auto;
	overflow: hidden;
}
	#container {
		margin: 20px 20px 20px 30px;
	}

#header {
	background: url('images/header.jpg') no-repeat;
	background-position: 0 43px;
	margin: 20px 20px 0 20px;
	min-height: 315px;
}
#header .attn {
	background: #225388;
	padding: 5px 15px 5px 15px;
	margin: 0;
	color: #fff;
	font-weight: normal;
}

.block {
	margin-top: 20px;
}
.block .left {
	width: 60%;
	float: left;
}
.block .right {
	width: 285px;
	float: right;
	margin-right: 10px;
	
}
	.block .yes {
		font-weight: bold;
		text-align: center;
	}
	.block .how {
		width: 460px;
		background: #8cc5c5;
		border-radius: 15px;
		-border-radius: 15px;
		-khtml-border-radius: 15px;
		-moz-border-radius: 15px;
		-webkit-border-radius: 15px;
		padding: 5px;
		font-size: 14px;
	}
	.block .how h3 {
		text-align: center;
		font-size: 14px;
		margin: 5px 0 5px 0;
	}
	.block ul {
		margin: 0 15px 0 5px;
		padding: 0;
	}
	.block li {
		list-style-type: none;
		background: url('images/tick.png') no-repeat;
		min-height: 18px;
		padding-left: 24px;
		margin-bottom: 5px;
	}

#signup {
	background: url('images/signup.png') no-repeat;
	height: 275px;
	overflow: hidden;
}
	#signup form {
		margin: 120px 0 0 0;
	}
	#signup label {
		color: #fff;
		margin-left: 30px;
	}

#name {
	font-weight: bold;
}
	
#testimonial {
	background: #D2E9E9;
	overflow: hidden;
	margin-top: 30px;
	text-align: justify;
	line-height: 27px;
	color: #000;
	
	border-radius: 15px;
	-border-radius: 15px;
	-khtml-border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	padding: 3px;
	margin-right: 2px;

	line-height: 15px;
	font-size: 12px;
}
	#testimonial .test {
		margin: 5px 5px 0 8px;
	}
		#testimonial .test img {
			float: left;
			margin-right: 10px;
		}

.block2 {
	margin: 30px 30px 30px 0px;
}
	.block2 .disc {
		text-align: center;
		margin-top: 20px;
		color: #666;
	}

.signup {
	width: 476px;
	height: 102px;
	margin: 15px auto 0 auto;
	overflow: hidden;
	background: url('images/signup2.png') no-repeat;
}
	.signup form {
		margin: 15px;
		color: #fff;
		text-align: center;
	}
	.signup label {
		float: none;
		margin-right: 10px;
	}
	.signup .bt {
		margin-top: 5px;
	}

#footer {
	background: url('images/footer.png') no-repeat;
	width: 840px;
	height: 76px;
	margin: -20px auto 0 auto;
	overflow: hidden;
}

	#footer .content {
		margin: 10px 0 0 30px;
	}
	#footer a {
		color: #fff;
		font-size: 11px;
		margin-right: 15px;
	}

/* ________________________________________________________ */

h1,h2,h3,h4 {
	font-size: 28px;
	letter-spacing: -2px;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
	letter-spacing: -1px;
}

a img {
	border: 0;
}

form label {
	width: 75px;
	float: left;
	font-weight: bold;
}
form br {
	clear: both;
}

.clear {
	clear: both;
}
