body {
	font-size: 10pt;
	font-family: arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	background-color: #633;
}
#container {
	width: 900px;
	position: relative;
	margin: 30px auto;
	padding: 20px 25px 20px 10px;
	background-color: white;
	color: black;
	border: 8px solid #422;
}
a img {
	border: 0;
}
a {
	color: #339;
	outline: none;
}
a:hover {
	color: #933;
}
h1 {
	font-size: 36pt;
	font-weight: normal;
	padding-left: 162px;
	background-image: url("../images/key-small.jpg");
	background-repeat: no-repeat;
	height: 80px;
	vertical-align: center;
	padding-top: 25px;
	margin: 0;
	color: #933;
}
.tagline {
	float: right;
	position: absolute;
	right: 30px;
	top: 70px;
	font-style: italic;
}
h2 {
	font-size: 18pt;
	border-bottom: 4px solid #933;
	color: #933;
}
#footer {
	clear: both;
	border-top: 1px solid #CAA;
	font-family: verdana, sans-serif;
	color: #AAA;
	font-size: 8pt;
	padding-top: 5px;
	text-align: right;
	margin-top: 20px;
	float: right;
	width: 300px
}
#footer a {
	color: #CCC;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}
ul#albumlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul#albumlist li {
	display: block;
	margin: 20px 0;
	font-size: 12pt;
	font-weight: bold;
}
ul#albumlist li img {
	margin-right: 15px;
	border: 3px solid #933;
	padding: 3px;
}
ul#nav {
	float: left;
	margin: 0;
	padding: 10px;
	list-style-type: none;
}

ul#nav li {
	display: block;
	border-left: 10px solid #633;
	margin: 12px 0;
}
ul#nav li a {
	text-decoration: none;
	padding: 8px 14px;
	display: block;
	font-size: 14pt;
	width: 120px;
	color: black;
}
ul#nav li a:hover {
	background-color: #933;
	color: white;
}
ul#nav li a.selected {
	color: #933;
}
ul#nav li a.selected:hover {
	color: white;
}
.clear {
	clear: both;
}
#content {
	margin-left: 190px;
	position: relative;
}
p.castleft {
	float: left;
	margin-left: 50px;
	margin-bottom: 50px;
}
p.castright {
	float: right;
	margin-right: 50px;
	margin-bottom: 50px;

}
p.castmiddle {
	clear: both;
}
#cast p img {
	border: 2px solid #933;
	padding: 4px;
}
#cast p {
	text-align: center;
	font-weight: bold;
}
img.right {
	float: right;
	margin-left: 10px;
}
#faq dt {
	font-weight: bold;
}
#faq dd {
	margin-bottom: 10px;
}
form p {
	margin: 0; padding: 0;
}
form p input.text {
	margin-bottom: 10px;
	width: 400px;
}
form p textarea.text {
	margin-bottom: 10px;
	width: 400px;
	height: 100px;
	font-size: 10pt;
	font-family: arial, verdana, sans-serif;
}

img.photothumb {
	border: 3px solid #933;
	padding: 3px;
	margin: 4px;
}
#caption {
}