* {
	margin: 0px;
	padding: 0px;
}
body {
	color: #111111;
	font: 62.5% "Lucida Grande", "Lucida Grande Unicode", Lucida, Arial, Helvetica, sans-serif;
	background: #25a9e0 url(assets/site-background.gif) repeat-x;
}
#wrapper {
	background-image: url(assets/wrapper-background.gif);
	width: 1002px;
	margin: 0px auto;
}
#masthead {
	background-image: url(assets/masthead-background-alt.gif);
	height: 381px;
	margin-bottom: 10px;
}
#footer {
	text-align: right;
	background: url(assets/footer-background.gif) no-repeat 0% 100%;
	padding: 24px 48px 36px 24px;
}
#navigation {
	margin-left: 742px;
	padding-top: 70px;
}
#navigation ul {
	font-size: 1.8em;
	font-weight: bold;
	width: 223px;
	list-style-type: none;
}
#navigation a {
	color: #111111;
	text-decoration: none;
	background-image: url(assets/nav-background.png);
	text-align: center;
	display: block;
	height: 21px;
	width: 218px;
	margin-bottom: 5px;
	padding: 5px 5px 10px 0px;
}
#navigation a:hover {
	color: #000000;
	text-decoration: underline;
}
h1 {
	font-size: 1em;
	background-image: url(assets/surprisingly-evil-sheep-logo.png);
	text-indent: -1000px;
	height: 76px;
	width: 236px;
	margin-bottom: 15px;
	overflow: hidden;
}
#content {
	background: #ebf8ed url(assets/content-background-bottom.gif) no-repeat 0% 100%;
	margin: 0px 33px;
	padding: 0px 12px 1px;
}
h2 {
	font-size: 2em;
	font-weight: bold;
	padding: 12px;
	background: url(assets/content-background-top.gif) no-repeat;
	margin: 0px -12px;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 1.4em;
}
#footer p {
	color: #ebf8ed;
}
