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

:-moz-any-link:focus, input:focus, button:focus {
  outline: none;
}
body  {
	margin: 0; 
	padding: 0; 
	background: #2a5c5f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin: 40px 0px 10px 0px;
	font-weight: bold;
	font-family: verdana, arial;
}

h2 {
	font-size:13px;
	font-weight:bold;
}


#container {
	width: 803px;
	background:  url("graphics/pa-edge.gif") repeat-y center;
	margin: 0 auto;
	position: relative;
}

#wrapper {
	background-color: #103b3f; 
	width: 780px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-left: 10px;
}

#masthead {
	background: #fff url("../images/orangeline2.gif") repeat-x top left;
	height: 112px;
	top: 0px;
	text-align: right;
	border-top:1px solid #d04a03;
}

#masthead img {
	float: left;
	padding-left: 10px;
	padding-top: 12px;
}

#masthead h2 {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	margin:20px 20px 0px 0px;
	line-height:22px;
}

a img {
	border:0;
}
.infil {
	background:#122d3b;
	text-align:center;
	color:#fff;
}

#gallery-content {
	clear:both;
	width: 780px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding-top:20px;
	border-top:1px solid #fff;
}

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

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

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

#description {
	clear:both;
	width:620px;
	margin: 5px 80px 20px 80px;
}

#description p {
	font-size:11px;
	color:#fff;
}

#description img {
	float:left;
	margin-bottom:10px;
	margin-right:10px;
}

.h-nav {
	width: 780px;
	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 #fff;
}

.h-nav ul li a:link, .h-nav ul li a:visited {
	float: left;
	display: block;
	width: 148px;
	padding: 3px 0px 3px 8px;
	color: #fff;
	font-size: 10px;
}

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

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

a img {
	border: none;
}

.inner img {
	margin: 3px 18px 5px 0px; 
	border: 1px solid #000;
	height: 40px;
	width: 40px;
}

* html .inner {display:inline}/* for ie*/
/* html>body #picturemenu {display:table}/*for mozilla */
html>body .inner {display:table;float:left}/*for mozilla */

#picturemenu {
	margin:20px 0px 0px 36px;
	padding-left:3px;
	clear:both;
}

#picturecontainer {
	position:relative;
	clear:both;
	margin:auto;
	width: 712px;
	padding-top:10px;
	overflow: hidden;
}
#picturecontainer img {
	border:none;
}

#footer {
	clear: both;
	text-align: center;
	background: #103f3c url('graphics/bottom-edge.gif') no-repeat top;
	padding: 6px 0px 4px 0px;
	height:30px;
	font-size: 10px;
	color:#fff;
	margin:1px 0px 0px 0px;
	
}
