@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}
body {
	color: #c8cebc;
 	font-size: 62.5%; 
 	margin-bottom: 40px;
	font-family: Verdana, Lucida, sans-serif; 
	text-align:center;
}

html {
	background: #000 url(images/footerbg.jpg) no-repeat bottom center;
}

p {
	margin:0 0 10px 0;
}

ul {
	padding-left:30px;
}

a img{
	border:0;
}

a {
	color: #84a8c3;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

h1, h2, h3, h4, h5 {
	font-family:Georgia, "Bell MT", "Times New Roman", serif;
	color:#56a479;
}
h1 {
	font-size:2.2em;
	margin:0 0 10px 0;
}

h2, h3 {
	color:#cfbf85;
	font-size:1.8em;
}

blockquote.quote{
	width:70%;
	margin:20px 70px;
	padding:15px;
	text-align:center;
	background:#0d1421;
}

.clear{
	clear:both;
}

#Container {
	width: 760px;
	text-align:left;
	min-height: 100%; 
	margin: 0 auto; 
}

#Navigation {
	width:607px;
	height:40px;
	line-height:40px;
	text-align:center;
	margin:10px 0;
	font-family:Georgia, "Bell MT", "Times New Roman", serif;
}
	#Navigation a {
		color:#6a6a6a;
		text-decoration:none;
		font-size:1.2em;
		text-transform:uppercase;
		display:inline;
		height:40px;
		padding:0 5px;
	}
	#Navigation a:hover {
		background:#0d1421;
	}

#Header {
	width: 607px;
	text-align:center;
}

#Layout {
	width:567px;
	padding:20px;
	font-size:1.2em;
}

#Footer {
	width:587px;
	padding:10px;
	font-size:1.1em;
	margin:0;
	text-align:center;
	font-family:Georgia, "Bell MT", "Times New Roman", serif;
}

