@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_main.jpg) center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 30px;
	font-weight: normal;
	font-style: italic;
	color: #321D15;
}

h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #321D15;
	margin-bottom: -8px;
}

p {
	font-size: 14px;
	font-weight: normal;
	color: #321D15;
	line-height: 1.7em;
}

.smallp {
	font-size: 12px;
}

#top {
	position: absolute;
	top: 0;
	width: 100%;
	height: 40px;
	z-index: 3;
	background: url(../images/top_pattern.png) repeat-x;
}

#logo {
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -451px;
	width: 292px;
	height: 148px;
	z-index: 4;
}

#container {
	margin: 0 auto;
	padding: 0;
	width: 900px;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	background: url(../images/bg_container_top.png) center repeat-y;
}

.mast {
	position: absolute;
	top: 0 !important;
	left: 50%;
	margin: 0 0 0 -545px;
	width: 1090px;
	height: 261px;
	z-index: 2;
}

#mastspace {
	position: relative;
	float: left;
	width: 900px;
	height: 261px;
}

#content, #contentlarge {
	position: relative;
	margin: 0 auto;
	padding: 20px 240px 40px 43px;
	width: 550px;
	height: auto !important;
	min-height: 430px;
	background: url(../images/bg_content.png) top right no-repeat;
}

#content a, #contentlarge a {
	color: #CC3300;
	text-decoration: none;
}

#content a:hover, #contentlarge a:hover {
	color: #FFFFFF;
	background: #CC3300;
}

#content img, #contentlarge img {
	border: 0;
}

#content img.left, #contentlarge img.left {
	padding: 5px 10px 5px 0;
}

#content {
	padding: 20px 260px 40px 43px;
	width: 530px;
}

#contentlarge {
	padding: 20px 260px 40px 43px;
	width: 530px;
}

.contentbox {
	position: absolute;
	margin: 60px 0 0 550px;
	width: 200px;
	height: 200px;
}

.contentbox p, .pressbox p {
	font-size: 12px;
	line-height: 1.5em;
}

.pressbox {
	position: absolute;
	margin: 0 0 0 550px;
	width: 200px;
}

#navigation {
	position: absolute;
	margin: 0 0 0 -450px;
	left: 50%;
	width: 900px;
	height: 36px;
	z-index: 5;
	color: #FFFFFF;
	top: 209px;
}

#navigation ul {
	list-style-type: none;
	padding: 0 0 0 52px;
}

#navigation li {
	display: inline;
	padding: 0;
}

#navigation a {
	position: relative;
	float: left;
	width: auto;
	height: 36px;
	padding: 0 18px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 1px #FFFFFF solid;
	background: none;
	line-height: 2.2em;
	font-size:14px;
}

#navigation a:hover {
	background: #000000;
}

#navigation a.first {
	width: auto;
	height: 36px;
	padding: 0 18px;
	color: #FFFFFF;
	text-decoration: none;
	border-left: 0px #FFFFFF solid;
	background: none;
}

#navigation a:hover.first {
	background: none;
}

.clear {
	clear: both;
}

.homelinks {
	position: relative;
	float: left;
	width: 246px;
	height: auto !important;
	margin-right: 20px;
}

.iframeright {
	float: right;
}

.copyright p {
	font-size: 11px;
}

