﻿/****************************** RESET ********************************/

html, body, div, span, applet, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
:focus {
	outline: 0;
}
ul {
	list-style: none;
}
td {
	vertical-align:middle;
	font-size:15px;
}
table{
	font-size:12px;
}
iframe {
	border: 1px solid #C0C0C0;
}

/****************************** CLASSES ********************************/

body  {
	background-color: #520000;
	margin-top: 0px;
	font-size: 13px;
	font-family: Georgia, Serif;
	line-height: 18px;
	color: #222222;
	font-style: normal;
	background-image: url('images/back.jpg');
	background-repeat: repeat-x;
}
h1 {
	color:#B00000;
	font-family: Georgia, Serif;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #b39883;
}
h2 {
	color:#B00000;
	font-family: Georgia, Serif;
	font-size: 18px;
	font-weight: normal;
	padding-bottom: 5px;
}
.title {
	color: #B00000;
	font-size: 15px;
}
.overtitle {
	margin: 9px 0px 9px 0px;
	padding: 0px 0px 0px 1px;
	font-size: 14px;
	color: #666666;
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.align_middle {
	text-align: center;
}
.presscell {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}
.float_right {
	float: right;
	margin: 0px 0px 5px 15px;
}
.float_left {
	float:left;
	margin: 5px 20px 5px 0px;
}
.picshow {
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC #999999 #999999 #CCCCCC;
	background-color: #FFFFFF;
}
.image_middle {
	vertical-align: middle;
}

form {
	font-size:12px;
	line-height:18px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/************************** LAYOUT ******************************/

#header {
	margin: 0px auto 0px auto;
	width: 880px;
	height: 180px;
	background-image: url('images/header.jpg');
}
#movie {
	margin: 0px auto 0px auto;
	width: 880px;
	height: 220px;
	background-image: url('images/movie.gif');
}
#flash {
	width: 830px;
	height: 206px;
	position: relative;
	top: 9px;
	left: 26px;
}
#menu {
	margin: 0px auto 0px auto;
	width: 880px;
	height: 60px;
	background-image: url('images/menu.gif');
}
#container {
	margin: 0px auto 0px auto;
	width: 880px;
	background-image: url('images/paper.gif');
	background-repeat: repeat-y;
}
.content {
	float: left;
	width: 790px;
	margin: 10px 0px 0px 45px;
	_margin: 10px 0px 0px 22px;
	line-height: 19px;
}
#sidebar {
	float: left;
	width: 200px;
	line-height: 16px;
	margin: 10px 0px 0px 13px;
	_margin: 10px 0px 0px 7px;
}
#right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: left;
	width: 618px;
	background-image: url('images/paper.jpg');
	background-repeat: no-repeat;
	margin-left: 5px;
	margin-top: 11px;
}
#footer {
	margin: 0px auto 0px auto;
	text-align: center;
	width: 880px;
	height: 60px;
	line-height: 72px;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #B8A085;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
}


/******************** TOP MENU **********************/

#solidblockmenu{
	font-family: Georgia, Serif;
	font-size: 14px;
	font-weight:normal;
	background: transparent;
	margin-left:30px;
}
#solidblockmenu li{
	display: inline;
}
#solidblockmenu a{
	float: left;
	height: 60px;
	padding: 0px 43px 0px 43px;
	line-height: 43px;
	text-decoration: none;
	color: #E0CE9E;
}
#solidblockmenu a:hover{
	color:#ffffff;
	cursor:pointer;
	background-image: url('images/shine.gif');
	background-repeat: no-repeat;
	background-position: center;
}
#solidblockmenu a.current{
	background-position: center;
	color: #F7F2E6;
	background-image: url('images/shine.gif');
	background-repeat: no-repeat;
	cursor: default;
}

/******************** SIDE MENU **********************/

#sidemenu {
	width:184px;

}

#sidemenu ul {
	margin: 0;
	padding: 0;
}

#sidemenu a {
	padding:0px 0px 0px 33px;
	margin-top:5px;
	height:38px;
	line-height:36px;
	font-size:14px;
	display: block;
	text-decoration: none;
	color: #222222;
	background-image: url('images/button_off.gif');
	background-repeat: no-repeat;

}

#sidemenu a.current {
	color: #ffffff;
	cursor: default;
	background-image:url('images/selsidebar.gif');
	background-repeat:no-repeat;
}

#sidemenu a:hover {
	color:#AD4A2B;
}

/***************************** Hovering **********************************/

a:link {color: #C61010; text-decoration:none}
a:visited {color: #C61010; text-decoration:none}
a:active  {color: #C61010; text-decoration:none}
a:hover  {color: #C61010; text-decoration:none}


