@charset "utf-8";
/* Chester County Paranormal - CSS Document */

body {
 	background: #FFFFFF;
 	height: 100%;
}

#container {
	background: none;
	position: relative;
	margin: 0 auto;
	width: 800px;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	z-index: 1
}

#watermark {
	position: absolute;
	background: url(../images/watermark.gif) no-repeat;
	top: 296px;
	left: 100px;
	width: 560px;
	height: 566px;
	overflow: hidden;
	z-index: 25
}

/* ---------- Header ---------- */
 
#header {
	background: none;
	position: relative;
	margin: 0;
	width: 800px;
	height: 266px;
	overflow: hidden;
	z-index: 50
}

#mainnav {
	background: #000000;
	position: relative;
	margin: -15px 42px 0 38px;
	width: 720px;
	height: 22px;
	overflow: visible;
	z-index: 200
}

#mainnav a {
	color: #999999;
	font-weight: bold;
	float: left;
	margin: -3px 15px 0 0;
	text-decoration: none;
	z-index: 225
}

#mainnav a:link {
	color: #999999;
	font-weight: bold;
	float: left;
	margin: -3px 15px 0 0;
	text-decoration: none;
	z-index: 225
}

#mainnav a:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}

.mainnav_divider {
	color: #999999;
	/*font-weight: bold;*/
	float: left;
	margin: -3px 15px 0 0;
	z-index: 225
}

/* ---------- Content Area ---------- */

#content_body {
	background: url(../images/content_bg_repeat.gif) repeat-y;
	position: relative;
	margin: 0;
	width: 800px;
	height: auto;
	overflow: hidden;
	z-index: 50
}

#page_curl { /* Contains page curl graphic */
	background: url(../images/page_curl.gif) no-repeat;
	position: relative;
	float: right;
	margin: 5px 50px 0 0;
	width: 50px;
	height: 400px;
	overflow: hidden;
	z-index: 75
}

#left_column {
	background: none;
	position: relative; 
	float: left;
	margin: 0 0 10px 40px;
	width: 202px; 
	height: auto; 
	z-index: 100
}

#left_image {
	background: url(../images/left_column_top.gif) no-repeat;
	position: relative;
	float: left;
	margin: 0;
	width: 202px;
	height: 202px;
	overflow: hidden;
	z-undex: 125
} 

#left_title {
	background: none;
	position: relative;
	margin: 177px 0 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: bold
}

#left_text {
	background: none;
	position: relative;
	clear: left; 
	margin: 5px 0 0 10px;
	width: 186px; 
	height: auto; 
	overflow: hidden;
	z-index: 125
}

#right_column {
	background: none;
	position: relative; 
	float: left;
	margin: 20px 0 10px 20px;
	width: 430px; 
	height: auto; 
	z-index: 100
}

#page_title {
	background: none;
	position: relative;
	margin: 0 0 10px 0;
	height: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	color: #6699CC;
	font-weight: bold;
	z-index: 100
}

#right_text {
	background: none;
	position: relative;
	margin: 30px auto 10px auto; 
	width: 420px; 
	height: auto; 
	z-index: 100
}

/* ---------- Footer ---------- */

#footer {
	background: url(../images/footer.gif) no-repeat;
	position: relative;
	margin: 0;
	width: 800px;
	height: 164px;
	overflow: visible;
	z-index: 50
}

#footer_left {
	background:  url(../images/footer_left.gif) no-repeat;
	position: relative;
	float: left;
	margin: -144px 0 0 0;
	width: 38px;
	height: 144px;
	overflow: hidden;
	z-index: 75
}

#footer_right {
	background:  url(../images/footer_right.gif) no-repeat;
	position: relative;
	float: right;
	margin: -144px 0 0 0;
	width: 42px;
	height: 144px;
	overflow: hidden;
	z-index: 75
}

#footer_spacer {
	background: none;
	position: relative;
	margin: 0;
	width: 800px;
	height: 50px;
	overflow: hidden;
	z-index: 50
}

#contact {
	position: absolute; 
	left: 584px; 
	top: 85px; 
	width: 152px; 
	height: 13px; 
	z-index: 15
}
