/* yellow: #D49229 */
/* brown: #503305 */
/* light brown: #80581D */

body {
	margin: 0;
	padding: 0;
	background-color: #503305;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	line-height: 1.3em;
	color: #000;
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}

html>body { /* be nice to Opera */
	font-size: small;
	}

a:link, a:visited {
	color: #600;
	}

a:hover {
	color: #80581D;
	}

ul#navlist {
	width: 420px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	}

ul#navlist li {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0;
	background-color: #503305;
	/*border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	*/
	}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 9px 4px 9px;
	color: #fff;
	border-right: 1px dashed #80581D;
	text-decoration: none;
	}

ul#navlist li#active {
	color: #D49229;
	background-color: #80581D;
	}

#navlist a:hover {
	color: #000;
	background-color: #D49229;
	}
	
#content {
	margin: 0 auto;
	padding: 0;
	width: 740px;
	position: relative;
	text-align: left;
	padding-bottom: 20px;
	}

.logo {
	margin-top: 100px;
	}

#seccol {
	background: url(img/paper_bg.jpg) repeat;
	float: right;
	width: 420px;
	}

.copy {
	padding: 50px 10px 20px 10px;
	font-size: 90%;
	background: url(img/paper_bot.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
h2 {
	margin: 10px 0 3px 0;
	padding: 0;
	color: #333;
	font-size: 120%;
	font-weight: bold;
	}
	
.copy strong {
	font-family: verdana, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 0;
	color: #80581D;
	font-size: 85%;
	font-weight: bold;
	}
	
img.photos{
	border: 1px solid #663300;
	margin: 20px 10px 0 10px;
	padding: 2px;
}

.indent {
	margin: 10px 0 0 10px;
}

.footer {
	font-size: 80%;
	}