/* CSS Document */

body {
	width:100%;
	margin:auto;
	text-align:center;
	background:url(../images/layout/bkgd.jpg);
	background-color:#1e3a0f;
	background-repeat: repeat-x;
	font-size:12px;
	font-family:Helvetica, Arial, sans-serif;
}
a {
	color:#752d22;
	font-weight: normal;
}
a:hover { text-decoration:none; }
#wrapper {
	position: relative;
	width:980px;
	margin:auto;
}
#page {
	position: relative;
	width:980px;
	text-align:left;
	background:#ebd5a7;
}
#keyphoto {
	width: 643px;
	height: 196px;
	padding-left: 30px;
	padding-right: 307px;
	padding-top: 5px;
}
#header {
	position: relative;
	width:980px; height:239px;	
	background-color: #648342;	
}
#header #bookmark {
	position:absolute;
	top:5px; left:672px;
	width:277px;
	height: 663px;
	color:#fff;
	text-align: center;
	background: url(../images/layout/blackflag.jpg);
	z-index:50;
}
#header #topnav {
	position:absolute;
	width:950px;
	padding-left: 30px;
	top: 214px;
	text-align:left;
	background-color: #648342;
}
#topnav a {
	color:#fff;
	font-size:10pt; line-height:25px;
	text-decoration:none;
	padding-left:18px;
	padding-right:10px;
	background-image:url(../images/layout/navdivider.gif);
	background-position:right;
	background-repeat:no-repeat;
	background-color: #648342;
}
#topnav a:hover {
	color:#a0bc81;
}
#topnav a.contact {
	background:none;
}
#content {
	position:relative;
	background-repeat:no-repeat;
	background-color: #edd5a8;
}
#content #editable {
	position:relative;
	left:30px; top:20px;
	width:620px;
}
.caption { 
	font-size:10px;
	font-style:italic;
}
.photoborder {
	border:2px solid #fff;
	padding:none;
}
h1 { 
	font-size:24px;
	margin-top:0 
}
h2 { 
	font-size:18px;
	margin:0 
}
h3 { 
	font-size:14px;
	margin:0; padding:3px;
	background-color: #648342;
	color: #fff;	
}
ul { margin-top:0 }
#footer {
	position:relative;
	width:100%; height:20px;
	background-color: #648342;
	text-align:right;
	padding-top: 12px;
}
#footer a {
	color:#000;
	font-size: 12px;
	text-decoration:none;
	text-align: right;
}
#footer a:hover {
	text-decoration:underline;
}
#footer #implementer {
	position: absolute;
	font-size: 12px;
	left:20px;
	top:50px;
	font-size: 10px;
}
#footer #copyright {
	position: absolute;
	left:400px; top:50px;
	font-size:12px;
	width:300px;
}
#footer #links {
	position: absolute;
	width:120px;
	left:730px;top:78px;
	text-align:right;
	font-size: 12px;
}
#footer #privacy a {
	padding-right: 10px;
}

