body {
	background: url(../images/blue_bg.jpg) repeat-x top left;
	font-family: Helvetica;
	font-size: 1em;
}

#wrapper {
	width: 810px;
	margin: 0 auto;
}

#header {
	width: 810px;
}

#logo {
	width: 230px;
	height: 102px;
	background: url(../images/logo.png) no-repeat;
	float: left;
/* 	border-bottom: 1px solid #000; */
}

#navigation {
	width: 550px;
/* 	height: 102px; */
/* 	text-align: right; */
	vertical-align: bottom;
	padding-top: 60px;
	padding-right: 15px;
	float: right;
/* 	border: 1px solid #000; */
}

#navigation li {
	display: inline;
	margin-right: 10px;
}

#navigation ul {
	margin-left: -30px;
	text-align: right;
	}
#navigation a {
	color: #000;
	text-decoration: none;
}
#navigation a:hover {
	color: #FF0000;
	text-decoration: none;
}
/*
#navigation a:visited {
	color: #000;
	text-decoration: none;
}
*/

#feature {
	clear: both;
	width: 790px;
	height: 220px;
	padding: 10px;
	padding-top: 20px;
	background: url(../images/feature_bg.png) no-repeat;	
}

#feature_copy {
	width: 580px;
	height: 189px;
	padding-left: 10px;
	padding-right: 20px;
	float: left;
	vertical-align: middle;
}

#feature_copy h1 {
	font-size: 1.7em;
	font-weight: normal;
	padding-left: 15px;
	color: #fff;
}

#feature_copy p {
	font-size: 0.95em;
	font-weight: normal;
	padding-left: 15px;
	color: #fff;
}

#join {
	width: 172px;
	height: 189px;
	background: url(../images/join_aaf.png) no-repeat;
	float: right;
	vertical-align: bottom;
}

#content {
	clear: both;
	width: 760px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	
}

#footer {
	width: 810px;
	height: 42px;
	background: url(../images/footer_bg.png) no-repeat;
}

#footer_left {
	font-size: 0.7em;
	color: #fff;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
}

#footer_right {
	float: right;
	padding-right: 20px;
	padding-top: 11px;
}

#bottom_nav {
	width: 800px;
	margin: 0 auto;
	font-size: 0.7em;
	padding-left: 20px;
}

#bottom_nav li {
	display: inline;
	margin-right: 10px;
}

#bottom_nav ul {
	margin-left: -30px;
	}
#bottom_nav a {
	color: #000;
	text-decoration: none;
}
#bottom_nav a:hover {
	color: #FF0000;
	text-decoration: none;
}
