/* @override http://plainsecrets.vernalpond.com/plain.css */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #952c30;
}

body {
	background: #3b3b3b;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 160%;
}

h2 {
	margin: 0 0 15px 0;
	color: #0b416a;
	border-bottom: 1px solid gray;
	font-weight: normal;
	font-size: 180%;
	width: 65%;
}

li {
	list-style-type: circle;
}

p {
	margin-bottom: 15px;
}

#content {
	clear: left;
	background: #fff5d4 url(_images/yellow_bg.gif);
	padding: 5%;
	font-size: 95%;
	line-height: 140%;
	float: left;
	width: 90%;
	
}

#content img {
	padding: 1px;
	border: 1px solid #ccc;
}

#content_left {
	float: left;
	width: 320px;
	margin-right: 25px;
	font-size: 85%;
}

#content_right {
	margin-left: 345px;
}

#cover {
	float: right;
	width: 260px;
	background: url(_images/cover.png) no-repeat center top;
	padding: 325px 0 0 0px;
	margin-top: 15px;
	text-align: center;
	font-size: 90%;
	line-height: normal;
	margin-bottom: 35px;
	margin-left: 60px;
	display: none;
	 behavior: url(iepngfix.htc)
}

#cover img {
	 behavior: url(iepngfix.htc)
}

#cover li {
	list-style: none;
}

#footer {
	padding: 10px;
	color: white;
	clear: both;
	background: #952c30 url(/_images/beacon.gif) no-repeat 10px;
	padding-left: 65px;
}

#footer a {
	color: white;
}

#header {
	background: #952c30;
	padding: 3px 10px;
	color: white;
	font-size: 90%;
	text-align: center;
}

#intro {
	background: url(_images/heads.gif) no-repeat #fff;
	padding: 20px;
	float: right;
	height: 145px;
}

#intro blockquote {
	margin-top: 100px;
}

.leadin {
	margin: 30px;
}

.leadin li {
	margin: 0 0 10px 5px;
	font-size: 150%;
	list-style-type: circle;
	list-style-position: inside;
	color: #952c30;
}

.leadin a {
	color: #952c30;
}

/* @group Nav */

#nav {
	float: left;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	cursor: pointer !important;
}

#nav li {
	display: block;
	float: left;
	list-style: none;
	margin: -10px 0 0 10px;
}

#nav li em {
	visibility: hidden;
}

#nav_about {
	background: url(_images/nav/about.gif);
	width: 177px;
	height: 28px;
}

#nav_about a, #nav_praise a, #nav_excerpt a, #nav_resources a, #nav_events a, #nav_contact a {
	padding: 30px;

}

#nav_praise {
	background: url(_images/nav/praise.gif);
	width: 203px;
	height: 28px;
}

#nav_excerpt {
	background: url(_images/nav/excerpt.gif);
	width: 114px;
	height: 28px;
}

#nav_resources {
	background: url(_images/nav/resources.gif);
	width: 121px;
	height: 28px;
}

#nav_events {
	background: url(_images/nav/events.gif);
	width: 114px;
	height: 28px;
}

#nav_contact {
	background: url(_images/nav/contact.gif);
	width: 114px;
	height: 28px;
}

/* @end */

#wrapper {
	width: 95%;
	margin: 0 auto;
	text-align: left;
}