body {
	background: #FFF url('../images/af3bg.png') repeat-x;
	text-align: center;
	margin-top: 0px;
	font-family: Helvetica, Arial, "MS Trebuchet", sans-serif;
}

img {
	border: none;
}

a {
	color: #033;
	text-decoration: none;
}

a:hover {
	color: #699;
}

/* top section */

.container {
	margin: 0 auto;
	width: 940px;
}

.main {
  background-image: url("../images/af3banner.png");
  background-position: 0 40px;
  background-repeat: no-repeat;
  height: 560px;
}

.header {
	color: #666;
	font-size: 30px;
	height: 40px;
	padding-top: 18px;
	font-weight: bold;
}

.title_container {
	width: 900px;
	margin: 40px auto;
}

.title {
	width: 300px;
	float: left;
	color: #033;
	font-size: 26px;
	font-weight: bold;
}

.subtitle_container {
	width: 900px;
	margin: 0 auto;
	position: relative;
	top: 460px;
}

.subtitle {
	width: 300px;
	float: left;
	color: #999;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.main_bottom {
	background-image: url('../images/main_bottom.png');
	background-repeat: no-repeat;
	width: 860px;
	height: 30px;
	clear: both;
	margin: 0 auto;
}

/* middle section */

.content {
	clear: both;
	width: 860px;
	margin: 20px auto;
}

.left_box {
	background-image: url('../images/section_top.png');
	background-repeat: no-repeat;
	width: 420px;
	min-height: 300px;
	float: left;
	padding-top: 10px;
	margin-bottom: 60px;
}

.right_box {
	background-image: url('../images/section_top.png');
	background-repeat: no-repeat;
	width: 420px;
	min-height: 300px;
	float: right;
	padding-top: 10px;
	margin-bottom: 60px;
}

.right_box h2 {
	text-align: left;
	margin-left: 20px;
	margin-top: 0px;
}

#lb_text {
	height: 200px;
}

#rb_text {
	width: 210px;
	height: 140px;
	float: left;
	padding-top: 60px;
}

#rb_text p {
	padding-top: 35px;
	padding-left: 20px;
	text-decoration: underline;
}

.right_box img {
	float: right;
	margin-right: 20px;
}

.subcontent {
	background-image: url('../images/section_bottom.png');
	width: 420px;
	height: 30px;
	clear: both;
}

.content p {
	text-align: left;
	color: #999;
	font-size: 14px;
	width: 360px;
	padding-left: 30px;
}

/* Footer */

.footer {
	width: 860px;
	height: 30px;
	clear: both;
	margin: 0px auto;
	padding-top: 20px;
	background-image: url("../images/footer.png");
	background-repeat: no-repeat;
	color: #999;
}

.footer_nav a {
	font-size: 12px;
	font-weight: normal;
	padding-right: 30px;
	padding-left: 30px;
	color: #999;
}

.footer_nav a:hover {
	color: #699;
}