* {
	margin: 0;
	padding: 0;
	}
	
a, a:hover { 
	text-decoration: none;
	}
	
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #69200b;
	font-size: 2.4em;
	font-weight: lighter;
	line-height: 1.8333em;
	}

body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #333333;
	background: fixed #000000 url(../images/back-body.jpg) no-repeat center top;
	}

#content {
	width: 960px;
	margin: 0 auto;
	background: #fcf4e1 url(../images/back-content.jpg) no-repeat center top;
	}
	
#nav-main {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	padding: 29px 50px 301px 0px;
	letter-spacing: .075em;
	}
	
	#nav-main h2 {
		display: none;
		}
	#nav-main ul {
		list-style-type: none;
		}
	#nav-main li {
		float: right;
		display: block;
		}
		#nav-main li a {
			color: #ffffff;
			padding: 10px;
			}
		#nav-main li a:hover {
			background: #560f00;
			text-decoration: underline;
			}

#col-left {
	display: inline;
	float: left;
	width: 296px;
	padding: 176px 0 33px 60px;
	}
	#col-left h2 {
		font-size: 1.5em;
		line-height: 1.4667em;
		font-weight: lighter;
		color: #884c3b;
		text-align: right;
		margin: 0 9px 0.7333em 0;
		}
	#col-left ul {
		list-style-type: none;
		margin-right: 9px;
		}
	#col-left li {
		list-style-type: none;
		font-size: 1.2em;
		line-height: 1.8333em;
		text-align: right;
		}
	#col-left li a {
		color: #4f3f3c;
		}
	#col-left li a:hover {
		color: #841f04;
		text-decoration: underline;
		}
	.quote {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 1.6em;
		line-height: 1.375em;
		color: #4f3f3c;
		margin: 0.6875em 9px 0.6875em 0;
		}
	.quote-source {
		font-size: 1.2em;
		line-height: 1.833em;
		color: #4f3f3c;
		text-align: right;
		margin-right: 9px;
		}
	
	
#col-right {
	display: inline;
	float: right;
	width: 463px;
	padding: 0 60px 33px 0;
	text-align: left;
	}
	#col-right h2 {
		font-size: 1.5em;
		line-height: 1.4667em;
		font-weight: lighter;
		margin-top: 1.4667em;
		color: #884c3b;
		}
	#col-right h3 {
		color: #884c3b;
		font-size: 1.16667em;
		font-weight: lighter;
		line-height: 1.4667em;
		}
	#col-right p {
		font-size: 1.2em;
		line-height: 1.8333em;
		margin: 0.9167em 0;
		}
	#col-right a {
		color: #841f04;
		text-decoration: underline;
		}
	#col-right a:hover {
		text-decoration: none;
		}
	#col-right table {
		background: #ffffff;
		border: 1px solid #8a6f67;
		padding: 10px;
		}
	#col-right td {
		font-size: 1.2em;
		line-height: 1.8333em;
		}
	#col-right ol {
		margin: 0.9167em 0 0.9167em 25px;
		}
	#col-right li {
		font-size: 1.2em;
		line-height: 1.8333em;
		}
	#thumbs img {
		height: 78px;
		width: 78px;
		border: none;
		}
	#thumbs a {
		border: 5px #dddddd solid;
		display: block;
		float: left;
		}
	#thumbs a:hover {
		border: 5px #69200b solid;
		}
		
#footer {
	background: #000000 url(../images/back-footer.gif) no-repeat center top;
	color: #d4cab8;
	font-size: 1.2em;
	padding: 28px 60px;
	text-align: right;
	}
	#footer a {
		color: #d4cab8;
		text-decoration: underline;
		}
	#footer a:hover {
		text-decoration: none;
		}
	

.img-border {
	border: 5px solid #dddddd;
	}
#front-flash-spotlight {
	border: 5px solid #dddddd;
	}
.img-right {
	float: right;
	padding: 0 0 0px 10px;
	}