@charset "UTF-8";
/* CSS Document */
#wrapper{
	width:1000px;
	margin: 0 auto;
	padding:0;
}
#wrapper2{
	width:100%;
	float:right;	
}
#header{
	margin-top:0px;
	height:160px;
	background-image:url(../nav_images/bg_afh.jpg);
	background-position:top center;
	background-repeat:no-repeat;
}
#toprightnav{
	margin-top:0px;
	float:right;
	text-align:right;
	width:100%;
}
#menu{
	margin-top:0px;
	width:176px;
/*	border-top:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
	border-left:#FFFFFF 1px solid;*/
	background-color:#175ED0;
	overflow:hidden;
	margin:3px 0px 6px 3px;
}
ul.mainNav {
	margin:0px 0px 0px 0px;
	padding-left: 0px;
	float: left;
	width: 100%;
	/*border-bottom: 1px solid #FFFFFF;*/
	background-color:#175ED0;
}
.mainNav li {
	list-style: none;
	/*border-left:solid 1px #CCCCCC;
	float: right;*/
	margin-right:  0px;
}
.mainNav a {
	display: block;
	padding: 4px 5px 4px 12px;
	background-color:#175ED0;
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	font-size: medium;
}
.mainNav a:hover {
	color:#A10002;
	background-color:#FFFFFF;
	text-decoration:none;
}
/*Google Ads*/
#google{
	float:right;
	width:165px;
	/*height:610px;*/
	margin:10px 0 0 0;
}
#leftbar{
	margin-top:10px;
	float:left;
	width:180px;
	text-align:center;
	background-color:#175ED0;
}
#contentwrap{
	margin-top:10px;
	margin-right:163px;
	margin-left:185px;
	background-color:#E1E1E1;
	padding:4px;
	width:642px;
}
#content{
	margin:2px;
	background-color:#FFFFFF;
	padding:4px;
	width:630px;
	/*border-right:1px solid #666;
	border-left:1px solid #666;*/
}
*html #content{
	width:490px;
}
#footer{
	width:100%;
	float:left;
	text-align:center;
}
/*index*/
.storytitle{
	width:100%;
	font-family:"Times New Roman", Times, serif;
	font-size:large;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	background-color:#2f81D9;
	margin-top:0px;
}
#lowerads{
	clear:left;
	float:left; 
}
