* {
	font-family: Arial, sans-serif;
	margin: 0;
	padding: 0;
}

body {
	width: 100%;
	padding: 0;
}

img {
	border: 0;
}

table {
	border-collapse: collapse;
	font-size: 10pt;
}

#header {
	width: 100%;
	height: 94px;
	background: top left url(../../../img/background/header.png) repeat-x;
}

#header div.wrapper {
	width: 1000px;
	height: 94px;
	margin: auto;
	background: top left url(../../../img/background/logo.png) no-repeat;
}

#header div.navigation {
	padding: 50px 0 0 325px;
}

#header div.navigation div {
	float: left;
	margin: 0 18px 0 0;
	text-align: center;
	height: 60px;
}

#header div.navigation div a {
	display: block;
	color: #FFFFFF;
	font-family: Futura;
	font-size: 8pt;
	text-decoration: none;
	text-transform: uppercase;
}

#header div.navigation div a.active {
	color: #DAB044;
}

#header div.navigation div img {
	margin-top: 16px;
	position: relative;
}

#subheader {
	margin: 0;
	width: 100%;
	height: 44px;
	background: top left url(../../../img/background/subheader.png) repeat-x;
}

#subheader div.wrapper {
	width: 1000px;
	margin: auto;
}

#subheader div.navigation {
	padding: 16px 0 0 325px;
}

#subheader div.navigation a {
	margin: 0 20px 0 0;
	color: #FFFFFF;
	font-family: Futura;
	font-size: 8pt;
	text-decoration: none;
	text-transform: uppercase;
}

#subheader div.navigation a.active {
	border-bottom: 2px solid #FFFFFF;
}

#subheader div.navigation a.module {
	color: #DAB044;
}

#footer {
	clear: both;
	width: 100%;
	height: 78px;
	margin: 20px 0 0 0;
	padding: 0;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	background: top left url(../../../img/background/footer.png) repeat-x;
}

#footer div.wrapper {
	width: 1000px;
	margin: auto;
}

#footer div.navigation {
	padding: 15px 0 4px 0;
}

#footer div.navigation a {
	color: #FFFFFF;
	text-decoration: none;
}

#footer a.credit {
	display: block;
	padding: 10px 0 0 0;
	color: #DAB044;
	text-decoration: none;
}
