/***original code from http://www.tankedup-imaging.com***/
html {height: 100%; margin-bottom: .01em; }
a {color: #9DC1D9;}
body {
	background-color: #000000;   /*#3A5D73;*/
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 83%;
	margin: 0px;
	padding: 0px;
	background-image: url('images/backgroundb&w.jpg');
}
#wrapper {
	width: 930px;
	margin: auto;
}

#divHeader {
	width: 920px;
	height: 140px;
	border: 5px solid #1c1c1c; 
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#colMain {
	background-image: url('images/backgroundtransparent2.png');
	height: 495px;
	width: 930px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/******* Navigation *******/
#Navigation {
	padding-bottom: 1px;
	/*border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #00000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #00000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00000;
	*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 930px;
	height: 20px;
	background-color: #606060;
	background-image: url('images/backgroundnav.jpg');
}

#Navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#Navigation li {display: block;}

#Navigation a  {
  color: #FFFFFF;
	display: inline;
	text-decoration: none;
	font-size: 14px;
	/*background-color: #272727; /*#32556B; /*button color*/
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #252525;/*#32556B;*/
	height: 15px;
	padding-top: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 60px;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #272727;/*#32556B;*/
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	/*background-image: url('images/backgroundnav2.jpg');*/
	background-repeat: no-repeat;
	background-position: left;
	position:static;
}

#Navigation a:hover,  #Navigation a.current {
	/*background-color: #272727; /*#365D7A; /*active button color 
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #fffff;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #fffff;*/
	color: #e2b902; /*#ffcc66;*/
}

/******* Footer *******/	
#footer {
	font-weight: 600;
	height: 34px;
	width: 926px;
	clear: both;
	/*border: 2px solid #252525;*/
	color: #000000;
	text-align: center;
	padding-top: 0px;
	padding-left: 0px;
	/*background-color: #252525;*/
}

	
/* ---------- gallery container ---------- */
.gallery {
position:relative;
width:624px;
margin:1em auto;
}

/* ---------- opacity ---------- */ 
.gallery a img {opacity:0.6; filter:alpha(opacity=60); -moz-opacity:0.75; -khtml-opacity:0.6;}
.gallery a:visited img {opacity:0.6; filter:alpha(opacity=60); -moz-opacity:0.60; -khtml-opacity:0.6;}
.gallery a:hover img {opacity:1; filter:alpha(opacity=100); -moz-opacity:1.0; -khtml-opacity:1.0;}

/* ---------- thumbnail images ---------- */
.thumb, .no-thumb {
float:left;
width:149px;
height:96px;
margin:3px;
}

.thumb {border:0px solid #000;}
.no-thumb {border:0px solid #3A5D73;} /* border same color as background */
.thumb a img {display:block;}
.thumb a span {display:none;}
.thumb a:hover, .thumb a:active, .thumb a:focus {background:transparent;}

.allpara {
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 1px;
	color: #F3F2F2;
	margin: 0px;
	font-size: 1em;
}

/* ---------- preview image ---------- */
.gallery a:hover span {
display:block;
position:absolute;
width:300px;
height:196px;
top: 107px;
left:159px;
border:1px solid #000;
}

/* ---------- preview image text block ---------- */
.thumb em {
position:absolute;
width:250px;
top:176px;
left:25px;
-moz-border-radius:12px;
background: #000000;/*#ab5;*/
color: #FFFFFF; /*#036;*/
font: italics 12px/20px verdana;
text-align:center;
opacity:0.8;
filter:alpha(opacity=80);
-moz-opacity:0.80;
-khtml-opacity:0.8;
}
.thumb a {text-decoration: none;}

/* ---------- no border on images ---------- */
a img {border:0;}

h2 {
	color: #ffcc66; /*#9CDF18;*/
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	text-align:center;
}

/* ---------- clear floats ----------*/  
.clear {
height:0;
line-height:0px;
font-size:0;
clear:both;
}