body
{
	background: url(bg.jpg) no-repeat top right fixed;
	position: relative;
	margin: 0px;
	padding: 20px;
	z-index: 2;
}

* { margin: 0; padding: 0; }

#container
{
	position: relative;
	width: 668px;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	z-index: 2;
}

#header
{
	width: 728px;
	height: 192px; 
	background-image: url(header.png);
	margin: 0px;
	padding: 0px;
}

#navigation
{
	position: relative;
	background-image: #FFF;
	width: 968px;
	height: 80px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

#navigation ul { 
	list-style-type: none;
}

#navigation li { 
	float: left;
	padding: 0 20px 0 0;
}

#contentindex { 
position: relative;
	background-image: url(bg2.png);
	margin: 0px;
	padding: 0px;
	height: 843px;
	width: 728px;
}


.PTWgrayTextHomeOnlyStyle {
	font-family: Arial;
	font-style: normal;
	line-height: normal;
	font-size: 15px;
	line-height: 16px;
	color: #000000;
}
.PTWblueTextStyle {
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0162B6;
}
.PTWgrayTextFooterStyle {
	font-family: Arial;
	font-size: small;
	font-style: normal;
	font-weight: bold;
	color: #666666;
}
.PTWgrayTextStyle {
	font-family: Arial;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.PTWgrayTextBoldStyle {
	font-family: Arial;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}
.PTWblueTextNoBoldStyle {
	font-family: Arial;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0000FF;
	text-decoration: underline;
}
.PTWorangeTextStyle {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #FF9900;
	line-height: normal;
}

a:link {
font-family: Arial;
font-size: 14px;
text-decoration: none;
color: #0162B6;
}
a:visited {
font-family: Arial;
font-size: 14px;
text-decoration: none;
color: #0162B6;
}
a:hover {
font-family: Arial;
font-size: 14px;
text-decoration: underline;
color: #0162B6;
}
a:active {
font-family: Arial;
font-size: 14px;
text-decoration: none;
color: #0162B6;
}


	#Div1 {
	background: transparent top left no-repeat;  
	position: absolute; 
	top: 790px; 
	left: -200px; 
	width: 199px; 
	height: 55px;
	}
	

	#Div2 {
	background: transparent top left no-repeat;
	position: absolute;
	top: 1002px;
	left: 270px;
	width: 400px;
	height: 55px;
	}
	
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-image: url(imbg.jpg); 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-image: url(data:image/gif;base64,AAAA); /* 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: #80653e; 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: 69px; height: 25px; float: right;  padding-bottom: 0.6em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; 
}


#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 300px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:132px;
	height: 200px;
}

#imageMenu ul li.home a {
	background: url(images/official.png) repeat scroll 0%;
}

#imageMenu ul li.biography a {
	background: url(images/fan.png) repeat scroll 0%;
}

#imageMenu ul li.filmography a {
	background: url(images/aerobic.png) repeat scroll 0%;
}

.clear {
	clear: both;
}