body{
	background: #ccc url('images/body_bg.png') repeat-x;
	font: 70%/1.6em 'Verdana',sans-serif;
	margin: 0px;
	color: #333;
	font-weight: 100%;
}

#wrap{
	margin: 0px auto;
	width: 900px;
	height: 600px;
}
#wrap2{
	margin: 0 auto;
	width: 900px;
	height: 30px;
}

a:link,a:visited,a:active{
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #006400;
}

#head h1.title{
	margin: 0;
	padding: 80px 0 0 20px;
	color: #fff;	
}
#head ul.navbar{
	font-size: 10px;
	margin: 0px;
	padding: 0px 0px 0px 30px;
}
#head ul.navbar li{
	float: left;
	list-style-type: square;
	text-decoration: none;
}

#head ul.navbar li a{
	display: block;
	padding: 18px 0 0 0;
	margin: 0 30px 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
#head #title_box{
	display: block;
	position: relative;
	top: 140px;
	left: 200px;
	width: 100px;
	border: #c00 1px solid;
}

#main{
	background: url('images/main_bg.png') left repeat-y;
	margin: 0px auto;
	width: 900px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

#content{
	margin: 0px 10px 10px 10px;
	overflow: hidden;
	background-position: 48% 0%;
}
#content h2{
	font-size: 10px;
	color: #228B22;
	margin: 20px 0 0 0;
	line-height: 20px;
	background: url('images/content_h2.png') top left no-repeat;
	padding: 0px 0 0 15px;

}

#footer{
	clear: both;
	background: url('images/bot_bg.png') left no-repeat;
	height: 39px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	color: #999;
}
#footer p{
	margin: 0;
	padding: 5px 0 0 0;
}

#content div.box{
	width: 660px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-weight:100;
}
#content div.box2{
	width: 185px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-style:normal;
	font-weight:100;
}


#news ul{
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
}
#news li{
	padding: 2px 0;
}

#apDiv1 {
	position: absolute;
	width: 310px;
	height: 20px;
	z-index: 1;
	left: 786px;
	top: 537px;
}
#content div.box3{
	width: 200px;
	height: 600px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
}


#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:galeria/images/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(galeria/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(galeria/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; }

