body {
	background-image: url(../../assets/TileLeather.png);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
}
#container {
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
/*CELEBPAGE STUFF*/
#celebpicframe {
	background-image: url(bgs/wfilmstrip.jpg);
	height: 92px;
	width: 107px;
	margin:3px;	
}
#celebpicframe:hover {
	background-image: url(bgs/wfilmstripover.jpg);
	height: 92px;
	width: 107px;
	margin:3px;	
}
#pic {
	padding-top: 17px;
/*MENU4 stuff*/
}
#menu4  {
	width: 990px;
	display: block;
	text-align: center;
	background-color: #FFF;
}
#menu4 ul {
	width: 900px;
    list-style:none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 30px;
    letter-spacing: -3px;
    line-height: 1.2em;
    border-top:5px dotted #c7e7f3;
    border-bottom:5px dotted #c7e7f3;
    float:left;
    clear:both;
    margin:20px;
}
#menu4 ul li{
	float:left;
	margin-left: 20px;
}

#menu4 ul li a{
    display:block;
    text-decoration:none;
    padding:10px 10px 5px 10px;
    color:#66b8d8;
    width:170px;
}
#menu4 ul li a span{
    display:block;
}
#menu4 ul li a span.title{

}
#menu4 ul li a:hover span.title{
    color:#00adef;
}
#menu4 ul li a span.text{
    padding:0px 5px;
    font-family: Georgia, serif;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.6em;
    color:#c7e7f3;
    visibility:hidden;
}
#menu4 ul li a:hover span.text{
    visibility:visible;
}
/*END MENU4 STUFF*/

/*VIDFLASH STUFF*/
#vidflash {
	background-color: #FFF;
	width: 950px;
	height: auto;
	margin-top: 5px;
	
}
#flashstuff {
	float: left;
	width: 450px;
	display: inline;
	background-color: #FFF;
}
#vidstuff {
	float: right;
	width: 450px;
	display: inline;
	background-color: #FFF;
}
/*MYSTUFF PAGE*/
#mystuff {
	padding-top: 7px;
	padding-left: 15px;
	float: left;
	width: 800px;
}
#rantstuff {
	padding-top: 7px;
	padding-left: 15px;
	float: left;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9966;
}
#linkstuff {
	padding-top: 7px;
	padding-left: 15px;
	float: left;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9966;
}
/*LIGHTBOX STUFF*/
#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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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;
	}
