@charset "utf-8";
/* CSS Document */
body {
	background: #D1B56F url(img/bg_stars.png) repeat;
	color: #EFE4C5;
	font: 14px/1.35 Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
a { text-decoration: none; }
a:link { color: #DC5E20; }
a:visited { color: #E9CD7D; }
a:hover { color: #fff; }
img { border: none; }
p { margin: 1em 0; }
ul {
	list-style: circle;
	margin: 1em;
	padding: 0;
}

#wrapper {
	margin: 35px auto;
	position: relative;
	width: 922px;
}
.hid { display: none; }
#header {
	/* background: transparent url(img/header2.png) left top no-repeat; */
	background: transparent url(img/header3.png) left top no-repeat;
	position: relative;
	width: 922px; height: 332px;
}
#header h1 {
	margin: 0;
	text-indent: -9999px;
}
#header h1 a {
	display: block;
	position: absolute;
	top: 74px;
	left: 59px;
	width: 331px;
	height: 181px;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 285px;
	/* left: 409px; */
	left: 56px;
	/* width: 480px; */
	width: 855px;
	text-indent: -9999px;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
background: transparent;
	font-weight: bold;
	padding: 0 0 0 32px;
	text-decoration: none;
	width: 66px; height: 29px;
    /* border: 1px solid #ff0; */
}
li a#navphotos { width: 70px; }
li a#navcd { width: 157px; }
li a#navcdg { width: 156px; }
/* li a#navcontact { width: 76px; } */
li a#navcontact {
    width: 66px;
    margin-left: 45px;
    }
#nav li a:hover,
#nav li.urhere a {
background: transparent url(img/star.png) 0 0 no-repeat;
}

#content {
	background: #534938;
margin: 0 27px;
	padding: 20px 30px 10px;
}
#footer {
	background: transparent url(img/footer.png) left bottom repeat-x;
	border-top: 1px solid;
	clear: both;
	font-size: 12px;
	margin: 2em 0 0;
	padding: 0.5em 0 0;
	text-align: center;
}
#footer p {
	margin: 0.5em 0 0;
	font-size: 11px;
}
address {
	font-style: normal;
}
.picright,
.picleft,
.picwrapright {
	font-size: 0.88em;
	font-style: italic;
	float: right;
	margin: 0 0 0.5em 1em;
	text-align: center;
}
.picwrapright { width: 480px; }
.picleft {
	float: left;
	margin: 0 1em 0.5em 0;
}
h1 { font-size: 2em; }
h2,
.callig {
	font: 1.7em Calligrapher, Georgia, "Times New Roman", Times, serif;
	margin: 0 0 1em;
}
.callig {
	font-size: 1.5em;
	line-height: 1.6;
	margin: auto;
}
.clearer {
	clear: both;
	visibility: hidden;
}
.contact {
	color: #DC5E20;
	font-size: 18px;
	font-weight: bold;
}
.vidwrap {
	margin: 0 auto;
	text-align: center;
}
.photos {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}
.photos div {
	float: left;
	margin: 1em auto;
	width: 33%;
}
.photos img {
	margin: 12px 6px;
}
.photos div img {
	margin: 0 0 0.25em;
}
#tracks {
	float: right;
	font-size: 12px;
	margin: 0 0 1em 2em;
	width: 200px;
}
#tracks h2 {
	background: #E9B341;
	color: black;
	font-size: 14px;
	margin: 1em 0 0;
	padding: 4px;
	text-align: center;
}
#tracks dt {
	background: white;
	float: left;
	clear: left;
	margin: 0;
	padding: 2px 0 0 2px;
	width: 20px; height: 20px;
}
#tracks dt.notrack { background: #534938; }
#tracks dd {
	float: left;
	margin: 4px 0;
	padding: 0 0 0 7px;
	width: 170px; height: 20px;
}
#tracks small { font-size: 12px; }

#contform div {
	margin: 5px 0;
	padding: 5px;
}
#contform label {
	display: block;
	float: left;
	width: 4em;
}
#contform input {
	margin-left: 0.5em;
	width: 35em;
}
#contform .autosz { width: auto; }
input#btnsubmit {
	background: #fcd505;
	color: black;
	border-color: black;
	font-weight: bold;
	width: 10em;
}
.errfld,
.errnote {
	background: #fdd;
	color: #c22;
	line-height: 1.1;
	padding: 8px;
	border: 1px solid #c22;
}
.errfld input,
.errfld label { margin-top: 5px; }
.errnote,
.errfld label {
	font-weight: bold;
}
