/* PILGRIMCENTER.ORG - GLOBAL CSS */
/* ©2009 Digital Canopy (www.digital-canopy.com)  */
/* Written By: Brian Kuyath */

* {
	margin:0;
	padding:0;
}

body  {
	background:url(images/bg.jpg) 0 0 repeat;
	color:#302a1b;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
}

/* LINKS */
a, a:visited {
	color:#302a1b;
	font-weight:bold;
	outline:none;
	text-decoration:none;
}

	a:hover {
		text-decoration:underline;
	}

img {
	border:none;	
}

ul, ol {
	padding:0px 0px 0px 15px;
}

li {
	line-height:20px;	
}

/* PARAGRAPH */
p {
	padding:15px 0px 15px 0px;
	line-height:17px;	
	text-align:center;
	width:100%;
}

/* CLASSES */ 
.clear {
	clear:both;	
}

/* MAIN WRAPPER */
#wrapper {
	margin:0 auto;
	min-width:944px;
	overflow:hidden;
	position:relative;
	width:70%;
}

#header {
	background:url(images/header.jpg) repeat-x;
	height:254px;
	margin:225px 0px;
	text-align:center;
	width:100%;
}

/* HEADER COPY */
 h1,  h2,  h3,  h4,  h5,  h6 {
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:#000000;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration:none;	
}

h1,  h1 a,  h1 a:visited {
	background:url(images/temp.jpg) 0 0 no-repeat;
	font-size:26px;
	font-weight:bold;
	height:254px;
	margin:0 auto;
	text-indent:-9999px;
	width:783px;
}

h2 a,  h2 a:visited  {
	
}

h3,  h3 a,  h3 a:visited  {
	font-size:20px;
	font-weight:bold;
	padding:0px 0px 30px 0px;
}

h4,  h4 a,  h4 a:visited  {
	color:#1F1F1F;
	font-size:16px;
	font-weight:bold;
}

h5,  h5 a,  h5 a:visited  {
	font-size:14px;
}

h6,  h6 a,  h6 a:visited  {
	font-size:12px;
}