* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font-family: poetica-std, Arial, Helvetica, sans-serif;
	background: url('images/terracharter-background.jpg') center 0 no-repeat #435ba9;
	font-size: 25px;
	color: #661516;
	line-height: 30px;
	letter-spacing: 0;
}

img {
	border: none;
}

#wrapper {
	width: 882px;
	margin: 0 auto;
}

#scroll-top { 
	width: 882px;
	margin: 0 auto;
	background: url('images/terracharter-scroll-top.png') 0 0 no-repeat;
	height: 195px;
	z-index: 1;
	position: absolute;
}

#overall-wrapper { 
	width: 585px;
	margin: 0 auto;
	background: url('images/terracharter-scroll-repeat.png') 0 0 repeat-y;
	padding: 50px 70px;
	z-index: 0;
	position: relative;
	top: 140px;
	margin-bottom: 80px;
}

#content-wrapper { 
	width: 525px;
	padding: 0 30px;
	margin: 50px 0 0 10px;
	z-index: 0;
	position: relative;
}

a {
	outline: none;
	text-decoration: none;
	color: #fff;
}

a:hover {
	border-bottom: 1px solid #fff;
}

h1 {
	font-size: 80px;
	text-align: center;
	line-height: 55px;
	margin-bottom: 40px;
	font-family: olidia,sans-serif;
	letter-spacing: -1px;
	text-shadow: 1px 1px 0 #fff;
}

p {
	margin-bottom: 5px;
}

ol {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 25px;
}

ol p {

}

li {
	margin-bottom: 15px;
}

#scroll-bottom { 
	width: 882px;
	margin: 0 auto;
	background: url('images/terracharter-scroll-bottom.png') 0 0 no-repeat;
	height: 195px;
	z-index: 1;
	position: absolute;
}

#footer-wrapper {
	margin: 260px auto 0 auto;
	width: 750px;
	text-align: center;
	position: relative;
	letter-spacing: 0;
}

#footer-wrapper p {
	font-size: 12px !important;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

div#footer-left {
	float: left;
	margin: 17px 25px 0 0;
}

div#footer-right {
	float: left;
	text-align: center;
}

div#footer-right ul {
	display: inline;
}

div#footer-right ul li {
	list-style-type: none;
	margin-bottom: 0;
	text-decoration: none;
	border-bottom: none;
}

a.facebook {
	margin-right: 4px;
}	

div#footer-right a:link.twitter, div#footer-right a:visited.twitter, div#footer-right a:link.facebook, div#footer-right a:visited.facebook {
	background: url('images/social-footer-twitter.png') 0 0 no-repeat;
	height: 43px;
	width: 43px;
	text-decoration: none;
	display: inline-block;
}

div#footer-right a:link.facebook, div#footer-right a:visited.facebook {
	background: url('images/social-footer-facebook.png') 0 0 no-repeat;
}


div#footer-right a:hover.twitter, div#footer-right a:hover.facebook {
	background-position: 0 -43px;
	border-bottom: none
}

div#footer-right a:active.twitter, div#footer-right a:active.facebook {
	background-position: 0 -86px;
}

.clearboth {
	clear: both;
}