body {
	text-align: center;
	min-width: 988px;
	background: url('img/bgMain.png') repeat-x;
	background-position: top;
	background-color: #828282;
  padding: 0px;
  margin: 0px 0px 0px 0px;
	font-family: Helvetica,Tahoma,Verdana,sans-serif;
}

a {
	color: inherit;
  border-bottom: 1px dotted #fff;
	text-decoration: none;
}

a:hover {
	color: inherit;
	font-weight: bold;
  border-bottom: 1px solid #fff;
}

img {
  border: none;
}

hr {
	/*height: 1px;*/
	/*color: rgb(44,49,141);
	background-color: rgb(44,49,141);*/
	/*border: 1px groove;*/
}

p {
  text-align: left;
  margin: 0px;
	float: none;
}

optgroup {
	color: #fff;
	background-color: rgb(179,86,150);
}

option {
	color: #fff;
	background-color: #000;
}

/* Containers area */

#container {
	margin: 0 auto;
	width: 988px;
	text-align: left;
	/*border: 1px solid red;*/
	overflow: auto -moz-scrollbars-none;
	z-index: 1;
}

#top {
	color: #999;
	font: 1.4em 'Trebuchet MS',Tahoma,Verdana,sans-serif;
	float: none;
}

#top div {
	width: 245px;
	float: left;
}

#top div a {
	border: none;
}

#main {
	width: 988px;
	height: 588px;
	float: left;
	/*background-color: Lavender;*/
	/*border: 1px solid Lavender;*/
}

#mainLeft {
	width: 564px;
	height: 588px;
	float: left;
	position: relative;
	z-index: 1;
}

#content {
	width: 424px;
	height: 588px;
	float: left;
}

#contentTop {
	height: 201px;
	float: none;
	z-index: 1;
}

#text {
	width: 418px;
	height: 340px;
	/*padding-left: 25px;*/
	float: left;
	/*background-color: green;*/
}

#textContent {
	width: 414px;
	height: 340px;
	float: none;
	/*padding: 0px 0px 0px 25px;*/
	/*background-color: Lavender;*/
}

#textContentData {
	width: 414px;
	height: 330px;
	font: inherit;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #fff;
	/*margin-left: 25px;*/
	float: left;
	/*background-color: MediumPurple;*/
}

#scrolled {
	width: 410px;
	/*height: 45px;*/
	/*background-color: orange;*/
}

#textContentScroller {
	width: 6px;
	height: 340px;
	float: left;
	/*background-color: blue;*/
}

#up {
	width: 4px;
	height: 6px;
	/*background-color: yellow;*/
}

#scrMiddle {
	width: 4px;
	height: 328px;
	/*background: url('img/bgBar.png') repeat-y;*/
	/*background-color: green;*/
}

#scrBar {
	width: 4px;
	height: 10px;
	/*background: url('img/bar.png') no-repeat;*/
	/*background-color: Orange;*/
}

#down {
	width: 4px;
	height: 6px;
	/*background-color: yellow;*/
}

#bottom {
	width: 100%;
	height: 50px;
	margin-top: 0px;
	padding-top: 15px;
	text-align: center;
	color: #fff;
	font-family: inherit;
	font-size: 0.5em;
	line-height: 2em;
}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{ border: none; } 
#overlay img{ border: none; }
#overlay{ background-image: url(overlay.png); }

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
