* {
    padding: 0;
    margin: 0;
} 

body {
background: #fff ;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
color: #333333;
text-align:center;
}


img { 
border: none; 
}
a { 
color: #c1c1c1; text-decoration: none; 
}
a:hover { 
text-decoration: underline; 
color : #000; 
}

#menu #link a { 
text-decoration: none; 
color : #c1c1c1; 
}




#website {
	position:relative;
	width: 860px;
	margin: 0px auto;
	left: 0px;
	top: 40px;
	
}

#header {
	
height: 40px;
}

#header h1 {
padding: 0 0 0 20px;
font-size: 20px;
letter-spacing: -2px;
}
#header h1 a {
color: #33BFEB;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #000;
}
#header h2 {
padding-left: 21px;
font-size: 14px;
color: #666;
font-weight: 100;
}

#top {
background: #fff no-repeat;
padding: 5px 0;
}

#menu {
height: 50px;
line-height: 50px;
background: #33BFEB url(images/menu2.gif) repeat-x;
font-size: 12px;
}
#menu ul {
padding-left: 20px;
list-style-type: none;
}
#menu ul li {
display: block;
float: left;
}
#menu ul li a {
color: #fff;
padding: 0 10px;
text-decoration: none;
font-weight: 600;
}
#menu ul li a:hover {
color: #c1c1c1;
text-decoration: none;
}

#menu ul li a:active {
color: #000;
text-decoration: none;
}


#content {
padding: 10px 20px;
background: #eceded repeat-y;
}
.right {
float: left;
width: 480px;
text-align: justify;
padding: 0 20px 10px 20px;
}
.right h2 {
color: #9b003a;
font-size: 22px;
letter-spacing: -1px;
font-weight: 100;
padding : 10px 0 15px 0;

}
.right h2 a {

}
.right h2 a:hover {

}

.left {
	text-align:left;
	position:absolute;
	font-size:11px;
	float: left;
	width: 300px;
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	left: 542px;
	top: 265px;
}

.left h2 {
font-size: 12px;
color: #333;
padding: 5px 0 2px 0px;
}
.left ul {
list-style-type: none;
padding: 5px 0 10px 5px;
}
.left ul li {
padding: 2px 20px;

}

.left ul li a {
display: block;
color: #000;
}
.left ul li a:hover {
color: #c1c1c1;
}

#bottom {
background: #fff no-repeat;
padding: 10px 0;
}

#footer {
background: url(images/footer.gif) repeat-x;
height:50px;
text-align:center;
color:#fff;
font-size:10px;
}
#footer  a { color: #666; }




#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(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/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; }

