body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #4F4646;
	background-color: #212e37;
}

#container {
	width: 800px;
	margin: 0 auto;
	padding: 0px;
	border: 2px solid #4F4646;
	background-color: #fff;
}

#header {
	text-align: center;
	width: 798px;
	border: 1px solid #1b5070;
}

#nav {
	background-color: #1b5070;
	width: 798px;
	color:#b5af99;
	text-align: center;
	font-size: 13px;
	font-weight:bold;
}

#content {
	width: 798px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#footer {
	text-align: center;
	clear: both;
	width: 800px;
	border-top: 2px solid #1b5070;
	border-bottom: 2px solid #1b5070;
}


/* Content Styles */

#content #quote {
	color: #1b5070;
	display:block;
	width:260px;
	float:right;
	margin-right: 25px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 22px;
	text-indent: -25px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #b5af99;
}
#content p {
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}
#content h1   {
	color: #b5af99;
	font-size: 28px;
	margin-left: 25px;
	letter-spacing: 6px;
}
#content h3   {
	color: #1b5070;
	font-size: 20px;
	padding-bottom: 8px;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b5af99;
	letter-spacing: .1em;
}
#content h2   { color: #912F33; font-size: 20px; padding-bottom: 20px }
#content h4   { color: #1b5070; font-size: 17px; margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-top: 5px; font-weight: normal;}

#content img {
	padding: 5px;
	border: 1px solid #212e37;
}
#content img.imgright {
	margin-left: 10px;
	margin-right: 0px;
	float: right;
}
#content img.imgleft {
	margin-left: 0px;
	margin-right: 10px;
	float: left;
}
#content img.flash {
	margin: 0; padding:0;
	border:none;
}

/* Footer Styles */

#footer p {
	color: #9E9191;
	font-size: 0.9em;
}

#footer a {
	color: #1b5070;
	text-decoration: none;
	font-weight: bold;	
}

#footer a:hover {
	color: #b5af99;
	text-decoration: none;
}

a {
	color: #1b5070;
	text-decoration: underline;
}

a:hover {
	color: #b5af99;
	text-decoration: underline;
}
#wrap {
	padding-left: 15px;
}
