* {
	margin: 0px;
	padding: 0px;
}

body {
  background: #ffffce;
}

#mainWrap {
  position: relative;
	width: 50em;
	margin: 0 auto;
	padding: 0;
	background: #cdcd9b;
}

#header {
	margin: 0;
	padding: 1em;
	color: #ffcc34;
	background: #395b57;
	border-bottom: 2px solid #ffcc34;
}

#header h1 {
	margin: 0;
	padding: 0;
	font-size: 300%;
	font-family: "Times New Roman", Times, Georgia, serif;
	font-style: italic;
	line-height: 1em;		
	font-weight: normal;
}

h3 {
  color: #395b57;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}

.larger {
  font-size: 1.5em;
	color:#395b57;
}

#nav {
	float: left;
	width: 10em;
	padding: 2em 0;
	text-align: center;
	border-top: 3px solid #395b57;
}

/* use an unordered list without bullets for nav bar.
   Let 5px of background colour show at either side. */

#nav ul {
	list-style: none;
	margin: 5px;
}

#nav li {
  font-family: Arial, Helvetica, sans-serif;
	background: #ebf8ec;
  margin: 5px;
}

/* Style the links.
   The current page has a border on the li.
	 Hover and active links have reversed colours. */
	 
#nav li.current {
  font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: #ebf8ec;
	border-right: 10px solid #395b57;
	border-bottom: 2px solid #395b57;	
}

#nav a, #nav a:link, #nav a:visited {
  font-family: Arial, Helvetica, sans-serif;
	background: #ebf8ec;
	text-decoration: none;
	font-weight: bold;
	color: #395b57;
	/* padding: 0 10px 0 10px; */
}

#nav a:hover, #nav a:active {
  font-family: Arial, Helvetica, sans-serif;
	background: #395b57;
	text-decoration: none;
	font-weight: bold;
	color: #ebf8ec;
}

#contentWrap {
  float: right;
	width: 40em;
	background: url(../images/forest_sun.jpg) top left no-repeat;
	border-top: 3px solid #395b57;
}

/* add padding to content box to force more of the background image to show
	 and balance out the size of page. */

#content {
	width: 38em;
	padding: .5em 5em 1em 2em;
	overflow: hidden;
}

#content p {
  float: right;
	margin: 2em 1em;
	padding: 1.5em 3em 1.5em 1em;
	border: 2px dotted #5b5b34;
	background: #efefde;
	color: #515b39;
	font-style: italic;
	line-height: 2em;
}

/* format footer:
  - required to acknowledge our hosting
	  company on every web page. */

#footer {
	clear: both;
	text-align: center;
	color: #fff;
	background: #5b5b34;
}

#footer p {
  padding: 1em 0;
}

#footer a:link, #footer a:visited,
#footer a:focus, #footer a:hover,
#footer a:active {
  font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #cdcd9b;
  font-style: italic;
	font-weight: bold;
}
