/* defaults */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0;
	padding:0;
}

body {
	/*	font:normal 100%/150% Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;*/
	font:normal 100%/150% Times,Georgia,Charter,'Liberation Serif','Bitstream Charter',serif;
	color:#716307;
	min-width:900px;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 0;
	max-width:1100px;
}

#pghead {
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

#pglogo {
	height:165px;
	background:transparent url("img/logo3.jpg") repeat 310px;
}


#pgbody {
	width:100%;
	position:absolute;
	top:164px;
	margin:25px 0 0 0;
	font-size:90%;
	left: -3px;
}

#pgleft {
	position:absolute;
	top:0;
	left:0;
	margin:0 0 40px 40px;
	width:320px;
	font-size:90%;
}

#pgright {
	position:absolute;
	top:0;
	right:0;
	width:15%;
	margin:0 25px 40px 0;
	font-size:90%;
	line-height:1.25;
	color: #64570E;
}

#pgmain {
	margin:0 0 0 335px;
	padding:0 8px 0 0;
}

#pgtail {
	clear:both;
	border-top:1px solid #242424;
	margin:.5em 25px 0 335px;
	padding:.5em 0 .5em 0;
	position:absolute;
	font-size:75%;
	line-height:1.1;
	width: 736px;
}
#pgtail p {
	margin:0;
}
#pgtail a {
	color:#554800;
}

#pgnav {
	margin:0;
	top:14px;
	left:-21px;
	width:270px;
	position:absolute;
}
#pgnav ul {
	margin:0 0 0 68px;
	list-style-type:none;
	padding:0;
	position:static;
}
#pgnav ul li {
	position:static;
	padding:0;
}
#pgnav ul li a, #pgnav ul #curlnk, #pgnav ul li b {
	padding:4px 0 4px 0;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#353535;
	background:#cccccc;
	border-left:2px solid #bbbbbb;
	border-right:2px solid #bbbbbb;
	opacity:0.3;
}
#pgnav ul li a, #pgnav ul #curlnk {
	text-decoration:underline;
}
#pgnav ul li a:hover {
	color:#6F5F07;
	width:auto;
	text-decoration:none;
	border-left:2px solid #A2902C;
	border-right:2px solid #A2902C;
	opacity:1.0;
}
#pgnav ul #curlnk {
	font-weight:bold;
}

.txtflt {
	width:160px;
	float:right;
	font-size:80%;
	line-height:1.2;
	color:#574C00;
	margin:0 0 0 10px;
	padding:0 5px 0 5px;
}
.txtflt p {
	margin:0 0 .5em 0;
	padding:0 5px 0 5px;
}
.txtflt :last-child {
	margin-bottom:0;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color:#A2902C;
}
h1 {	font-size:150%;}
h2 {	font-size:135%;}
h3 {	font-size:125%;}
h4 {	font-size:115%;}
h5 {	font-size:105%;}
h6 {	font-size:100%;}

p, ul, ol, dl {
	margin:0 0 1.5em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#A2902C;
}
a:visited {
	color:#716307;
}
a:hover, a:active {
	color:red;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}
