
body {
	font-size: 12px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #afc6dc;
	color: #333;
	font-family: Verdana,Arial, Helvetica, sans-serif;
	background-image: url(bg.png);
	background-attachment: fixed;
	background-position: top;
	background-repeat: repeat-x;
}
#farouter {
	background: #ffffff;
	width: 800px; 
	border: 1px solid #333;
	margin: 0px auto 0px auto;
	text-align: left;
	}
#main {
	padding-left:35px;
	}
	
#content {
	float: left;
	width: 525px; 
	overflow: hidden;
	padding-top: 10px;
	}

#menu {
	float: right;
	width: 205px; 
	overflow: hidden;
	margin-right: 10px; 
	border-left: 1px dashed #4e869b;
	}
	
#nav {
	padding-left: 10px;
	}
	
#logo {
	padding-top: 25px; 
	padding-left: 12px;
	}
	

#clearer { 
	clear: both; 
	margin: 0; padding: 0;
	}
	
#footer { 
	margin: 8px 8px 8px 8px; 
	background: #afc6dc;
	}

	
a {
	color: #686868; 
	text-decoration: underline; 
	}
	
a:visited { 
	color: #686868; 
	text-decoration: underline; 
	}

a:active { 
	color: #686868; 
	text-decoration: underline; 
	}
	
a:hover { 
	color: #FF6600; 
	text-decoration: none; 
	}


h1 { 
	padding: 5px; color:#FFFFFF; 
	}
	
h2 {
	color: #4e869b;
	font-size: 15px;
	font-weight: bold;
	margin: 0 10px 10px 0;
	padding: 10px 0 0 0;
	font: 100% ; 
}
	
	
h3 a {
	color: #3e768d; 
	}
	
h3 a:hover {
	color: #3e768d;
	}
	
h3 a:visited {
	color: #ffffff;
	}

h3 {
	font: 18px 'Century Gothic', Arial, Helvetica, sans-serif;
	margin-left: 0; 
	margin-top: 30px;
	color: #3e768d;  
	font-weight: bold;
	}


h4 {
	font-size: 20px;
	font-weight: normal;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
	color: #333;
	}
h5 { 
	padding: 5px; color:#FFFFFF; 
	}

	
p { 
	font: 100%/150% Verdana, Helvetica, sans-serif;
	}

.credit {
	color: #fff;
	font-size: 90%;
	margin: 10px 0 0 0;
	padding: 3px;
	text-align: center;
	}

.credit a, .credit a:hover {
	color: #fff;
	text-decoration: none;
	}
	
.storytitle { 
	margin-top: 5px; 
	margin-bottom: 0px; color:#FF6600
	}
.storytitle2 { 
	margin-top: 5px; 
	margin-bottom: 0px;
	}



#nav ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	}

#nav a {
	display: block;
	padding-left: 3px;
	background-color: #FFF;
	
	background-repeat: no-repeat;
	background-position: top left;
	border-bottom: 1px dotted #b5b5b5;
	color: #333;
	}

#nav a:link, #navlist a:visited, #navlist a:active {
	text-decoration: none;
	}

#nav a:hover {
	
	color: #4e869b;
	text-decoration: none;
	}

	
#accessibility a {
	display: inline;
	}
