@charset "utf-8";

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 20100;
	text-align: center;
	line-height: 0;
	}
	
.hide { display: none; 
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 15010;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20090;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
.nav{
margin-left:-10px;
margin-right:-10px;
margin-bottom:-30px;
}

	
body  {
	background-image:url(backgroundblack.jpg);
	background-repeat: repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-top-color: #000000;
	line-height: 1.5em;
	color: #FFFFFF;
	background-position: center bottom;
	top: auto;
}
.twoColFixRtHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	background-image: url(background4.png);
	background-repeat: repeat;
	background-position: 50 0;
	

} 
.twoColFixRtHdr #header { 
	background: rgba(0, 0, 0, 0); 
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #navigation {
	padding: 0 0px;
	background-color: #33CCFF;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: rgba(0, 0, 0, 0);
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	
}

.twoColFixRtHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: rgba(0, 0, 0, 0);
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	line-height: normal;
	font-size: 18px;
	border: 0px none #000000;

}

.twoColFixRtHdr #mainContent {
	width: 600;
	border-right-color: #000000;
	border-right-style: none;
	clear: none;
	margin-top: 0;
	margin-right: 225px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;







	border-left-style: ;
	border-left-color: #000000;
	background: rgba(0, 0, 0, 0);
}
	
.twoColFixRtHdr #mainContentpro {
	width: 600;
	border-right-color: #000000;
	border-right-style: solid;
	clear: none;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border-left-style: solid;
	border-left-color: #000000;
	background: rgba(0, 0, 0, 0);
} 
.twoColFixRtHdr #footer {
	padding: 0 0px 0 0x;
	text-align: center;
	background: rgba(0, 0, 0, 0);
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.thumb {
	float:left;
	margin-right: 10px;
}

.prevnext {
	align:center;
	}.prevnext {
	text-align: center;
}
.prevnext {
	text-align: center;
}
movie {

}
.movie1 {
	text-align: center;
}
#sidebar2 p{
  margin:6px 0;
}
<p> {
color: #FFFFFF;
}
a{
color: #FFFFFF;

}

a:hover{
color: #FFFFFF;

}

#header img{
  margin-top:-30px;
}

#header{
  margin-top:30px;
  height:112px;
  }
  
#footer img{
  margin-top:30px;
}

#footer{
  margin-bottom:30px;
  height:40px;
  }
#menu {
				font-family: Arial, sans-serif;
				font-weight: bold;
				text-transform: uppercase;
				margin: 0px 0;
				padding: 0 0 0 10px;
				list-style-type: none;
				font-size: 13px;
				background: url(../pro_line_0.gif) repeat-x;
				height: 40px;
				-moz-border-radius: 10px;
				-webkit-border-radius: 10px;
				border-top: 2px solid #eee;
				border-left: 2px solid #eee;
				border-bottom: 2px solid #ccc;
				border-right: 2px solid #ccc;
			}
			#menu li {
				float: left;
				margin: 1000;
				
			}
			#menu li a {
				text-decoration: none;
				display: block;
				padding: 0 20px;
				line-height: 40px;
				color: #666;
			}
			#menu li a:hover, #menu li.active a {
				background-color: url(../pro_line_0.gif) repeat-x;
				border-bottom: 2px solid #DDD;
				color: #333;
			}
			
			/* Black Menu */
			#menu.black {
				border-top: 2px solid #333;
				border-left: 2px solid #333;
				border-bottom: 2px solid #000;
				border-right: 2px solid #000;
				background: url(../pro_line_0.gif) repeat-x;}
			#menu.black a {color: #fff;}
			#menu.black li a:hover, #menu.black li.active a {color: #000; background: url(../pro_line_0.gif) repeat-x; 			border-bottom: 2px solid #444;}
			#menu_wrapper.black {background: url(../black.png) no-repeat right;}
			#menu_wrapper.black div {background: url(../black.png) no-repeat left;
			}
			
	dl { width: 600px; }
	dl,dd { margin: 0; }
	dt { background: #000; font-size: 18px; padding: 5px; margin: 2px; }
	dt { color: ; }
	dd { color: ; }
	ul { list-style: none; padding: 5px; }
