body {
 margin:0;
 padding:0;
 font-family: Verdana, "Geneva CE", lucida, sans-serif;
 background: #CCC url("images/bg.png");
}

p {
 margin:0;
 padding:0;
}

.flleft {
 float:left;
}

.flright {
 float:right;
}

.clear {
 clear:both;
}

.centrovat {
 text-align:center;
}

.hidden {
 display:none;
}

#envel {
 width:900px;
 margin:0 auto 0 auto;
 border:#666 1px solid;
}

#title {
 height:265px;
}

#title p {
 position:absolute;
 width:900px;
 text-align:right;
 margin-top:6px;
 color:#fb0;
 font-weight:bold;
}

#title img {
 border:none;
}

#mmenu {
 background:#931 url("images/mmenubg.jpg") top no-repeat;
 text-align:center;
 height:30px;
}

#mmenu a {
 position:relative;
 top:5px;
 color:#fb0;
 text-decoration:none;
 font-weight:bold;
 padding: 0 15px;
 margin:6px 65px;
}

#mmenu a:hover {
 color:#FD6;
}

#mmenu a.active {
 color:#FFE;
}

#mainblock {
 position:relative;
 width:900px;
 float:left;
 background:#ccc url("images/mainbg.jpg") left repeat-y;

}


#maintext {
 text-align:left;
 padding-right:20px;
}

#maintext h1 {
 position:relative;
 left:20px;
 color:#701;
 font-size:1.5em;
 font-weight:normal;
}

#maintext h2 {
 position:relative;
 width:540px;
 left:35px;
 color:#701;
 font-size:1.1em;
 font-weight:normal;
}

#maintext h3 {
 position:relative;
 left:50px;
 color:#801;
 font-size:1em;
 font-weight:normal;
}

#maintext p {
 position:relative;
 left:50px;
 margin-bottom:8px;
 color:#222;
 font-size:0.8em;
}

#maintext p.smalltext {
 font-size:0.6em;
}

#maintext li {
 position:relative;
 width:520px;
 left:30px;
 color:#222;
 font-size:0.8em;
 list-style-image:url("images/listpoint.png");
 list-style-position:outside;
}

#maintext a {
 color:#701;
}

#maintext img {
 border:none;
 padding:0;
 margin:5px;
}

#maintext table {
 position:relative;
 left:60px;
 width:400px;
 font-size:0.8em;
 margin-bottom:10px;
}

#photobox {
 float:right;
 text-align:right;
 width:300px;
}

#foot {
 clear:both;
 background: #931 url("images/footbg.png") top repeat-x;
 height:30px;

}

#foot p {
 padding-top:10px;
 font-size:8px;
 text-align:right;
}

#foot a {
 color:#fff;
 text-decoration:none;
 font-weight:bold;
}




/* ----------- LIGHTBOX ---------------------*/

#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; }

