/*body{ 
	background:black; 
	color:white; 
} */

body,td,th {
	color: #FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	background-color: #000000;
	margin: 0px;
	background-image: url(images/bg_repeat.gif);
	background-repeat: repeat-x;

}
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
}
h1 {
	color: #5671D8;
	font-family: Radio Space, san serif;
	font-size: 17px;
	margin: 7px 0 7px 0px;
	padding: 20px 0;
}
h2 {
	font-weight:bold;
	font-size:14px;
}
h3 {
	font-weight:bold;
	font-size:12px;
}


a{
	color:#5671D8;
	text-decoration:none;
	font-weight: bold;
}
a:hover{
	color:#CC3300;
	font-weight: bold;
	text-decoration:none;
}



/* --- IMAGE GALLERY */
#img_gallery{ 
	margin: 7px 7px 0 8px; 
	width:741px; 
}
#img_gallery a{ 
	outline:none; 
	border:none; 
}
#img_gallery a img{
	border:none;
}
/* --- end IMAGE GALLERY */



/* --- IMAGE STAGE */
#fullimg{
	width:741px;
	overflow:hidden;
	height:334px;

}
#fullimg img{ width:741px;}
#fullimg p, #fullimg span{
	position:absolute;
/*	opacity:.5;
	color:#555555;  */
	width:120px;
	padding:5px 0 0 5px;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
/* ---end IMAGE STAGE */


/* --- SLIDER --- */
#img_gallery #wrapper{
	overflow:hidden;
	margin: 6px 0 0 0;
	padding:2px 4px;
	width: 680px;
	height: 85px;
	float:left;	
	position: relative;
}

#items{
	margin:0px 0px;
	padding:0px;
	list-style:none;
	width:50000px;
	position: relative;
	letter-spacing:0em;
} 
#items li{
	float:left;
	list-style:none;
	margin-right:2px;
	
}
#items .thumb{
	width:175px;
	height:75px;
	cursor: pointer;
	margin:0px;
	padding:0px;
}
#items .large{
	display:none;
	position:absolute;
}
#fullimg .loading{
	width: 24px;
	height: 24px;
}
#fullimg .thumb{display:none;}

#items .item  p, #items .item  span{
	display:none;
	text-indent: -2000em;
}

#moveleft, #moveright{
	margin:16px 2px 0 4px;
	height:58px;
	color: white;
	width: 16px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; 
	display:block;
	cursor: pointer;
	float:left;
}
#moveleft{background: url('../igallery/images/left.gif');}
#moveright{background: url('../igallery/images/right.gif');}
#moveleft:hover, #moveright:hover{ background-position:bottom; }

.navContainer {
	/* background-image:url(images/btns866.jpg); */
	background-repeat:no-repeat; 
	width:866px; 
	height:53px; 
	background-color:#000000; 
	margin:0; padding: 0;
}
.textContainer {
	padding: 0 120px 0 120px;
 	text-align:justify;
}
.galleryContainer {
	margin: 0;
	padding: 0; 
	border: solid 2px #111111;
	height: 395px;
	}
.divMainContent {
	width:866px; 
	background-image:url(../images/bg_middle.jpg);
	background-repeat:no-repeat;
}
/* --- end SLIDER --- */

/* FOOTER */
.footer {
	height:68px; 
	/*  background-image:url(images/footer_bg.jpg); */
	background-repeat:no-repeat; 
	font-size:10px;
	font-family: Verdana, sans-serif;
	color: #4246b4;

	padding: 30px 0 0 0;
}
.footer a {
	color: #555555;
	text-decoration: none;
}
.footer a:hover {
	color: #4246b4;
	text-decoration: underline;
}
/* end FOOTER */

.ScrollingTextBox {
	width:550px;
	height:350px;
	overflow:scroll; 
	float:left;
    scrollbar-face-color: #050E39;
	scrollbar-shadow-color: #555555;
	scrollbar-highlight-color: #333333;
	scrollbar-3dlight-color: #333333;
	scrollbar-darkshadow-color: #333333;
	scrollbar-track-color: #333333;
	scrollbar-arrow-color: #FFFFFF;
	text-align:center;
	
}

