/* Layout */
body {
	font: 12pt "Palatino Linotype",Georgia,Times;
	color: black;
	background: #ffffff url(none);
	margin: auto;
	width: 100%;
}
#leftnav {
	display: none;
}
#headerlinks {
	display: none;
}
/* General */
img {
	border: 0;
}
.underline {
	padding-bottom: 10px;
	background: url(../images/underline.jpg) repeat-x bottom;
}
a {
	color: black;
	text-decoration: underline;
}
a.selected {
	font-weight: bold;
}
.hidden {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 120%;
	font-weight: normal;
	font-style: italic;
}
#gallery {
	list-style: url(none) none;
	padding-left: 0;
	margin-left: 0;
}
#gallery li {
	display: inline;
	padding-right: 1px;
}
table.filminfo {
	width: 100%;
}
table.filminfo th {
	text-align: left;
	width: 30%;
	vertical-align: top;
}
/* Form Styles */
.formitem {
	clear: left;
	display: block;
	margin: 10px 0px 0px 0px;
}
.formitem label {
	display: block;
	float: left;
	width:25%;
	margin-right:5px;
}
.formitem input, .formitem textarea {
	font: 100% "Palatino Linotype",Georgia,Times;
	border: 1px solid #626e80;
}
.formitem input.submit {
	margin-left: 253px;
}
*html .formitem input.submit {
	margin-left: 261px;
}
.formitem .textfield, .formitem textarea {
	width: 40%;
	background-color: #dfdfdf;
}
#sitelinks {
	display: none;
}
#contentfooter {
	clear: left;
	padding: 15px 0;
	font-size: 95%;
	text-align: center;
	border: thin solid #fff;
	background-color: #fff;
}
