* {
	margin: 0px;
	padding: 0px;
}
#container {
	padding-bottom: 200px;
}

body {
	background-image: url(af_bg.png);
	background-repeat: repeat-x;
	background-color: #E5EDFF;
}
strong {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #003;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #003;
	font-weight: bold;
	font-size: 18px;
}
h1 {
	font-size: 24px;
}



#content {
	padding: 15px;
	width: 820px;
	margin: 0 auto;
	text-align: center;
	background-image: url(af_content_bg.png);
	-moz-border-radius: 5px;
	-webkit-border: 5px;
	-khtml-border-radius: 5px;
}


#af_logo {
	height: 205px;
	width: 890px;
	margin: 10px auto 10px auto;
}
#af_logos {
	height: 136px;
	width: 100%;
	margin: 0 auto 20px auto;
	background-image: url(af_logos_bg.png);
	padding: 23px 0 0 0;
	text-align: center;
}
ul#navigation {
	height: 40px;
	display: block;
	margin: 0 auto;
	width: 750px;
	text-align: center;
	padding: 0 50px 0 50px;
}
#navigation li {
	float: left;
	height: 40px;
	list-style: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#navigation a {
	float: left;
	list-style: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	padding: 10px;
	color: #303;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
}
