@charset "utf-8";

body {
	font-family: sans-serif;
	margin: 0;
}

h1 {
	font-family: Georgia, serif;
	font-size: 1.9em;
	font-weight: normal;
	color: #00f;
	margin: 0 0 0.6em;
}

h2 {
	font-family: Georgia, serif;
	font-size: 1.3em;
	font-weight: normal;
	color: #333;
	margin: 0 0 0.6em;
}

p {
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 0 0 1em;
}

p.special {
	font-weight: bold;
	font-style: italic;
}

p#special-heading {
	font-family: Georgia, serif;
	font-size: 1.2em;
	line-height: 1.4em;
	background: #b0cdfd;
	padding: 1em;
	margin-bottom: 1.2em;
}

a, a:visited {
  color: #06c;
}

a:hover, a:active {
	color: #09e;
}

label {
	font-size: 0.9em;
}

input, textarea {
	font-family: sans-serif;
	font-size: 0.9em;
	margin-bottom: 15px;
	padding: 5px;
}

textarea, .field {
	display: block;
	width: 488px;
}

input#trap {
	display: none;
}

p.error {
	font-weight: bold;
	color: #900;
	background: #fcc;
	padding: 8px 15px;
	width: 470px;
}

#wrap {
	width: 750px;
	margin: 10px auto;
}

#header {
  background: url(images/header.png) no-repeat;
	height: 100px;
	margin-bottom: 10px;
}

#header h1 {
	text-indent: -5000px;
}

#nav {
	float: left;
	width: 140px;
	margin-bottom: 20px;
}

#nav a {
	display: block;
	text-indent: -5000px;
}

#nav a:hover {
	background-position: -140px;
}

#nav-home {
	background: url(images/nav/home.png);
	height: 35px;
}

#nav-introduction {
	background: url(images/nav/introduction.png);
	height: 35px;
}

#nav-news {
	background: url(images/nav/news.png);
	height: 35px;
}

#nav-stories {
	background: url(images/nav/stories.png);
	height: 35px;
}

#nav-background {
	background: url(images/nav/background.png);
	height: 35px;
}

#nav-natural-purposeful-mentors {
	background: url(images/nav/natural-purposeful-mentors.png);
	height: 68px;
}

#nav-contact {
	background: url(images/nav/contact.png);
	height: 35px;
}

#main {
	float: right;
	width: 600px;
	margin-bottom: 20px;
}

#main img {
	float: right;
	margin-left: 20px;
}

#footer {
	font-size: 0.8em;
	color: #666;
	clear: both;
	padding: 10px 0;
	border-top: 1px solid #aaa;
}

#footer a {
	text-decoration: none;
	margin-left: 20px;
}

#footer a:hover {
	text-decoration: underline;
}