html {
	margin:0;
	padding:0;
	overflow-y: scroll;
}
body {
	margin:0;
	padding:0;
	background:#000;
}
body, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
img {
	border:none;
	-ms-interpolation-mode: bicubic;
}
a:link, a:hover, a:active, a:visited {
	color:#4E8032;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
h1, h2, h3 {
	margin:0;
	padding:0;
}
h1 {
	font-size:22px;
	padding:8px 0;
}
h2 {
	font-size:17px;
	padding:4px 0;
}
h3 {
	font-size:15px;
	padding:2px 0;
}

#full-page {
	width:860px;
	margin:0 auto;
}
#page-logo {
	height:121px;
	background:url(../images/bg-logo.gif) repeat-x;
	position:relative;
}
#page-logo .logo {
	position:absolute;
	left:10px;
	top:10px;
}
#page-menu {
	border:1px solid #121212;
	border-width:1px 0;
	height:47px;
}
#page-menu ul {
	margin:0;
	padding:0;
	list-style:none;
	height:47px;
	background:url(../images/bg-menu.gif) repeat-x;
	border-left:1px solid #343535;
}
#page-menu li {
	margin:0;
	padding:0;
	float:left;
	height:47px;
	border-right:1px solid #343535;
}
#page-menu a {
	display:block;
	height:47px;
	line-height:47px;
	padding:0 28px;
	border-right:1px solid #121212;
	color:#999999;
	font-weight:bold;
	text-decoration:none;
}
#page-menu a:hover {
	background:url(../images/bg-menu-hover.gif) repeat-x;
	text-decoration:none;
}
#page-head {
	position:relative;
	height:238px;
	background:url(../images/bg-head.gif) repeat-x;
	border-top:1px solid #609143;
	border-bottom:1px solid #fff;
}
#page-head .photo {
	position:absolute;
	margin:0;
	padding:0;
	left:20px;
	top:20px;
	width:474px;
	height:184px;
	background:url(../images/splash.jpg);
	border:7px solid #759D5F;
}
#page-head .caption {
	position:absolute;
	right:20px;
	top:30px;
	width:300px;
	height:184px;
	color:#E9F0E6;
}
.caption ul {
	margin:5px 0;
	padding:0;
	padding-left:22px;
	line-height:22px;
	font-weight:bold;
}

#page-body .top {
	height:23px;
	background:url(../images/bg-twocol-t.gif);
}
#page-body .mid {
	background:url(../images/bg-twocol-m.gif) repeat-y;
}
#page-body .bot {
	height:26px;
	background:url(../images/bg-twocol-b.gif);
}
#page-body .title, #page-body h1 {
	height:44px;
	padding:0 12px;
	line-height:44px;
	background:url(../images/bg-title.gif) repeat-x;
	border-bottom:1px solid #fff;
	color:#777777;
	font-size:22px;
	font-weight:bold;
}
#page-body .content {
	background:url(../images/bg-content.gif) top left repeat-x;
	padding:1px;
}

#page-foot .mid {
	background:url(../images/bg-foot-m.gif) repeat-y;
	padding:10px 40px;
	height:24px;
}
#page-foot .bot {
	height:18px;
	background:url(../images/bg-foot-b.gif);
}
#page-foot p {
	margin:0;
	color:#5C5C5C;
	font-size:12px;
	line-height:24px;
}
#page-foot a {
	color:#5C5C5C;
	text-decoration:none;
}
#page-foot a:hover {
	text-decoration:underline;
}
#page-foot p.left {
	float:left;
	text-align:left;
}
#page-foot p.right {
	float:right;
	text-align:right;
}

#site-credit p {
	margin:0;
	padding:8px 20px;
	line-height:18px;
	font-size:12px;
	color:#5C5C5C;
	text-align:center;
}
#site-credit a {
	color:#5C5C5C;
	text-decoration:none;
}
#site-credit a:hover {
	text-decoration:underline;
}


