body {
	background-color: #000;
	color: #eee;
	text-align: center;
	font: normal 14px 'Trebuchet MS', sans-serif;
	margin: auto 0;
	}
a {
	color: #fff;
	}
a:hover {
	text-decoration: none;
	}
h1, h2, h3, h4 {
	font-family: 'Trebuchet MS';
	font-weight: normal;
	}
h1 {
	font-size: 20px;
	letter-spacing: 5px;
	}
h2 {font-size: 18px;}
h3 {font-size: 16px;}
#container {
	width: 980px;
	text-align: left;
	margin: 0 auto 20px;
	}
.page1 #container {background: #352587 url(side-texture-1.jpg) repeat-y left;}
.page2 #container {background: #474374 url(side-texture-2.jpg) repeat-y left;}
.page3 #container {background: #a63d19 url(side-texture-3.jpg) repeat-y left;}
.page4 #container {background: #c64e1e url(side-texture-4.jpg) repeat-y left;}
.page5 #container {background: #b6ab4f url(side-texture-5.jpg) repeat-y left;}
.page6 #container {background: #88cb9c url(side-texture-6.jpg) repeat-y left;}
.page7 #container {background: #352587 url(side-texture-7.jpg) repeat-y left;}

#header {
	height: 170px;
	background-color: #000;
	position: relative;
	border-bottom: 10px solid #000;
	}
#logo {
	position: absolute;
	left: 115px;
	bottom: 65px;
	}
#logo a {
	display: block;
	width: 252px;
	height: 56px;
	background: url(logo.gif) no-repeat center;
	}
#lang {
	position: absolute;
	right: 15px;
	top: 5px;
	font-family: tahoma;
	}
#lang a {
	text-decoration: none;
	font-size: 12px;
	color: #aaa;
	}
#lang a:hover {
	color: #fff;
	}
#nav {
	position: absolute;
	right: 0;
	bottom: 55px;
	font-size: 13px;
	}
#nav ul {
	padding: 0;
	margin: 0;
	}
#nav li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	float: left;
	}
#nav a {
	color: #fff;
	background-color: #352F2F;
	text-decoration: none;
	display: block;
	padding: 20px 15px 10px;
	border-left: 1px solid #352F2F;
	}
#nav .active a {
	background-color: #504E4E;
	}
#nav a:hover {
	background-color: #504E4E;
	}
#headerbar {
	background: #00999f url(ensemble.gif) no-repeat 285px 14px;
	height: 55px;
	width: 980px;
	position: absolute;
	bottom: 0;
	}
#content {
	position: relative;
	border-top: 1px solid #000;
	background-repeat: no-repeat;
	background-position: bottom right;
	}
.page1 #content {background-image: url(page-bg-1.jpg);}
.page2 #content {background-image: url(page-bg-2.jpg);}
.page3 #content {background-image: url(page-bg-3.jpg);}
.page4 #content {background-image: url(page-bg-4.jpg);}
.page5 #content {background-image: url(page-bg-5.jpg);}
.page6 #content {background-image: url(page-bg-6.jpg);}
.page7 #content {background-image: url(page-bg-7.jpg);}

#pagephoto {
	position: absolute;
	top: -21px;
	left: 100px;
	width: 263px;
	border: 1px solid #fff;
	}
#pagephoto img {
	border: 2px solid #000;
	margin: 10px;
	}
#maincol {
	margin: 20px 200px 20px 385px;
	}
ul#gallery {
	margin: 0;
	padding: 0;
	width: 380px;
	}
#gallery li {
	float: left;
	list-style-type: none;
	margin-right: 5px;
	margin-bottom: 5px;
	}
#gallery a {
	display: block;
	padding: 3px;
	background-color: #000;
	width: 80px;
	height: 80px;
	}
#gallery a:hover {
	background-color: #fff;
	}
#footer {
	clear: both;
	background-color: #111;
	color: #666;
	padding: 10px 20px 10px 385px;
	font-size: 11px;
	}
#footer a {
	color: #999;
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}

/* Intro Stylees */

#intro {
	width: 850px;
	margin: 0 auto;
	}

#intro a img {
	border-width: 0;
	}

/* clearfix bug fix */

.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%;
	}