h1, h2, h3, h4, h5, p, ul, ol, li, hr, img {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style-type: none;
	list-style: none;
}
body {
	height: 100%;
	width: 100%;
	text-align: center;
	font: 10pt Tahoma, Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #ffffff;
}
#site {
	width: 910px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
  
/* --------- HEADER -------- */
#header {
	width: 900px;
	height: 100px;
}
.illustration {
	width: 900px;
	height: 120px;
	position: relative;
	overflow: hidden;
}
/* --------- /HEADER -------- */

/* --------- LINKBAR -------- */
#linkbar {
	position: relative;
	z-index: 500;
}	
/* --------- LINKBAR -------- */

/* --------- SIDEBAR ------- */
#sidebar {
	width: 200px;
	float: left;
	margin: 5px 0 -550px 0;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
#sidebarContent {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* --------- /SIDEBAR ------- */

/* --------- SIDEBAR RIGHT ------- */
#sidebarR {
	width: 200px;
	float: left;
	margin: -35px 0 0 740px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
#sidebarContentR {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/* --------- /SIDEBAR RIGHT ------- */

/* --------- MENU ---------- */
#menuzone {
	margin: 10px 0 0 0;
}
#menuzoner {
	margin: 10px 0 0 0;
}

.menu {
	margin: 0 0 0 0;
	overflow: hidden;
	width: 170px;
}
.menu li {
  overflow: hidden;
  width: 160px;
  height: 25px;
  margin: 0;
  padding: 0;
}
.menu li a {
	display: block;
	width: 160px;
	height: 25px;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-size: 7.5pt;
	padding: 0 15px 0 35px;
	overflow: hidden;	
	cursor: pointer;
	background: url(images/panel.jpg) no-repeat left top;
}
.menu li a:hover {
	background: url(images/panelh.jpg) no-repeat left top;
	text-decoration: none;
	color: #ffffff;	
}
.menu li.selected a, .menu li.activeSelected a {
	background: url(images/panelh.jpg) no-repeat left top;
	text-decoration: none;
	color: #ffffff;	
}
.menu li.open a, .menu li.open a:hover {
	background: url(images/panelh.jpg) no-repeat left top;
	text-decoration: none;
	color: #ffffff;	
}
 
/* --------- /MENU ---------- */
 
 
/* --------- MAIN ---------- */
#main {
	width: 400px;
	margin: 0;
	padding: 0;
	position: relative;
}
#content {
	width: 400px;
	float: left;
	margin: -570px 180px 0 180px;
	background: url(images/fadelogo.jpg) no-repeat center;
}
#contentBoxs {
	width: 520px;
	padding-top: 13px;
	text-align: left;
	overflow: hidden;
}

div.left {
	text-align: left;
}

div.center {
	text-align: center;
}

/* --------- /MAIN ---------- */
 
   
 
/* --------- BOX ----------- */
.box {
	width: 500px;
	margin: 0 13px 13px 13px;
	text-align: left;
	overflow: hidden;
}
.boxContent {
	padding: 0 1px 1px 1px;
	overflow: hidden;
}
.contentBox {
  overflow: hidden;
  padding-bottom: 1px;
}
/* --------- /BOX ----------- */
 
 
 
/* --------- WYSIWYG ------- */
h1, h2 {
	color: #000000;
	font-size: 16pt;
	font-weight: normal;
}
h3 {
	color: #000000;
	font-size: 12pt;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	margin: 20px 0 0 0;
	text-align: center;
	color: #000000;
}
	

/* --------- WYSIWYG ------- */

/* --------- SLIDESHOW ------- */

#slideshow {list-style:none; color:#fff}
#slideshow span {display:none}
#wrapper {width:506px; margin:50px auto; display:none}
#wrapper * {margin:0; padding:0}
#fullsize {position:relative; width:500px; height:375px; padding:2px; border:1px solid #ccc; background:#000}
/*#information {position:absolute; bottom:0; width:500px; height:0; background:#000; color:#fff; overflow:hidden; z-index:200; opacity:.7; filter:alpha(opacity=70)}
#information h3 {padding:4px 8px 3px; font-size:14px}
#information p {padding:0 8px 8px}*/
#image {width:500px}
#image img {position:absolute; z-index:25; width:auto}
.imgnav {position:absolute; width:25%; height:306px; cursor:pointer; z-index:150}
#imgprev {left:0; background:url(images/left.gif) left center no-repeat}
#imgnext {right:0; background:url(images/right.gif) right center no-repeat}
#imglink {position:absolute; height:306px; width:100%; z-index:100; opacity:.4; filter:alpha(opacity=40)}
.linkhover {background:url(images/link.gif) center center no-repeat}
#thumbnails {margin-top:15px}
#slideleft {float:left; width:20px; height:81px; background:url(images/scroll-left.gif) center center no-repeat; background-color:#222}
#slideleft:hover {background-color:#333}
#slideright {float:right; width:20px; height:81px; background:url(images/scroll-right.gif) center center no-repeat; background-color:#222}
#slideright:hover {background-color:#333}
#slidearea {float:left; position:relative; width:456px; margin-left:5px; height:81px; overflow:hidden}
#slider {position:absolute; left:0; height:81px}
#slider img {cursor:pointer; border:1px solid #666; padding:2px}

/* --------- SLIDESHOW ------- */
  