
html, body { 
margin : 0;
padding : 0;
} 
body { font : 73% Arial, "Trebuchet MS", Helvetica, Tahoma, sans-serif;
background : #ccc url(images/bg.jpg) top center repeat-y;
color : #555;
}
.gallery {
margin-top: 30px;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
width: 750px;
text-align: left;
padding: 10px 10px
}
.content {
margin-top: 30px;
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
width: 520px;
text-align: left;
padding: 10px 10px
}
.content-css {
background-color: #ffffff;
margin-left: auto;
margin-right: auto;
width: 500px;
text-align: center;
}
.center {
margin-top:10px;
margin-left:auto;
margin-right:auto;
width: 770px;
text-align: center;
}
.center-menu {
margin-top:30px;
margin-left:auto;
margin-right:auto;
width: 510px;
background-color: #E80202;
text-align: center;
}
ul {
font-family: Arial, Verdana;
font-size: 14px;
margin-left:auto;
margin-right:auto;
padding: 0;
list-style: none;
background-color: #E80202;
}
ul li {
display: block;
position: relative;
float: left;
background-color: #E80202;
text-align: left;
}
li ul { display: none; }
ul li a {
display: block;
text-decoration: none;
color: #ffffff;
border-top: 0px solid #ffffff;
padding: 5px 15px 5px 15px;
background-color: #E80202;
margin-left: 0px;
margin-right: 0px;
white-space: nowrap;
}
ul li a:hover { background: #555555; }
li:hover ul { display: block; position: absolute;
}
li:hover li { float: none;
font-size: 11px;
}
li:hover a { background: #E80202; }
li:hover li a:hover { background: #555555;
}
#footer { 
clear : both;
height : 60px;
padding : 0;
margin-bottom : 0;
margin-top : 40px;
text-align : center;
border-top : 5px solid #E80202;
color : #fff;
background : #000;
} 
#wrap { 
width : 770px;
margin-left : auto;
margin-right : auto;
padding : 0;
border-top : 10px solid #E80202;
color : #555;
}
h3 { 
margin : 0;
padding : 0px 0 0px 0;
border-bottom : 1px solid #aaa;
font : 150% "Trebuchet MS", Helvetica, Arial, Tahoma, sans-serif;
text-transform : uppercase;
letter-spacing : 3px;
color : #E80202;
}
#menu-wrap { 
width : 770px;
margin-left : auto;
margin-right : auto;
margin-bottom : 0;
margin-top : 0;
padding : 0;
background : #E80202;
height : 26px;
}

/*
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; }

