* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 1em;
	background-color: #D6C28D;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #62553E;
}
/*
----------------------------------------------------------------
	                 S T Y L E S
---------------------------------------------------------------- */
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	color: #5C4A25;
	text-decoration: none;
	text-transform: uppercase;
	padding: 12px 0px 3px 0px;
	clear: both;
}
a {
	text-decoration: underline;
	color:#46300B;
}
a.plain {
	text-decoration: none;
	color: #B2A16D;
	font-size: 0.7em;
	text-align: right;
	float: right;
	padding-right: 20px;
	padding-top: 7px;
	display: inline;
}
a:hover {
	text-decoration: none;
	color:#000000;
}
/*
----------------------------------------------------------------
	                    P O P - U P
---------------------------------------------------------------- */
#popwrap {
	width: 600px;
	height: 450px;
	margin-right: 20px;
	padding-top: 12px;
}
#popsection {
	float: left;
	color: #46300B;
	width: 580px;
	margin: 0px 0px 2px 20px;
	padding-top: 2px;
	border-top: 2px solid #B2A16D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-style: italic;
	text-decoration: none;
	display: inline;
}
#popcontent {
	width: 580px;
	float: left;
	clear: both;
	border-top: 2px solid #B2A16D;
	margin: 0px 20px 0px 20px;
	padding-bottom: 25px;
}
#popcontent p {
	color: #62553E;
	font-size: 0.85em;
	line-height: 1.4em;
	padding: 0px 20px 10px 0px;
}
#popcontent img.center {
	margin: 0px auto 0px auto;
	float: none;
	display: block;
	text-align: center;
}
