body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; }

a:link { color: #ffffff; text-decoration: none; } 
a:visited { color: #ffffff; text-decoration: none; } 
a:active, a:hover { color: #87C988; text-decoration: none; }


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

img { margin: 0px; padding: 0px; border: none; }

.fl {
	float: left;
}

.fr {
	float: right;
}

#outer-space {
	width: 100%;
	background: #ffffff url(/images/grass.jpg) repeat-x top center;
}

#inner-space {
	width: 980px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 290px;
	padding: 0 40px;
	margin: 0 auto;
	background:  url(/images/roaringsheep-header.jpg) no-repeat;
}

#header a {
	display: block;
	margin: 0px;
	padding: 0px;
	font-size: 40px;
	color: #e25ba1;
	font-weight: bold;
	text-decoration: none;
}

#header a span {
	display: block;
	clear: both;
	margin-top: 10px;
	font-size: 16px;
	color: #333;	
}

#header-nav-main {
	width: 980px;
	height: 70px;
	margin: 0 auto;
	padding: 0;
    background: url(/images/roaringsheep-nav.jpg) no-repeat;
}

#header-nav-main ul {
	width: 800px;
	margin: 0;
	padding: 20px 10px 0 215px;
	list-style: none;
}

#header-nav-main ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#header-nav-main ul li a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 30px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;	
	outline: none;
}

#header-nav-main li a:hover {
	color: #547355;
}

#text-spacer {
	clear: both;
	margin: 30px 20px;
}

#text2-pane {
	float: left;
	width: 280px;
}

.text2-start {
	clear: both;
	margin-bottom: 40px;
}

.text2-start h2 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.text2-start .text2-content {
	padding: 0;
}

.text2 {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.text2 h3 a {
	color: #333333;
	font-size: 14px;
	text-decoration: underline;
}
.text2 p {
	color:#666666;
	text-align:justify;
}

#text1-content {
	float: right;
	width: 600px;
}

.text1-box {
	clear: both;
	position: relative;
	padding: 0 40px 40px 10px;
	background: url(/images/box-center.jpg) repeat-y;	
	margin-bottom: 20px;
}

.text1-box .text1 {
	padding: 30px 0 0 65px;
}

.text1-box h2  {
	color: #87C988;
	font-size: 16px;
	padding: 10px 0 10px 0;
}

.text1-box h2 a {
	color: #87C988;
}

.text1-box h2 a:hover {
	text-decoration: none;
}

.text1-box p {
	margin-bottom: 20px;
}

.text1-box img {
	margin-bottom: 2px;
	margin-top: 5px;
	border: 1px solid #000000;
}

#contact-content {
	float: right;
	width: 600px;
}

.contact-box {
	clear: both;
	position: relative;
	padding: 0 40px 40px 10px;
	background: url(/images/box-center.jpg) repeat-y;	
	margin-bottom: 20px;
}

.contact-box .contact {
	padding: 30px 0 0 65px;
}

.contact-box h2  {
	color: #87C988;
	font-size: 16px;
	padding: 10px 0 10px 0;
}

.contact-box h2 a {
	color: #87C988;
}

.contact-box h2 a:hover {
	text-decoration: none;
}

.contact-box p {
	margin-bottom: 20px;
	
}

.contact-box img {
	margin-bottom: 2px;
	margin-top: 5px;
	border: none;
}

#footer-edge {
	clear: both;
	width: 100%;
	margin: 0 auto;
	background: #5f5f5f url(/images/footer.jpg) top repeat-x;
}

#footer {
	clear: both;
	width: 540px;
	margin: 0 auto;
	padding: 100px 20px 40px 420px;
	margin-top: 30px;
}

#footer h3 {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}

#footer a:hover {
	color: #87C988;
}