/* Purpose: undo some of the default styling of common (X)HTML browsers
----------------------------------------------*/
:link,:visited { text-decoration: none }
ul,ol { list-style: none }
h1,h2,h3,h4,h5,h6 { font-size: 1em; }
a, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, label, img, div
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none }
address { font-style: normal }

/* Begin 
----------------------------------------------*/

body {
	background: #1F1002;
	font: italic 110% "Times New Roman", Times, serif;
}
p {
	padding: 15px;
}
ul {
	margin: 5px 5px 5px 50px;
	list-style: disc;
}
#block_2 img {
	display: block;
	float: left;
}
.nav li {
	display: inline;
	list-style: none;
}
.nav ul {
	margin: 0 0;
	list-style: none;
}
#header {
	background: url(../images/header-bg.gif) no-repeat center bottom;
	height: 70px;
}
#about {
	background: #8C8B90;
}
.image-left {
	float: left;
	clear: both;
	margin: 15px 15px 15px 5px;
	
}
.image-right {
	float: right;
	clear: both;
	margin: 15px 5px 15px 15px;
}
.quote {
	font-size: 140%;
	font-weight: bold;	
}
.caption {
	text-align: center;
}
p.last-paragraph {
	padding-bottom: 30px;
}
.underline {
	text-decoration: underline;
}
.clear {
	clear: both;
}
/* Links
----------------------------------------------*/
a:link {
	text-decoration: none;
	color: #000;
	
	
	}
a:visited {
	text-decoration: none;
	color: #000;
	
	
}
a:hover {
	color: #000;
}
a:active {
	text-decoration: none;