body {
	background-color: #c0ccb8;
	margin: 0;
	padding: 0;
	font-family: Verdana;
	font-weight: normal;
	font-style: normal;
}

#container {
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	width: 960px;
	height: 100%;
	padding: 0;
	border: 0;
	overflow: overflow;
}

main {
	text-align: left;
	width: 960px;
	height: auto;
	padding: 0;
	margin: 0;
	border: 0;
	overflow: overflow;
}

footer {
	font-family: Corbel;
	font-weight: normal;
	margin: 20px 0 500px 145px;
	padding: 0;
	width: 815px;
	border: 0;
	height: 44px;
	background-color: none;
}


h1 {
	font-family: Verdana;
	font-size: 28px;
	word-spacing: 8px;
	letter-spacing: 8px;
	color: #1ca594;
	font-weight: normal;
	font-style: normal;
	margin: 75px 0 40px 145px;
	padding: 0;	
	border: 0;
	text-align: left;
}


p {
	font-family: Verdana;
	font-size: 20px;
	color: #451103;
	font-weight: bold;
	font-style: normal;
	margin: 245px 0 20px 614px;
	padding: 0;	
	border: 0;
	text-align: left;
}


p.footer {
	font-family: Corbel;
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	padding: 0;
	border: 0;
	margin: 0;
	width: 500px;
}


span {
	font-family: Verdana;
	font-size: 14px;
	color: #451103;
	font-weight: bold;
	font-style: normal;
	line-height: 300%;
	margin: 0;
	padding: 0;	
	border: 0;
	text-align: left;
}

img {
	margin: 52px 0 0 -230px;
	padding: 0;
	border: 0;
	float: left;
}


ul {
	display: inline;
	list-style-type: none;
	font-family: Verdana;
	font-size: 16px;
	word-spacing: 64px;
	letter-spacing: 6px;
	color: #000000;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 0 145px;
	padding: 0;	
	text-align: left;
}


li {
	display: inline;
	padding: 0;
	margin: 0;
}


a:link {
	display: inline;
	color: #000000;
	text-decoration: none;
}

a:visited {
	display: inline;
	color: #000000;
	text-decoration: none;
}

a:hover {
	display: inline;
	color: #000000;
	text-decoration: none;
}

a:active {
	display: inline;
	color: #000000;
	text-decoration: none;
}


/*links footer */

a.footer:link {
	color: #000000;
	text-decoration: none;
}

a.footer:visited {
	color: #000000;
	text-decoration: none;
}

a.footer:hover {
	color: #000000;
	text-decoration: none;
}

a.footer:active {
	color: #000000;
	text-decoration: none;
}

br.both {
	clear: both;
}

