body {	
	width: 755;
	margin:0px; 
	padding:0px; 
	font: .9em "Lucida Grande", helvetica, ariel, sans-serif;
	text-align:center; 
	background-color: #858C9A;
}

.hide {
	display: none;
}
/* Topnav buttons: general */

#logo {
	margin: 2em 0;
	padding: 0;
	border: 0;
	height: 83px;
	width: 500px;
	background: transparent url(images/logo3.gif) top left no-repeat;
}

#header {
	margin: 1em 0 0 2em;
	text-align: center; 	
	}

/* Menu */

#menu { 
	margin: 0 auto; 
	text-align: center; 
	width: 26em;
}
#menu.home { 
	margin: 0 auto; 
	text-align: center; 
	width: 17.5em;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 5px auto;
}

#menu li {
	display: inline;
}

#menu li a
{
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #444;
	text-align: center;
	text-decoration: none;
	background: transparent;
	float: left;
	width: 7em;
	display: block;
}

#menu a:link, #menu a:visited {
	color: #333;
}

#menu a:hover, #menu a:active {
	color: #FFF;
}
#menu.gal ul {
	margin: 20px auto;
}


/* Small logo header */

#smalllogo {
	margin: 0 auto;
	padding: 0;
	border: 0;
	height: 54px;
	width: 325px;
	background: transparent url(images/logosm.gif) top left no-repeat;
}

/* index page styles */

#painting {
	clear: both; 
	padding: 20px 0 0 0;
}
#news { 
	font-family: "Lucida Grande", verdana, helvetica, arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-align: center;
	background: transparent;
	margin-bottom: 2em;
}
/* footer styles */
#footer p {
	clear: both;
}

/* gallery page styles */
#gallery {
	width: 800px; 
	clear: both;
	margin: 2em auto;
	margin-right: auto;
}

#gallery a {
	border: 0px;
	}

#gallery img {
	margin: 1em; 
}


.copy {
	color: #CCC;
	/* more specific to override imported rule */
	font-size: xx-small;      
	/* false value for WinIE4/5 */
	voice-family: "\"}\"";   
	/* trick WinIE4/5 into thinking rule is over */
	voice-family: inherit;   
	/* recover from trick */
	font-size: x-small;
	/* intended value for better browsers */
}
	html>body p.copy {
	font-size: x-small;
	/* be nice to Opera */
	text-align: center;
}

.copy a {
	color: #FFF;
	text-decoration: none;
}

/* Contact page styles */
#text {
	width: 100%; 
	clear: both;
	padding: 20px 0 10px 0;
	text-align: justify;
	color: black;
}
#text p {
	width: 400px;
	margin: .7em auto;
}

/* Lightbox styles */

#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-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-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: #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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }



/* here follows the brillant "no-extra-markup" clearing method devised by Tony Aslett - www.csscreator.com */
/* simply add the clearfix class to any containter that must enclose floated elements */
/* read the details of how and why this works at http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {display: inline-block;}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* end of "no-extra-markup" clearing method */