html, body {margin: 0; padding: 0; font-size: 100%; }
#topnav {
	width: 762; 	/* False value for IE4-5.x/Win. */
 	voice-family: "\"}\""; 
  	voice-family:inherit;
	width: 760px;	/* You get it. Good value for compliant browers. */	
	}
	
html>#topnav {
	width: 760px;	 /* Be nice to Opera */
	}
	
#topnav ul {
	list-style: none;
	padding: 0;
	margin: 12px;
	text-align: center;
	line-height: 1.2em;
    white-space:nowrap;
	}
	
#topnav ul li {
  	margin:0;
	padding:0;
	display: inline;
  	position: relative; /*** IE6 needs this to display the links ***/
	}

#topnav ul li a.first {
	margin-left: 0; 
	list-style: none; }

#topnav ul li a.last {
	border: none; }

#topnav ul li a   { color: #fff; font-size: 12px; font-family: Verdana; text-decoration: none; background: #5f79a3; white-space: nowrap; display: block; margin: 6px 0; padding: 2px; width: 100px; float: left; border-style: solid; border-width: 0 1px 0 0; border-color: #fff }
	
#topnav ul li a:hover {
	color: #fff;
	background: #000066;}
	
#navclear {
  	display: block;
	clear: both; }
	
#GalleryPageLinks {
	margin-right: auto;
	text-align:center;
	margin-left: auto;
}

