@charset "UTF-8";

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

html {
	background: #e7e7e7;
}

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:#6c8ea0;
}
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:#dee4ec;
}

.clear{
	clear:both;
}

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

#Navigation {
	background:#f5f5f5;
	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:#e7e7e7;
	}

#Header {
	width: 607px;
	margin:10px 0;
}

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

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