html { min-height: 100%; margin-bottom: 1px; }

:-moz-any-link:focus, input:focus, button:focus {
  outline: none;
}

#gallery-content {
	clear:both;
	width: 943px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding-top:8px;
}

#gallery-content p { 
	font-size: 11px; 
	font-weight: normal;
}

#gallery-content img { 
	border: solid 1px #fff; 
}

#gallery-content a:link, #gallery-content a:visited { 
	font-size: 10px; 
	font-weight: normal; 
	color: #000;
}

.content2 {
	clear:both;
	width:700px;
	margin:auto;
}

.content2 p {
	font-size:12px;
	color:white;
	text-align:left;
}
.content2 a:link, a:visited {
	color: #fff;
	border-color:#fff;
	text-decoration: none;
}

.content2 img {
	float:left;
	border:1px solid #fff;
	margin-bottom:10px;
	margin-right:10px;
	width:100px;
	height:100px;
}

.content2 hr {
	margin-top:10px;
}

.h-nav {
	background: #3a0e22;
	text-align:center;
}

.h-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.h-nav ul li {
	float: left;
	background: #0b3a06  url("images/greenbut-off.gif") no-repeat top left;
	padding: 0px;
	border-bottom: 1px solid #000;
}

.h-nav ul li a:link, .h-nav ul li a:visited {
	float: left;
	display: block;
	width: 149px;
	padding: 3px 1px 2px 7px;
	color: #fff;
	font-size: 11px;
}

.h-nav ul li a:hover {
	background: #d44e03 url("images/greenbut-glow.png") no-repeat top left;
	color: #fff;
}
.h-nav ul li #current {
	background: #d44e03 url("images/greenbut-on.gif") no-repeat top left;
	color: #fff;
}

a:link, a:visited {
	text-decoration: none;
}

a img {
	border: none;
}

.gallery {
	font-size: 10px
}

.gallery a:link a:visited {
	font-size: 10px
}

#pagetitle {
	border-bottom:solid black 1px;
	top:0px;
	padding:10px 0px 10px 0px ;
	background:#427f8a ;
	margin-top:0px;
}
.g-nav {
	font-size:10px;
	display: block;
	color: #000;
	background: #f36100;
	padding: 3px;
	width: 496px;
	height:202px;
	text-align:center;
	margin:auto;
}
.g-nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.g-nav ul li {
	float: left;
	background: #f36100;
}

.g-nav ul li a:link, .g-nav ul li a:visited {
	float: left;
	display: block;
	width: 124px;
	height:202px;
	color: #fff;
}

.g-nav ul li a:hover {
	background: #2eb2a7;
	color: #fff;
	font-weight:bold;
}
#footer {
	clear: both;
	text-align: center;
	background: #103f3c;
	border-top:solid 1px white;
	padding: 6px 0px 4px 0px;
	height:20px;
	font-size: 10px;
	color:#fff;
	
}