div#topwrap     {
                        width: 100%;
                        background-color: white;
                }

body, html	{
        		background-color: #000000;
			color: #000000;
			margin: 0px;
			padding: 0px;
		}

div#page	{
			width: 840px;
			position: absolute;
			left: 40px;
			top: 8px;
		}

a, a:visited 	{
			text-decoration: none;
			color:	white;
		}

.NavBar a:hover {
        		background-color: #444444;
		}

.NavTop a:hover {
			color: #999999;
		}

div#banner	{
			background-color: white;
			color: black;
			width: 100%;
			height: 50px;
		}

div#topline	{
			background-color: transparent;
			background-image: url(toplinebckgrnd.png);
			background-repeat: repeat-y;
			background-position: top right;
			color: black;
			width: 100%;
			height: 30px;
		}

span#toplinemenu	{
			color: black;
			float: right;
			z-index: 1;
			padding-right: 20px;
			padding-top: 7px;
		}

.toplinea	{
			color: black;
			font-family: Calibri, Verdana, Tahoma, Arial, Helvetica, sans-serif;
			font-size: 14px;
		}

.toplinea:hover	{
			text-decoration: underline;
		}

.toplinea:visited	{
			color: black;
		}

div#closingbar	{
			width: 100%;
			background-color: black;
			color: #CCCCCC;
                        font-family: Calibri, Verdana, Arial, Helvetica, sans-serif;
                        font-size: 14px;
			clear: both;
		}

#closingbar a	{
			color: white;
			text-decoration: none;
		}

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

#closingbar a:visited	{
			color: white;
		}

p.cb		{
			float: right; 
			padding-right: 25px;
		}

div#maincontent	{
			color: black;
			width: 100%;
		}

div#maintext	{
			width: 480px;
			float: right;
			color: black;
		}

#maintext	{
			padding-right: 25px;
			font-family: Calibri, Verdana, Tahoma, FreeSans, "DejaVu Sans", "URW Gothic L", "Nimbus Sans L", Arial, Helvetica, sans-serif;
                        font-size: 14px;
		}

#maintext a	{
			color: black;
		}

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

#maintext a:visited	{
			color: black;
		}

div#wrap	{
			background-color: #828265;
		}

div#pagename	{
			background-color: #E5E4B4;
			color: #6c6c6c;
			float: right;
			width: 690px;
			font-family: Cambria, Georgia, Times, serif;
                        font-size: 20px;
		}

div#navmenu	{
			background-color: #6c6c6c;
                        color: white;
                        font-family: Cambria, Georgia, Times, serif;
                        font-size: 20px;
			float: left;
			width: 150px;
			text-align: center;
		}

#navmenu ul	{
			list-style-type: none;
			background-color: #828265;
			margin: 0;
			padding-top: 20px;
			padding-bottom: 30px;
			padding-left: 0px;
			text-align: left;
			font-family: Cambria, Georgia, "Times New Roman", Times, serif;
			font-size: 17px;
		}

#navmenu li	{
			margin-left: 0;
			padding: 0;
		}

#navmenu a	{
			display: block;
			padding-left: 8px;
		}

#navmenu a:hover	{
			background-color: #444444;
		}
			
li#current	{
			background-color: #CCAA00;
			padding-left: 8px;
		}

input#cuInput	{
			font-size: 14px; 
			width: 480px;
		}

textarea#cuForm	{
			font-size: 14px;
                        width: 480px;
		}

input#cuSend	{
			font-size: 14px;
			font-family: Calibri, Verdana, Tahoma, FreeSans, "DejaVu Sans", "URW Gothic L", "Nimbus Sans L", Arial, Helvetica, sans-serif;
		}

div.folio	{
			background-color: #6c6c6c;
			color: white;
			width:	90%;
			border-color: black;
			border-style: solid;
			border-width: 1px;
			padding-left: 10px;
			margin-bottom: 10px;
			-moz-border-radius: 12px;
		}

div.folio:hover {
			background-color: #ccaa00;
			color: black;
		}

p.designer	{
			color: black;
			font-family: serif;
			font-size: 12px;
			padding-left: 15px;
			font-style: italic;
		}
#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; }
