body {
	background-color: #000000;
/*	background-image:url(back-bg.jpg);*/
	color: #DEDECA;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 110%;
	font-size:16px;
	text-align:center;
	}

td, th {
	color: #99CCCC;
}

h1 {
	color: #FFFF33;
}

h2 {
	color: #FFFF66;
}

h3, h4 {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}

a {
	color:#FED072;
}

table {border:none;}

/* here comes the bit about changing an image when you hover somewhere */

a span {display:none; border:none;}

a:hover #link1 span {display:block;
					position:absolute;
					left:0px;
					top:-190px;
					width:212px;
					height:202px;
					background-image:url(MenuImages/Mini1.jpg);
					}

a:hover #link1 em {display:block;
					position:absolute;
					left:0px;
					top:-200px;
					width:212px;
					height:202px;
					background-image:url(MenuImages/Mini1.jpg);
					}

a:hover #link2 span {display:block;
					position:absolute;
					left:0px;
					top:-200px;
					width:212px;
					height:202px;
					background-image:url(MenuImages/Mini2.jpg);
					}
					
a:hover #link2 em {display:block;
					position:absolute;
					left:0px;
					top:-200px;
					width:212px;
					height:202px;
					background-image:url(MenuImages/Mini2.jpg);
					}

a:hover #link3 span {display:block;
					position:absolute;
					left:0px;
					top:-200px;
					width:212px;
					height:202px;
					background-image:url(MenuImages/Mini3.jpg);
					}

a:hover #link3 em {display:block;
					position:absolute;
					left:0px;
					top:-200px;
					width:212px;
					height:202px;
					background-image:url(MenuImages/Mini3.jpg);
					}

a:hover #link4 span {display:block;
					position:absolute;
					left:0px;
					top:-190px;
					width:212px;
					height:202px;
					background-image:url(MenuImages/Mini4.jpg);
					}
					
a:hover #link4 em {display:block;
					position:absolute;
					left:0px;
					top:-200px;
					width:212px;
					height:202px;
					background-image:url(MenuImages/Mini4.jpg);
					}

a:hover #link5 span {display:block;
					position:absolute;
					left:0px;
					top:-200px;
					width:212px;
					height:202px;
					background-image:url(MenuImages/Mini5.jpg);
					}

a:hover #link6 span {display:block;
					position:absolute;
					left:0px;
					top:-200px;
					width:212px;
					height:202px;
					background-image:url(MenuImages/Mini6.jpg);
					}
					
a:hover #link7 span {display:block;
					position:absolute;
					left:0px;
					top:-190px;
					width:212px;
					height:202px;
					background-image:url(MenuImages/Mini7.jpg);
					}


a:hover #link8 span {display:block;
					position:absolute;
					left:0px;
					top:-200px;
					width:212px;
					height:202px;
					background-image:url(MenuImages/Mini8.jpg);
					}

/* end */

/* this is the div that will hold the changing images when the menu roll overs */
#flashcontent1 {height:180px;}
#flashcontent2 {}
#flashcontent3 {}

#minifigure {
	width:212px;
	height:202px;
	position:absolute;
	left:0px;
	top:0px;
/*	background-image:url(MenuImages/Mini8.jpg); */
}


#container {
	width:700px;
/*	padding-left:180px; 
	padding-right:180px;*/
/*	background-color:#000000; */
	background-image:url(web-bg.jpg);
	height:auto;
	position:relative;
	margin:auto;
	height:900px;
	}
	
#spacertop {
	position:relative;
	height:30px;
	}
	
#banner {
	position:relative;
/*	background-color:#FFFF00; */
	height:180px;	
	}
#spacerbottom {
	position:relative;
	text-align:right;
	color:#CCFF00;
	font-size:10px;
	height:20px;
	left: -5380px;
	top: -2720px;
	}
	
#sidebar {
	width:200px;
	height:400px;
	/*	background:#FF0000; */
	position:absolute;
	top: 206px;
	left: 15px;
	}

#countdowntimer {
	width:205px;
	height:auto;
	padding:15px;
	}	

#mbody {
	position:relative;
	float:right;
	/*	background-color:#0000FF; */
	width:425px;
	font-size:12px;
	height:700px;
	padding-right:20px;
	padding-left:40px;
	text-align:left;
	overflow:auto;
	}

#slideshow {
	position:relative;
	background:none;
	width:700px;
	text-align:center;
	}

/* This is for the LIGHTBOX 
   It is copied directly from lightbox.css */
   
   #lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(Lightbox/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(Lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(Lightbox/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: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
