/* CSS Document */

body {
	text-align: center;
	margin: 0 auto;
	font-size: 12px;
	background-color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#maincontainer {
	width: 900px;
	text-align: center;
	margin:0 auto;
	text-align: left;

}
.headnav {
	font-size: .9em;
	margin:0;
	margin-bottom:29px;
	line-height:16px;
	background-color:#b5b5b5;
	text-indent:0.5em;
	letter-spacing:0.2em;
	color: #FFFFFF;
	width: 900px;
}

.centerlinks a img {
	border: none;
}
.headnav a {
	color:#ffffff;
	text-decoration: none;
}
.headnav a:hover {
	color: #333333;
	text-decoration: none;
}
	
#titles {
	width: 300px;
	font-size: 1.8em;
	margin: 0;
	color: #5c554b;
	float:left;
}
	
#bottomtitles {
	width: 900px;
	margin-top:5px;
}	
#subtitles {
	width: 300px;
	font-size: 1em;
	margin: 0;
	margin-bottom:5px;
	color: #8f8574;
	float:left;
	letter-spacing:0.1em;
}
	
.story 	{
	text-align: center;
	margin: 0 auto;
	margin-top:25px;
}
#footer {
	text-align:center;
	font-size: .9em;
	letter-spacing:0.2em;
}
#footer p a a:hover {
	color:#000000;
	text-decoration: none;
}
#footer a {
	color:#333333;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline;
}
		