* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg1.gif ) left top repeat;
	font-family: Arial, Helvetica, sans-serif;
	color: #395b57;
}

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

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

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

#content {
  position: relative;
	clear:both;
	float:left;
	width: 50em;
	/* background: #cdcd9b; */
	border-top: 3px solid #395b57;
}

h3 {
  color: #395b57;
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1.5em;
}

p.caption {
  float: right;
	position: relative; z-index: 5;
	margin: 2em 1em;
	padding: 1.5em 3em 1.5em 1em;
	border: 1px solid #515b30;
	background: #efefde;
	color: #515b39;
	font-size: 0.8em;
	font-style: italic;
	line-height: 2em;
}

/* position images */

img.one {
  /* snow and night */
  float: left;
	position: relative; z-index: 1;
}

img.one-2 {
  /* puddles */
	position: relative; z-index: 3;
	position: relative; left: 30em; top: -15em;
}

img.two {
	/* laugh */
	position: relative; z-index: 2;
	position: relative; top: -23em;
}

img.three {
  /* mud */
 	position:relative; z-index: 4; left: 3.5em; top: -7em;
}

/* format footer:
  - I am breaking our hosting
	  company stipulation here! */

#footer {
	clear: both;
	text-decoration: none;
	background: #5b5b34;
	position: relative; top: -20em;
	
}
		
#footer p {
  padding: 1em;
}

#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;
	vertical-align: top;
  font-style: italic;
	font-weight: bold;
}

