/* ©2010 Didier Berck */

/* common --> */
html {
	overflow: hidden;
}
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a img {
	border: 0;
}
.clear {
	height: 1px;
	overflow: hidden;
	clear: both;
}
div#container {
	height: 582px;
	background-image: url(../images/bg-container.png);
	background-position: top;
	background-repeat: repeat-x;
}
div[id=container] {
	height: auto;
	min-height: 582px;
}
div#content {
	width: 980px;
	height: 600px;
	position: absolute;
	z-index: 1500;
	top: 0;
	left: 50%;
	margin-left: -490px;
	/*background-image: url(../images/bg-content.png);
	background-position: 0 259px;
	background-repeat: repeat-x;*/
}
div[id=content] {
	position: fixed !important;
}
div#content h1 {
	width: 156px;
	position: absolute;
	top: 390px;
	left: 50%;
	margin: 0 0 0 -485px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}
div#content h1 a {
	color: #000;
	text-decoration: none;
}
/* <-- common */

/* header --> */
div#header {
	height: 169px;
	overflow: hidden;
}
div#header p#archive {
	margin: 110px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}
div#header p#archive a {
	color: #000;
	text-decoration: none;
}
div#header p#archive a:hover,
div#header p#archive a:focus {
	color: #e5322c;
}
div#header p#breadcrumb {
	margin: 25px 0 0 183px;
	font-size: 9px;
}
div#header p#back {
	margin: 0;
	position: absolute;
	top: 112px;
	left: 50%;
	margin-left: -307px;
}
/* <-- header */

/* nav --> */
ul#nav {
	width: 160px;
	margin: 0;
	padding: 53px 0 0 23px;
	float: left;
	list-style: none;
	color: #a6a6a6;
	font-family: "Arial Narrow", Arial, Helvetica;
	font-size: 24px;
}
ul#nav li {
	height: 17px;
	margin: 0 20px 7px 0;
	padding-left: 19px;
	float: left;
	background-position: 0 3px;
	background-repeat: no-repeat;
}
ul#nav li.active {
	height: auto;
	padding: 10px 0 10px 19px;
	background-image: url(../images/nav-x.gif);
	background-position: 0 13px;
	border-top: 1px dashed #c6c5c6;
	border-bottom: 1px dashed #c6c5c6;
}
ul#nav li ul {
	margin: 0;
	padding: 0 0 0 20px;
	background-image: none;
}
ul#nav li li {
	height: 9px;
	margin: 7px 0 0 0;
	display: block;
}
ul#nav li img {
	float: left;
}
ul#nav a {
	color: #a6a6a6;
	text-decoration: none;
	text-transform: uppercase;
}
ul#nav a:hover,
ul#nav a:focus {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* <-- nav */

/* page --> */
div#page {
	width: 797px;
	height: 352px;
	float: right;
	position: relative;
	background-color: #fff;
}
div#page a {
	color: #a6a6a6;
	text-decoration: none;
}
div.harry {
	width: 797px;
	height: 521px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -307px;
}
/* <-- page */

/* copyright --> */
div#copy {
	margin-left: 183px;
	padding-top: 60px;
	clear: both;
	background-image: url(../images/bg-copy.png);
	background-repeat: repeat-x;
	font-size: 9px;
}
div#copy img {
	margin-top: 2px;
	float: left;
}
div#copy img.copy {
	margin-left: 25px;
	float: right;
}
div#copy img.address {
	float: left;
}
div#copy a {
	color: #000;
	text-decoration: none;
}
div#copy a:hover,
div#copy a:focus {
	text-decoration: underline;
}
/* <-- copyright */
