* {
    margin: 0;
    padding: 0;
}

body {
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
line-height: 17px;
color: #222;
}

a {
text-decoration: underline;
color: #CC6600;
}
a:hover {
text-decoration: underline;
color: #111;
}

hr {
	color:#663300;
	background-color:#663300;
	height: 1px;
	border-width:0px;
}

#wrap {
margin: 0 auto;
width: 1000px;
}

#header {
height: 200px;
text-align: right;
border: 0px;
}
#header h1 { 
font-size: 25px;
letter-spacing: -1px;
padding: 120px 40px 0 0;
color: #fff;
}
#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;
padding: 3px 40px 0 0;
letter-spacing: -1px;
font-weight: 100;
}

#content {
padding: 0 0px;
background: #fff;
}

.top {
float: none;
text-align: center;
background: #fff;
}



.left {
float: left;
width: 300px;
padding-top:10px;
}

.main {
float: left;
width: 460px;
padding-top:10px;
padding-left:20px;
padding-right:20px;
background: #fff;
}

.left h2 {
margin: 10px 0 0 0;
padding-left: 0px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.left ul {
padding: 10px 0 15px 20px;
color: #FD9A01;
list-style-type: none;
}
.left ul li a {
text-decoration: none;
font-weight: 600;
}
.left ul li a:hover {

}

.right {
float: left;
width: 189px;
border-left:1px solid #663300;
padding-left: 10px;
text-align: left;
background: #fff;
}
.right h2 {
font-size: 18px;
font-weight: 100;
padding-top:6px;
line-height: 30px;
}
.right h2 a {
text-decoration: none;

}
.right h2 a:hover {

}
.menu {
float: none;
width: 1000px;

}
.menu h2 {
margin: 10px 0 0 0;
padding-left: 10px;
height: 26px;
line-height: 26px;
color: #000;
font-size: 13px;
}
.menu ul {
padding: 10px 0 15px 20px;
color: #FD9A01;
list-style-type: none;
}
.menu ul li a {
text-decoration: none;
font-weight: 600;
}
.menu ul li a:hover {

}
.articles { padding: 10px; }

#footer {
clear: both;
height: 40px;
padding-top: 20px;
text-align: center;
font-size: 11px;
color: #fff;
background: url(nizz.png)  repeat;
}
#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; }
