body
		{
			margin: 0;
			padding: 0;
			background-color: #000;
			 font-family: "verdana", times new roman, serif; color: #fff; 
			 text-align:center;
		}
		
		#container
		{
			margin:0px auto;
	text-align:left;
			background-color: #000;
			width: 800px;

		}
		
		#banner
		{
			background-color: #000;
			padding: 20px;
		}
		
	
		#nav, #news
		{
			float: right;
			width: 250px;
			margin-left: 0;
			padding-top: 1em;
			background-color: #000;
		}
		
		#nav_content { 			
		float: right;
			width: 250px;
			padding-top: 65px;
			background-color: #000;
			margin-left: 0;}
		
	
		#content
		{
			padding-top: 1em;
			margin: 0  0 0 2em;
			background-color: #000;
			color:#fff;
		}
		
	
		#footer
		{
			clear: both;
			background-color: #000;
			padding: 0;
			margin: 0;
			text-align: left;
			width: 450px;
		}
		
/*TEXT*/
#content  h2 { margin: 0 0 10px 0; padding: 0; font-size: 15px; }
#content p { margin: 0; padding: 0; font-size: 12px; }
#bio p { margin: 0 0 5px 0; padding: 0; }
#bio h2 { color: #666; font-weight:bold; margin: 10px 0 10px 0; }

#footer p { margin-left: 15px; font-size: 10px; color: #666; padding: 5px 0 0 16px;}

#news { width: 240px;}	
#news h2 { font-size: 15px; margin: 5px 0 5px 0; color:#666; }
#news p { font-size: 12px; margin: 0 0 5px 0; color:#fff; }
#news h3 { font-size: 10px; margin-top: 1px; color:#999; }

.newslett p { margin-left: 10px; font-size: 85%; margin-bottom: 0;}


		
/*MAIN MENU*/

#menu {
	width:235px;
	margin:0;
	}

#menu ul 	{
width: 235px;
height: 165px;
background: url(/gfx/nav.png) no-repeat;
margin:0;
padding: 0;
position:relative;
}

#menu ul li {margin: 0 0 5px 0;padding: 0;list-style: none;position:absolute;}
#menu ul li, #nav ul a {height: 33px;display: block;}

#menu ul li a {text-indent: -9999px; text-decoration: none;width: 155px;}

#nav1 {top: 0;}
#nav2 {top: 39px;}
#nav3 {top: 76px;}
#nav4 {top: 115px;}


#nav1 a:hover {background: transparent url(/gfx/nav.png) -232px 0 no-repeat;}
#nav2 a:hover {background: transparent url(/gfx/nav.png) -232px -39px no-repeat;}
#nav3 a:hover {background: transparent url(/gfx/nav.png) -232px -76px no-repeat;}
#nav4 a:hover {background: transparent url(/gfx/nav.png) -232px -115px no-repeat;}

/* UBERLINKS */
body#news a#newsnav {background: transparent url(/gfx/nav.png) -112px 0px no-repeat;}
body#shop a#shopnav {background: transparent url(/gfx/nav.png) -112px -25px no-repeat;}
body#gallery a#gallerynav{background: transparent url(/gfx/nav.png) -112px -50px no-repeat;}
body#aboutus a#aboutusnav {background: transparent url(/gfx/nav.png) -112px -76px no-repeat;}
body#contact a#contactnav {background: transparent url(/gfx/nav.png) -112px -99px no-repeat;}


/* Links */
#content a:link, #content a:visited
{
	color: #666;
	text-decoration: none;
}
#content a:hover, #content a:active
{
	color: #999;
}

#news a:link, #news a:visited
{
	color: #999;
	text-decoration: none;
}
#news a:hover,  #news a:active
{
	color: #666;
}



/*IMAGES and BODY TEXT*/
#content img {border: 1px solid #666; padding: 20px;  }
#images img {border: 1px solid #666; padding: 5px;}
#images, #body_text { width: 485px; }
#body_text { border-top: 1px solid #666; border-bottom: 1px solid #666; padding: 15px 0 18px 0; margin: 0; }
#body_text img { padding: 5px; margin: 10px 0 10px 0; border: 1px solid #666; }

/*NEWS*/
.news_item { margin-bottom: 10px;  }

/*LIGHTBOX*/

#lightbox{
	position: absolute;
	top: 40px;
	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/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/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/images/nextlabel.gif) right 15% no-repeat; }


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

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	




/*BITS*/
.toggleopacity img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=120); -moz-opacity: 1.2; }
.toggleopacity:hover img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); -moz-opacity: 0.7; }

/*CONTACT FORM STYLING*/
#newslett { margin: 0; padding: 15px 0 18px 0; width: 60%; border-top: 1px solid #666; border-bottom: 1px solid #666; background-color: #000;}
#newslett  p {margin-bottom: 1px;}
form {margin: 0; padding: 0;}
input {	margin: 0 0 8px 0; padding: 2px; background: #fff; border: 1px #333 solid; font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif; font-size: 85%;  color: #666; }
textarea { margin: 0; padding: 2px; background: #fff; border: 1px #333 solid; font-family: Verdana, Arial, Helvetica, SunSans-Regular, Sans-Serif; font-size: 85%;  color: #666;  }
input.button { margin: 0; padding: 0;     background-color: #ccc;  font-size: x-small;  font-family: Verdana, Arial, Helvetica, sans-serif; border: solid 1px #666; cursor: pointer; font-weight:bold; }
#text { margin: 15px 0 0 0; padding: 0; }



/*LINKS*/
#text a, #small_text a { 
color: #ccc;
font-weight: bold;
font-size: 11px;
background-color:transparent;
text-decoration: none; 
padding: 10px;
}

#text a:hover, #small_text a:hover {text-decoration: underline;}

#footer a { 
color: #666;
text-decoration: none; 
}

#footer a:hover {text-decoration: underline;}



/*TITLES*/
#header_news {
width: 89px;
height: 33px;
background-image: url(/gfx/headers/news.gif);
margin:-20px 0 10px 0;
}
#header_news span {
display: none;
}

#header_bio {
width: 175px;
height: 40px;
background-image: url(/gfx/headers/biography.gif);
margin:-20px 0 10px 0;
}
#header_bio span {
display: none;
}

#header_images {
width: 111px;
height: 38px;
background-image: url(/gfx/headers/images.gif);
margin:-20px 0 10px 0;
}
#header_images span {
display: none;
}

#header_contact {
width: 157px;
height: 39px;
background-image: url(/gfx/headers/contact.gif);
margin:-20px 0 10px 0;
}
#header_contact span {
display: none;
}


.video { margin: 10px 0 5px 2px; background-color:#333; padding: 5px; width: 320px;   }
.video p { margin-bottom:0; }

#small_text {margin-bottom: 20px; width:330px;}
#small_text p  { font-size: 70%; color:#333; text-align: right; }

#video_wrapper { width: 405px; }

#video_wrapper img { margin:10px 0 0 0; padding: 0; float: right; border:0; }
