* {
	margin: 0;
	padding: 0;
}

body {
background: #eeebda url(images/bg.jpg) repeat-x top center;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}

img {
	padding: 1px;
	border: 1px solid #989898;
}

a {
text-decoration: none;
color: #7CBF0F;
}

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

#wrap {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#header {
	height: 300px;
	background-image: url(images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;

}
#header-flash {
	float:left;
	height: 230px;
	width: 560px;
	margin-left: 20px;
	margin-top: 50px;
}
#logo {
	background-image:url(images/logo.jpg);
	float:right;
	width: 300px;
	height: 50px;
	margin-top: 50px;
}
#menu {
	color:#989898;
	list-style:none;
	float:right;
	width: 300px;
	height: 200px;
}

#menu li {
list-style: none;
}

#menu li a {
color: #898989;
list-style: none;
background-image:url(images/button_underline.jpg);
background-repeat:no-repeat;
background-position:bottom;
font-weight:bold;
display:block;
padding-top: 2px;
padding-left:50px;
padding-bottom:3px;
}

#menu li a.current {
color: #fcfcfc;
}

#menu li a:hover {
color: #ffffff;
list-style-image: url(images/button_icon.png);
background-image:url(images/button_underline.jpg);
background-repeat:no-repeat;
background-position:bottom;
font-weight:bold;
display:block;
padding-top: 2px;
padding-left:50px;
padding-bottom:3px;
text-decoration:none;
}

#sub-menu {
	color:#040404;
	list-style:none;
	float:right;
	width: 260px;
}

#sub-menu li {
list-style: none;
}

#sub-menu li a {
color: #040404;

font-weight:bold;
display:block;
text-decoration:none;
}

#sub-menu li a:hover {
color: #040404;

background: #e5e5e5;
font-weight:bold;
display:block;
text-decoration:none;
}

#najava {
float:left;
background-color: #e5e5e5;
width: 240px;
padding: 10px;
}

#najava h2{
color: #040404;
}

#content {
	margin-top:10px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

#info {
	width:220px;
	background-image:url(images/info.jpg);
	height:60px;
	margin-left:20px;
}

.right {
float: right;
background-color:#FFFFFF;
width: 260px;
height: 100%;
color: #272727;
text-align: left;
padding: 20px;
}

.right h2 {
font-size: 14px;
color: #7abe37;
padding-bottom: 10px;
}

.right li {
margin-left: 20px;
}

.left {
float: left;
background-color:#FFFFFF;
width: 540px;
height: 100%;
color: #272727;
text-align: left;
padding: 20px;
}

.left h1 {
font-size: 14px;
color: #7abe37;
padding-bottom: 10px;
}

.left ul {
padding-left: 30px;
}

.left h2 {
font-size: 14px;
color: #7abe37;
padding-bottom: 10px;
}

.left h3 {
font-size: 12px;
color: #7abe37;
padding-bottom: 10px;
}

#footer {
background-image: url(images/footer_bg.jpg);
background-repeat: repeat-x;
height: 200px;
}

#footer-content {
width: 900px;
 margin-left:auto;
 margin-top: 0;
  margin-right:auto;
  margin-bottom: 0;
	
}

#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; }