* {
	margin: 0;
	padding: 0;
}

body {
background: #000;

font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
}

a {
text-decoration: none;
color: #FD9A01;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
margin: 0 auto;
width:1000px;
}

#header {
margin-top:24px;
margin-bottom:5px;

height: 150px;
width:1000px;
background-image:url(images/logo.jpg);
background-repeat:no-repeat;
text-align: right;
}
#header h1 { 
font-size: 25px;
line-height:25px;
letter-spacing: -1px;
padding: 10px 40px 0 0;
color: #fff;
padding-top:100px;

}
#header h1 a { 
color: #fff;
text-decoration: none;
font-weight: 100;
letter-spacing: -2px;

}
#header h1 a:hover {
color: #111;
}
#header h2 {
font-size: 18px;
color: #fff;

line-height:25px;
font-weight: 100;
float:right;


}

#content {
width:1000px;
color:#FFF;
}
#content img {
float:right;
padding-left:20px;

}

.right {
float: left;
width: 800px;
text-align: justify;
padding-bottom:20px;
border-bottom:thin #222;

}
.right h2 {
font-size: 18px;
font-weight: 100;

height: 26px;
line-height: 26px;
}
.right h2 a {
text-decoration: none;

}
.right h2 a:hover {

}

.menu {
float: right;
width: 175px;
padding-left:20px;

}
.menu h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 40px;
line-height: 26px;
color: #222;
font-size: 13px;
}
.menu ul {
padding: 10px 5px 5px 0px;

color: #FD9A01;
font-size:32px;
line-height: 34px;
font-family:"Verdana", Geneva, sans-serif;
list-style-type: none;

}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {
	color: #444;

}
.menu2 {
float: right;
width: 140px;
padding-left:20px;
margin-top:85px;

}
.menu2 h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 40px;
line-height: 26px;
color: #222;
font-size: 13px;
}
.menu2 ul {
padding: 10px 5px 5px 0px;
color: #000;
font-size:25px;
line-height: 28px;
font-family:"Verdana", Geneva, sans-serif;
list-style-type: none;
}
.menu2 ul li a {
text-decoration: none;
font-weight: 600;
}
.menu2 ul li a:hover {

}
.articles {  }
.articles2 { margin-left: 105px; padding:20px; letter-spacing: .15em; width: 550px;}
.articles p {}

#bottom {
background-color: #000;
background-image:url(images/btttom.jpg);
background-repeat:no-repeat;
height:200px;
padding: 10px;
padding-right:95px;

}


#footer {
text-align: center;
font-size: 11px;
color: #fff;
padding: 10px;
}
#footer a { color: #fff; }
#footer a:hover { color: #111; }

#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; }
