body {
	height: 100%;
	min-height: 100%;
	margin: 0;
	background: #FFFFCC url(bg_flare.gif) no-repeat bottom right;
}

#wrapper {
	position: relative;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	min-height: 100%;
}

#row1 {
	float: left;
	width: 760px;
	height: 160px;
	background-image: url(logo.gif);
	background-repeat: no-repeat;
}

#logo {
	float: left;
	width: 200px;
	padding: 0;
}

#row2 {
	float: left;
	width: 760px;
}

#subnav {
	float: left;
	width: 140px;
	padding: 0;
	text-align: right;
}

#subnav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#subnav li {
	margin: 0;
}

#subnav li a {
	display: block;
	padding: 5px 0 5px 0;
	text-decoration: none;
	color: #CC9933;
	background-color: #FFFFCC;
	font-size: 0.8em;
	font-family: Georgia, Times, Serif;
	width: 140px;
	border-bottom: 1px solid #CC9933;
}

html>body #subnav li a {
	width: auto;
}

#subnav li a:hover {
	background-color: #F5F7C4;
	color: #A47A28;
	border-bottom: 1px solid #5E2C5F;
}

.subnavon {
	display: block;
	padding: 5px 5px 5px 0;
	text-decoration: none;
	color: #5E2C5F;
	background-color: #FFFFB2;
	font-size: 0.8em;
	font-family: Georgia, Times, Serif;
	font-weight: bold;
	width: 135px;
	border-bottom: 1px solid #5E2C5F;
}

td {
	border-bottom: 1px dotted #5E2C5F;
}

#content {
	float: left;
	width: 404px;
	padding: 0 15px 10px 20px;
	border-right: 1px dotted #5E2C5F;
}

#content h1 {
	color: #5E2C5F;
	font-family: Georgia, Times, Serif;
	font-size: 0.9em;
	line-height: 20px;
	margin-top: 0px;
}

#content h2 {
	color: #5E2C5F;
	font-family: Georgia, Times, Serif;
	font-size: 0.8em;
	line-height: 20px;
	margin-top: 0px;
}

#content p, #content li {
	color: #A47A28;
	font-family: Georgia, Times, Serif;
	font-size: 0.8em;
	line-height: 20px;
}

#content td {
	color: #A47A28;
	font-family: Georgia, Times, Serif;
	font-size: 0.7em;
}

#content a {
	text-decoration: none;
	color: #693E6F;
}

#content img {
	margin: 0 0 0 5px;
}

#content a:hover {
	text-decoration: none;
	color: #330033;
	border-bottom: 1px dashed #330033;
}

#content ul {
padding: 0 0 0 20px;
}

hr {border: none 0; 
border-top: 1px dotted #5E2C5F;
width: 100%;
height: 1px;
}

#quote {
	padding: 10px;
	width: 400px;
	margin: 20px 0 0 0;
}

#quote h1 {
	color: #5E2C5F;
	font-family: papyrus, Georgia, Times, serif;
	font-size: 24px;
	line-height: 24px;
	padding: 0;
	margin: 0;
	font-weight: normal;
}

#quote h2 {
	color: #5E2C5F;
	font-family: Georgia, Times, Serif;
	font-size: 0.7em;
	padding: 0;
	font-weight: normal;
	margin: 0;
	text-align: right;
}

#headerquote {
	float: left;
	width: 159px;
	padding: 10px;
}

#headerquote p {
	color: #A47A28;
	font-family: Georgia, Times, Serif;
	font-size: 0.8em;
	line-height: 14px;
	margin: 0;
	padding: 0;
}

#headerquote a {
	text-decoration: none;
	color: #693E6F;
}

#headerquote a:hover {
	text-decoration: underline;
	color: #330033;
	background-color: #F5F7C4;
}

#footer {
	float: left;
	width: 570px;
	height: 25px;
	padding: 10px 10px 10px 0;
	color: #CC9933;
	font-family: Georgia, Times, Serif;
	font-size: 11px;
	text-align: right;
}

#footer img {
	padding: 0 0 0 15px;
}

#gallery {
	float: left;
	width: 169px;
	padding: 0 0 0 10px;
	border-bottom: 1px dotted #5E2C5F;
}

#gallery p {
	color: #5E2C5F;
	font-family: Georgia, Times, Serif;
	font-size: 0.9em;
	text-weight: bold;
	margin: 0 0 10px 0;
}

#gallery img {
	margin: 0 5px 5px 0;
}

#gallery a:hover {
	color: red;
}

#gallery a:link img, #gallery a:visited img {
	border:1px solid #FFFFCC;
	filter: alpha(opacity=50);
	moz-opacity: 0.5;
	opacity: 0.5;
}

#gallery a:focus img, #gallery a:hover img, #gallery a:active img {
	border:1px solid #5E2C5F;
	filter: alpha(opacity=100);
	moz-opacity: 1;
	opacity: 1;
}
