/* 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%/140% Times,Georgia,Charter,'Liberation Serif','Bitstream Charter',serif;	*/
	background:transparent url("img/prayer+winggreygrid.png") repeat top left;
	color:#262626;
	text-align:center;
	min-width:600px;
}

/* boxes, box specific typography */

#pg {
	position:relative;
	margin:0 auto 0 auto;
	text-align:left;
	max-width:1000px;
}

#pgbody {
	position:absolute;
	top:0;
	left:0;
	margin:0 2% 20px 2%;
	padding:230px 0 0 0;
	width:96%;
	background:#4d74cb url("img/prayer+wing-sxc745283.jpg") no-repeat right top;
	font-size:90%;
}

#pgleft {
	position:absolute;
	top:0;
	left:0;
	margin:230px auto 20px 20px;
	width:140px;
}

#pgright {
	position:absolute;
	top:0;
	right:0;
	width:20%;
	margin:230px 20px 20px 0;
	font-size:90%;
	line-height:1.25;
}

#pgmain {
	margin:0 25% 0 200px;
}
	
#pgtail {
	clear:both;
	color:#174675;
	position:absolute;
	margin:1.5em 0 1.5em 0;
	font-size:90%;
	line-height:1.2;
}
#pgtail p {
	margin:.25em 0 .25em 0;
}
#pgtail a {
	color:#174675;
}
#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 #774100;
	padding:0;
}
#pgnav ul li a, #pgnav ul #curlnk, #pgnav ul li b {
	margin:0 0 0 0;
  	height:24px;
	display:block;
	padding:8px 0 0 15px;
	text-decoration:none;
	color:#0824BF;
	background: url("img/prayer+wingn-nav.gif") 0 0;
}
#pgnav ul li a:hover {
	color:#ffffff;
	background: url("img/prayer+wingn-nav.gif") 0 -32px;
}
#pgnav ul #curlnk {
	font-weight:bold;
	color:#262626;
}

.txtflt {
	width:160px;
	float:right;
	font-size:80%;
	line-height:1.2;
	border:1px outset #774100;
	margin:0 0 0 10px;
	padding:.5em 5px 0 5px;
}
.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;
}
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:#323232;
}
a:visited {
	color:#262626;
}
a:hover, a:active {
	color:red;
}
img {
	border:none;
}
hr {
	height:1px;
	clear:both;
}

