* {
	margin: 0;
	padding: 0;
}

body {
background: #000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #222;
padding:10px;

}

a {
text-decoration: none;
color: #FD9A01;
}
a:hover {
text-decoration: underline;
color: #111;
}

#wrap {
width: 900px;

}

#header {
margin-top:55px;
margin-bottom:5px;
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:;


}
#header h3 {color: #FD9A01;}

#content {
width:900px;
color:#FFF;
margin-left:5px;
}
#content img {

padding:20px;
margin-left:150px;

}

.right {
float: left;
text-align: justify;
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 {

}
.right img {

}
.menu{
padding: 0;
width: 100%;

}

.menu ul{
margin:0;
margin-left: 3px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style-type: none;
}

.menu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.menu a{
float: left;
color: #FD9A01;
font-size:13px;
font-family:"Verdana", Geneva, sans-serif;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 5px 9px 7px; /*Padding within each menu item*/

}


.menu a:hover{
background-color: #FD9A01; /*orange color theme*/
padding-top: 5px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color:#000;

}

.menu .current a{ /** currently selected menu item **/
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/

}
.menu ul li a {
text-decoration: none;
font-weight: 600;
line-height: 40px;
}
.menu ul li a:hover {
	color: #444;


}
.menu2 {
float: left;
width: 140px;
padding-left:20px;
margin-top:20px;

}
.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 { width:600px; margin-left:100px;}
.articles2 p {color:#fff;}
.articles2 h2 {color:#fff;}
.articles p {color:#fff;}
.articles3 {width:500px;}
#bottom {
background-color: #000;
padding: 10px;


}
#footer {
text-align: center;
font-size: 11px;
color: #fff;
height: 65px;
background-image:url(images/btttom.jpg);
background-repeat:no-repeat;
width:900px;
}
#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; }

