* {
	margin: 0;
	padding: 0;
	}
body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
	font-size: 14px;
	color: black;
}
div#header {
	position: fixed !important;
	position: absolute;
	top: 0; 
	left: 0;
	right: 0;
	background-color: #c0a381;
	color: white;
	z-index: 15;
	border-bottom: 1px solid white;
}
div#header-inner {
	margin: 0 auto 0 auto;
	width: 980px;
	padding: 4px 0 4px 0;
}
a.header-left:link,
a.header-left:visited,
a.header-left:active,
a.header-left:focus,
a.header-left:hover,
a.header-right:link,
a.header-right:visited,
a.header-right:active,
a.header-right:focus,
a.header-right:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a.header-left:active,
a.header-left:focus,
a.header-left:hover,
a.header-right:active,
a.header-right:focus,
a.header-right:hover {
	color: black;
}
a.header-right {
	float: right;
}
.shoutbox {
	list-style-type: none;
}
div#container {
	width: 970px;
	
	margin: 0px auto 30px auto;
	top: 50px;
	position: relative;
	background-image: url('../images/middle.jpg');
}
div#figure {
	display: none;
	width: 325px;
	height: 637px;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 9px;
	right: 10px;
	z-index: 2;
}
div#top, div#middle, div#bottom {
	position: relative;
	z-index: 1;
}
a#logo {
	position: absolute;
	top: 25px;
	left: 22px;
	z-index: 2;
}
div#top {
	height: 12px;
	background-image: url('../images/top.jpg');
	background-repeat: no-repeat;
}
div#middle {
	margin: 0 10px 0 10px;
	padding: 174px 60px 30px 60px;
	background-image: url('../images/background.jpg');
	background-repeat: no-repeat;
	background-color: #b2b2af;
}
div#middle h1, div#middle h2 {
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0 15px 0;
}
div#middle h2 {
	margin: 30px 0 15px 0;
}
div#middle h2 a {
	
	cursor: text;
	color: black;
	text-decoration: none;
}
div#middle p {
	font-size: 1em;
	line-height: 1.5em;
	margin: 6px 0 6px 0;
}
div#middle p em {
	font-style: normal;
	background-color: #efe7b9;
	
}
div#middle .trailer {
	margin: 20px auto 20px auto;
	border: 1px solid black;
	width: 468px;
	height: 120px;
}
div#middle a.button:link,
div#middle a.button:visited,
div#middle a.button:active,
div#middle a.button:focus,
div#middle a.button:hover {
	padding: 6px 22px 6px 22px;
	border: 1px solid #be8c3f;
	background-color: #f0a33e;
	background-image: url('../images/button.gif');
	background-repeat: repeat-x;
	display: block;
	margin: 18px auto 18px auto;
	text-decoration: none;
	color: black;
	text-align: center;
	-moz-border-radius: 6px;
}
div#middle a.button:active,
div#middle a.button:focus,
div#middle a.button:hover {
	text-decoration: underline;
	color: black;
}
div#middle a.button-inactive:link,
div#middle a.button-inactive:visited,
div#middle a.button-inactive:active,
div#middle a.button-inactive:focus,
div#middle a.button-inactive:hover {
	padding: 6px 22px 6px 22px;
	border: 1px solid #be8c3f;
	background-color: #cecfcd;
	display: block;
	margin: 18px auto 18px auto;
	text-decoration: none;
	color: black;
	text-align: center;
	-moz-border-radius: 6px;
}
div#middle a.button-inactive:active,
div#middle a.button-inactive:focus,
div#middle a.button-inactive:hover {
	text-decoration: none;
	color: black;
}
div#bottom {
	height: 150px;
	background-image: url('../images/bottom.jpg');
	background-repeat: no-repeat;
}
div#bottom-navi {
	position: absolute;
	right: 60px;
	bottom: 60px;
	font-weight: bold;
	color: black;
	z-index: 4;
}
div#bottom-navi a:link,
div#bottom-navi a:visited,
div#bottom-navi a:active,
div#bottom-navi a:focus,
div#bottom-navi a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
div#bottom-navi a:active,
div#bottom-navi a:focus,
div#bottom-navi a:hover {
	text-decoration: underline;
}
table.activetable {
	margin-top: 20px;
}	
table.activetable td {
	text-align: center;
	background-repeat: repeat-x;
}
table.activetable th {
	padding: 5px 0 5px 0;
	background-repeat: repeat-x;
}
form.contactForm input, form.contactForm textarea {
	border: 1px solid black;
}
.submitButton {
border: 1px solid black;
	padding: 2px 6px 2px 6px;
}
.error {
	color: #cc0000;
}
.success {
	color: #000000;
}
.formBox {
 	border: 1px solid #be8c3f; 
	color: black;
	-moz-border-radius: 6px;
	padding: 12px 30px 12px 12px;
}
.formBox-inactive {
 	border: 1px solid #be8c3f; 
	color: black;
	background-color: #cecfcd;
	-moz-border-radius: 6px;
	padding: 12px 30px 12px 12px;
	background-image: url('../images/edit.gif');
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}
.formBox-active {
 	border: 1px solid #be8c3f; 
	color: black;
	background-color: #f0a33e;
	-moz-border-radius: 6px;
	padding: 12px 30px 12px 12px;
	background-image: url('../images/edit-ok.gif');
	background-repeat: no-repeat;
	background-position: top right;
	cursor: pointer;
}
.formBox-inactive span {
	color: gray;
}
.formBox-active span {
	color: black;
	font-weight: bold;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#be8c3f;
	padding:5px;
	z-index: 99999;
	color:#fff;
	}
