* {
	margin: 0;
	padding: 0;
}
body {
	font-family: verdana, arial, sans-serif;
	font-size: .8em;
	background-color: #171856;
}
h2 {

}
p {
	margin-top: 4px;
	margin-bottom: 16px;
}
h2 img {
	margin: -20px;
	margin-bottom: 10px;
}
#page {
	width: 701px;
	margin: 0 auto;
}
#top {
	background: url('/images/bg_header.gif') repeat-x;
}
#header {
	width: 713px;
	margin: 0 auto;
}
#wrapper {
	background: #171856 url('/images/bg_undernav.gif') repeat-x;
}
#content {
	padding: 20px;
	padding-bottom: 16px;
	background: white url('/images/bg_content.gif') repeat-y;
}
#nav {
	background: url('/images/bg_nav.gif') repeat-x;
	height: 29px;
	text-align: center;
	color: white;
}

#nav ul {
	list-style-type: none;
	padding-top: 6px;
}
#nav ul li {
	display: inline;
	font: 14px verdana, arial, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 4px;
}
#nav ul li:first-child {
	border-left: 0;
}
#nav ul li a {
	color: white;
	text-decoration: none;
}
#nav ul li a:hover {
	text-decoration: underline;
}
#contenttop {
	background: white url('/images/bg_content-top.gif') no-repeat;
	height: 15px;
	width: 713px;
}
#footer {
	background: white url('/images/bg_bottom.gif') no-repeat;
	height: 100%;
	text-align: right;
	padding-right: 38px;
	font-size: 11px;
	margin-left: -1px;
}
#footerwrapper {
	width: 765px;
	margin: 0 auto;
	height: 129px;
}

#footer p {
	padding-top: 60px;
	margin-top: 0px;
	padding-right: 8px;
}
#footer a {
	color: black;
}

.border {
border-style: solid;
border-width: 3px;
border-color: #7d1919;
}

.pg_photos {
	width: 100%;
	text-align: center;
}
.pg_photos a img {
	border: 0;
}