/* 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;	*/
	background:#B4B4B4;
	color:#242224;
	text-align:center;
	min-width:700px;
}

/* 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;
	margin:0 4% 0 4%;
	width:92%;
	height:125px;
	border-left:2px solid #373737;
	border-right:2px solid #373737;
	background:#373737 url("img/stampslogo.png") no-repeat 10px 1px;
}

#pglogo {
	font-size:300%;
	margin:30px 0 0 20px;
	color:white;
}


#pgbody {
	width:92%;
	position:absolute;
	top:110px;
	margin:0 4% 0 4%;
	padding:50px 0 0 0;
	background:white url("img/stampsvborder.gif") repeat-y 200px 0;
	font-size:80%;
	line-height: 1.75;
	border:2px solid #373737;
	border-top:none;
}

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

#pgmain {
	margin:0 20px 0 220px;
}
	
#pgtail {
	clear:both;
	margin:2em 0 0 0;
	padding:.5em 0 .5em 0;
	position:absolute;
	font-size:90%;
	line-height:1.1;
}
#pgtail p {
	margin:0;
}
#pgtail a {
	color:#999;
}

#pgnav {
	margin:0;
	top:0;
	left:0;
	width:180px;
	position:absolute;
	background:transparent;
}
#pgnav ul {
	margin:0 20px 0 0;
	list-style-type:none;
	padding:0;
	position:static;
}
#pgnav ul li {
	position:static;
	border:1px outset #4F6577;
	padding:0;
}
#pgnav ul li a, #pgnav ul #curlnk, #pgnav ul li b {
	padding:5px;
	display:block;
	text-decoration:none;
	color:#B4B4B4;
	background: #4F6577;
}
#pgnav ul li a:hover {
	color:#E7E7E7;
	width:auto;
	background:#344B5D;
}
#pgnav ul #curlnk {
	font-weight:bold;
}

.txtflt {
	width:160px;
	float:right;
	font-size:80%;
	line-height:1.2;
	color:#161616;
	border:1px outset #4F6577;
	margin:0 10px 0 0;
	padding:.5em 5px 0 5px;
	background:#E8E8E8;
}
.txtflt p {
	margin:0 0 1em 0;
}
.txtflt :last-child {
	margin-bottom:0;
}
.imgflt {
	border:1px outset #4F6577;
	margin:5px 5px 5px 5px;
	padding:5px;
	background:#E8E8E8;
}

/* typography */
h1, h2, h3, h4, h5, h6 {
	margin:0 0 .5em 0;
	color: #933B39;
	text-align: right;
	border-bottom: 1px solid #242224;
}
h1 {	font-size:200%;}
h2 {	font-size:175%;}
h3 {	font-size:150%;}
h4 {	font-size:130%;}
h5 {	font-size:120%;}
h6 {	font-size:110%;}

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