/* CSS Document */

html {
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-base-color: #EBEBEB;
	scrollbar-shadow-color: #594733;
	scrollbar-face-color: #594733;
	scrollbar-highlight-color: #330000;
	scrollbar-dark-shadow-color: #330000;
	scrollbar-3d-light-color: #330000;
}

body {
	margin: 0px;
	background-image: url(../images/background.jpg);
	background-position: top;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFDEBC;
	background-color: #523021;
}

td, p {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EFDEBC;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #3f1d0b;
	font-weight: bold;
	margin-top: 5px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #d19945;
	font-weight: bold;
	margin-top: 5px;
}


a:link, a:active, a:visited {
	color: #3f1d0b;
	text-decoration: none;
}
a:hover {
	color: #3f1d0b;
	text-decoration: underline;
}

#container {
	width: 750px;
}

#header {
	width: 100%;
	padding-bottom: 10px;
}

.filmstripbg {
	background-image: url(../images/filmstrip_bg.jpg);
	background-position: left;
	background-repeat: repeat-x;
	height: 200px;
	width: 740px;
	padding-bottom: 10px;
	margin-left: 4px;
}
.filmstripbg img {
	padding-top: 10px;
}

#content {
	width: 100%;
}

.textbg {
	width: 450px;
	background-color: #7F6A4E;
	padding: 5px 15px 5px 15px;
}
.textbg h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EFDEBC;
	font-weight: bold;
	margin-top: 5px;
}

.textbgfull {
	width: 700px;
	background-color: #7F6A4E;
	padding: 5px 15px 5px 15px;
}
.textbgfull h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EFDEBC;
	font-weight: bold;
	margin-top: 5px;
}


.textbgdrk {
	width: 200px;
	background-color: #3f1d0b;
	padding: 5px 15px 5px 15px;
}
.textbgdrk a:link, .textbgdrk a:active, .textbgdrk a:visited {
	color: #d19945;
}
.textbgdrk a:hover {
	color: #d19945;
	text-decoration: underline;
}

.formtbl {
	width: 400px;
}
.formtbl th {
	background-color: #3f1d0b;
	width: 80px;
	text-align: right;
}
.formtbl td {
	background-color: #7F6A4E;
}
.formtbl input, .formtbl textarea {
	border: 1px solid #000000;
	background-color: #EFDEBC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.giglist {
	width: 100%;
}
.giglist th {
	background-color: #3f1d0b;
}
.giglist td {
	vertical-align: text-top;
}

.minigiglist {
	width: 100%;
	font-size: 10px;
}
.minigiglist th {
	font-size: 10px;
	padding: 2px;
	background-color: #7D3915;
}
.minigiglist td {
	font-size: 10px;
	padding: 2px;
	background-color: #55270F;
}

.footer {
	width: 100%;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 15px 25px 15px;
	color: #dd9152;
}
.footer a:link, .footer a:active, .footer a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #dd9152;
}
.footer a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	color: #dd9152;
}
.footer th {
	color: #dd9152;
	font-weight: normal;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer td {
	color: #dd9152;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.required {
	font-weight: bold;
	color: #FFFFFF;
}