body {
	background: #121212 scroll 0 0;
	color: #333333;
	font-family: Georgia, serif;
	margin: 0;
	padding: 0;
}

/* Layout */

#top_navbar {
	background: #0089AF;
	display: block;
	height: 35px;
	left: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}

#page {
	background: white scroll 0 0;
	border: 4px solid #333333; 
	display: block;
	margin: 50px auto;
	padding: 0;
	width: 750px;
}

	#logo_wrapper {
		background: white;
		color: #121212;
		height: 100px;
		padding-top: 10px;
		width: 100%;
	}
	
	#content_wrapper {
		margin: 0;
		padding: 10px;
		width: 730px;
	}
	
	#footer {
		background: white;
		color: #121212;
		min-height: 50px;
		padding: 10px 0 0;
		width: 100%;
	}
	
/* Typography */

#top_navbar a {
	color: #F9F9F9;
	text-decoration: none;
}

#top_navbar a:hover {
	text-decoration: underline;
}

	#top_navbar ul {
		color: white;
		margin: 7px auto;
		padding: 0;
		text-align: center;
		width: 950px;
		}
	
	#top_navbar ul li {
		display: inline;
		font-family: Arial, sans-serif;
		font-size: 15px;
		font-weight: normal;
		list-style-type: none;
		margin: 0;
		padding: 0;
		text-transform: uppercase;
		}
		
	#top_navbar ul li:after {
		content: " • ";
		}
	
	#top_navbar ul li.last:after {
		content: none;
		}
		
#logo_wrapper h1 {
	color: #0089AF;
	margin: 0 0 5px;
	text-align: center;
	text-decoration: none;
}

#logo_wrapper p.byline {
	color: #121212;
	font-size: 1.1em;
	font-style: normal;
	margin: 0;
	text-align: center;
}

#content_wrapper a {
	color: #0089AF;
	text-decoration: none;
}

#content_wrapper a:hover {
	border-bottom: 1px dotted;
	color: blue;
	text-decoration: none;
}

#content_wrapper a:visited {
	border-bottom: 1px dotted;
	color: #333333;
}

#content_wrapper h1 {}

#content_wrapper h2 {
	border-bottom: 1px solid #BCBCBC;
	color: #0089AF;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}

#content_wrapper h3 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-weight: normal;
}

#content_wrapper p {
	font-family: Georgia, serif;
	font-size: 1em;
	margin: 0 0 15px;
}

#content_wrapper p.intro {
	text-indent: 10px;
	}

#content_wrapper p.intro:first-letter {
	color: #0089AF;
	font-size: xx-large;
	}

#content_wrapper p.intro:first-line {
	font-variant: small-caps;
	}
	
#content_wrapper blockquote {
	border-left: 1px solid;
	color: #454545;
	font-style: oblique;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
}

#content_wrapper img.caption {
	border: 1px solid #BCBCBC;
	padding: 10px 10px 30px;
}

#content_wrapper ol {}

#content_wrapper ol li {
	line-height: 1.3em;
	margin: 0 0 5px;
}

#content_wrapper ul {}

#content_wrapper ul li {
	line-height: 1.3em;
	margin: 0 0 5px;
}

#footer p {
	font-family: Verdana,sans-serif;
	font-size: 0.8em;
	margin: 0 0 10px;
	text-align: center;
	text-transform: none;
}

#footer a {
	border-bottom: 1px dotted;
	color: #0089AF;
	text-decoration: none;
}

#footer a:visited {
	border-bottom: 1px dotted;
	color: #0089AF;
	text-decoration: none;
}

#footer a:hover {
	border: none;
}

#footer img {
	border: 0 none;
}

#footer a.image {
	border: 0 none;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

hr.clear {
	border: none;
	clear:both;
	height: 0;
}