body, html {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#000 url(images/bg.jpg) top center no-repeat;
	color:#fff;
}

@font-face {
    font-family:Futura;
    src:url(fonts/Futura.ttf);
}

@font-face {
    font-family:Fette;
    src:url(fonts/Fette.ttf);
}

* {
	margin:0;
	padding:0;
}

.floatClear {
	clear:both;
	height:0;
	width:0;
}

a { 
	color:#b27c36;
	text-decoration:none;
}

a:hover {
	color:#fff;
}

p {
	margin:0 15px 15px 0;
}

ul {
	list-style-type:none;
	margin-top:20px;
}

li {
	font-family:Futura;
	font-size:24px;
	float:left;
	margin-left:5px;
	color:#b27c36;
}

h2 {
	font-family:Fette;
	font-size:36px;
	font-weight:normal;
	color:#918c5d;
	line-height:36px;
	margin-bottom:20px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

h3 {
	font-family:Futura;
	font-size:23px;
	font-weight:normal;
	color:#b27c36;
	line-height:23px;
	margin-bottom:20px;
	text-shadow: black 0.1em 0.1em 0.2em;
}

#header h1 a {
	display:block;
	width:468px;
	height:149px;
	background:url(images/header_logo.png) top left no-repeat;
	text-indent:-9000px;
}

#nav {
	width:400px;
	height:130px;
	text-align:right;
	position:absolute;
	top:35px;
	left:470px;
	text-shadow: black 0.2em 0.2em 0.3em;
}

#nav p {
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin-top:10px;
	float:right;
}

#container {
	width:860px;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-450px;
	padding:20px;
}

#content {
	width:860px;
	margin-top:20px;
}

#fb a {
	width:149px;
	height:54px;
	display:block;
	background:url(images/fb.png) top left no-repeat;
	float:right;
	text-indent:-9000px;
}

#fb a:hover {
	background-position:0px -54px;
}

#imageLeft {
	float:left;
	border:1px solid #fff;
	margin:0 15px 15px 0;
}

#imageRight {
	float:right;
	border:1px solid #fff;
	margin:0 0 15px 15px;
}

.pressItem {
	float:left;
	text-align:center;
	margin-left:15px;
}

.pressItem a {
	color:#fff;
}

.pressItem a:hover {
	color:#b27c36;
}

.pressItem img {
	border:1px solid #fff;
	margin-bottom:10px;
}

.pressItem img:hover {
	border:1px solid #b27c36;
}

.fancybox img {
	width:150px;
	height:150px;
	margin:0 9px 17px 8px;
	border:1px solid #fff;
}

.fancybox img:hover {
	border:1px solid #b27c36;
}

#footer {
	height:20px;
	color:#fff;
	text-align:center;
	font-size:10px;
	margin-top:20px;
	padding-top:15px;
	background:url(images/border.png) top center no-repeat;
}