body {
	background-color: #273340;
	font-family: georgia, serif;
	margin: 0px;
	color: lightgrey;
}

a {
	color: #bec8f7;
}

h1,h2 {
	font-family: verdana, sans-serif;
	margin: 0px;
}

h1 {
	padding: 0.4em;
	border-bottom: 2px solid white;
}

h1 a {
	color: lightgrey;
	font-style: italic;
}
h1 #subtext {
	font-size: 0.5em;
	font-style: italic;
}

h2 {
	padding: 0px 0px 0.4em 0.4em;
	font-size: 1.2em;
}

#nav_bar {
	float: left;
	width: 200px;
	padding-top: 1em;
	padding-right: 20px;
}

fieldset {
	border: none;
}

#content {
	border-left: 2px solid white;
	margin-left: 220px;
	padding: 1em;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#footer {
	text-align: center;
	margin:0px;
	padding-top: 1em;
	border-top: 2px solid white;
	padding-bottom: 1em;
}

#search_results li {
	padding-bottom: .5em;
}

#search_results {
	list-style: none;
}
#nav_bar ul {
	list-style: none;
	padding-left: 1em;
}

#contents {
	list-style: upper-roman;
}