/* 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% Monaco,Helvetica,Verdana,'Liberation Sans','Bitstream Vera Sans',Arial,sans-serif;
/*	font:normal 100%/140% Times,Georgia,Charter,'Liberation Serif','Bitstream Charter',serif;	*/
	background:#212121;
	color:white;
	text-align:center;
	min-width:720px;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	max-width:1100px;
}

#pghead {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:150px;
}

#pglogo {
	margin:40px 0 0 0;
	height:150px;
	background:transparent url("../img/decohd.png") no-repeat 30px 20px;
}


#pgbody {
	width:100%;
	position:absolute;
	top:185px;
	margin:25px 0 0 0;
	font-size:60%;
	line-height:1.2;
	background:transparent url("../img/decobot.png") no-repeat 30px bottom;
}

#pgleft {
	position:absolute;
	top:0;
	left:0;
	margin:0 0 40px 40px;
	width:200px;
	min-height:600px;
	font-size:160%;
	background:transparent url("../img/decotr.png") no-repeat right top;
}

#pgmain {
	margin:0 100px 0 290px;
}
	
#pgtail {
	clear:both;
	border-top:2px dotted #579223;
	padding:.5em 0 1.25em 0;
	font-size:95%;
	line-height:1;
	position:absolute;
}
#pgtail p {
	margin:0;
}

#pgnav {
	margin:0;
	top:0;
	left:0;
	width:200px;
	position:absolute;
	padding:20px 0 30px 0;
	background:transparent url("../img/decobl.png") no-repeat left bottom;
}
#pgnav ul {
	margin:0;
	list-style-type:none;
	padding:0;
	position:static;
	text-align:center;
}
#pgnav ul li {
	position:static;
	padding:0;
}
#pgnav ul li a, #pgnav ul #curlnk, #pgnav ul li b {
	padding:5px;
	display:block;
	text-decoration:none;
	color:white;
}
#pgnav ul li a:hover {
	color:#579223;
	width:auto;
	text-transform: uppercase;
}
#pgnav ul #curlnk {
	font-weight:bold;
}

.txtflt {
	width:160px;
	float:right;
	line-height:1.1;
	border:1px outset #579223;
	margin:0 0 .5em 10px;
	padding:.5em 5px .5em 5px;
	background: #323232;
	color: #dcdcdc;
}
.txtflt p {
	margin:0 0 1em 0;
}
.txtflt :last-child {
	margin-bottom:0;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color:#ADC78B;
}
h1 {	font-size:250%;}
h2 {	font-size:225%;}
h3 {	font-size:200%;}
h4 {	font-size:175%;}
h5 {	font-size:150%;}
h6 {	font-size:125%;}

p, ul, ol, dl {
	margin:0 0 2.25em 0;
}
ul {
	padding:0 0 0 25px;
}
a {
	text-decoration:underline;
}
a:link {
	color:#CDCDCD;
}
a:visited {
	color:white;
}
a:hover, a:active {
	color:red;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}
