/* @override http://naturemapping.coconutmoon.net/style.css */

body
{
	width: 80em;
	font: 62.5% "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0 auto;
	padding: 0;
	background-color: #030;
}

#shell {
      background: #fff url(images/couple.jpg) no-repeat right top;
        overflow: auto;
}

#shell2 {
      background: #fff url(images/animals/spider.jpg) no-repeat right top;
        overflow: auto;
}

#shell3 {
      background: #fff url(images/animals/puma2.jpg) no-repeat right top;
}

#shell4 {
      background: #fff url(images/animals/elk2.jpg) no-repeat right top;
        overflow: auto;
}

#shell5 {
      background: #fff url(images/animals/robin.jpg) no-repeat right top;
        overflow: auto;
}

#shell6 {
      background: #fff url(images/animals/squirrel.jpg) no-repeat right top;
        overflow: auto;
}

#shell7
{
	overflow: auto;
	background-color: #FFF;
	background-image: url(images/animals/Bear-eating-salmon.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.content
{
	width: 42em;
	float: right;
	font-size: 1.2em;
	color: #336;
	margin-top: 7em;
	padding: 1em 2em;
}

#menu {
	width:  12em;
	font-size: 1.2em;
}

#menu ul {
	list-style-type: none;
}

#menu li {
	margin-top: 1em;
}

#menu a {
  color: #030;
  font-weight: bold;
  text-decoration: none;
}