html, body{
		background:#0f0f0f none repeat scroll 0 0;
		color:#0f0f0f;
		text-align: left; 
	  font-size: 11px; 
		font-family: Tahoma, Arial, Helvetica, Comic Sans MS, sans-serif;
		text-align:justify; 
		margin: 0;
		padding: 0;
	}

img{
		border: 0px;
	}
h1{
    background:#333333 none repeat scroll 0 0;
    color:#FFF;
    font-size:16px;
    text-align:center;
	}	
h2{
		font-size:16px;
	}

h3{
		margin:0px;
		font-size:13px;
		color: #000000;
		text-decoration: underline;
	}
h4{
		text-align:center;
		font-size:16px;
		color: #000000;
	}
h5{
    background:#FF6600 none repeat scroll 0 0;
    color:#FFFFFF;
    font-size:12px;
    text-align:center;
  }
h6{
    background:#808080 none repeat scroll 0 0;
    color:#FFF;
    font-size:16px;
    text-align:center;
  }
a{
		color:#ff6600;
	}
a:hover{
		text-decoration:none;
	}

	

	

#center{
		margin:auto;
		overflow:auto;
		width:534px;
	}

.space{
		height:50px;
	}



#header{
		overflow:auto;
		width:534px;
		height:78px;
		background:transparent url(../images/img1.gif) no-repeat;
	}

#header div{
		font-size: 32px;
		color:#000;
		margin: 23px 0 0 30px;
		vertical-align:beseline;
	}



	

	

/* Menu */



#menu {
		width: 514px;
		height: 30px;
		margin: 0 auto;
		padding: 0 10px;
		background: url(../images/img3.gif);
	}



#menu ul {
		width: 514px;
		height: 30px;
		margin: 0;
		padding: 0;
		background: #333333;
		list-style: none;
	}



#menu li {
		display: inline;
	}



#menu a {
	display: block;
	float: left;
	padding: 10px 28px 5px 28px;
	border-left: 1px solid #FF6600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}



#menu a:hover {
	background: #CCCCCC;
	color: #000000;
}



#menu .first a {
	border: none;
}

	

#content{
	overflow:auto;
	width:534px;
	background:#fff url(../images/img3.gif) repeat-y;
}

#boxLeft{
		width:310px;
		float:left;
	}

#boxLeft div{
		margin:10px 0 0 20px;
	}

#boxRight{
		width:190px;
		margin:10px 0 0 10px;
		float:left;
		background:#ebebeb
	}

#boxRight div{
		margin:10px 10px 0 10px;
	}
#boxGeneral{
		margin:10px 0 0 25px;
		width:485px;
	}

	



#footer{
		width:534px;
		height:30px;
		background:transparent url(../images/img4.gif) no-repeat;
	}



#sign{
		color:#2B2B2B;
		text-align:center;
		margin-top:5px;
	}

.linkSign{
		color:#666;
	}

	

	

.imgCenter{
		text-align:center;
	}
.img1{
    border: solid 2px #ff6600;
		float:left;
		margin:3px 15px 0 0;
	}
.img2{
    border: solid 6px #ff6600;
		float:left;
		margin:10px 15px 0 0;
	}
.img3{
    border: solid 2px #ff6600;
		float:center;
		margin:10px 0px 0 0;
	}	
.style2 {
		color: #000;
	}
.orange{
		background-color:#ff9900;
		color:#fff;
	}
.orangeTxt{
	color:#ff6600;
}
.orangeTxtSmall{
	color:#ff6600;
	font-size:10px;
}
.blackTxt{
  color:#000000;
	font-size:14px;
	background:#ebebeb none repeat scroll 0 0;
}

/********************** Gallery *******************************/

#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: #fff7d2; 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: #fff7d2; 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; }