body
{
	margin: 0;
	padding: 0;
	background-color: #FFF;
	background-image: url(../img/bg_main.jpg);
	font-family: 'Segoe UI' ,Arial,Helvetica,sans-serif;
}
div#header
{
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../img/bg.jpg);
	padding-bottom: 20px;
	box-shadow: inset 0px -5px 15px #222;
}
div#logo_cont
{
	width: 770px;
	margin: auto;
}
h1, h2, h3, li, a, p, span
{
	font-family: 'Segoe UI' ,Arial,Helvetica,sans-serif;
	font-weight: normal;
	color: #444;
}
nav a
{
	line-height: 30px;
	height: 30px;
	font-family: 'Segoe UI';
	color: #CCC;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	text-shadow: #000 1px 1px 0px;	
	display: block;
	width: 130px;
	background-image: url(../img/iconset.png);
	background-repeat: no-repeat;
	margin: auto;
	border-radius: 8px;
	padding-top: 100px;
	padding-bottom: 2px;
	padding-right: 4px;
	float: left;
	margin-right: 25px;
}
nav a:hover
{
	text-shadow: #000 1px 1px 0px;
	color: #FFF;
}
a#home
{
	background-position: 0px 0px;
}
a#home:hover
{
	background-position: 0px -135px;
}
a#services
{
	background-position: -270px 0px;
}
a#services:hover
{
	background-position: -270px -135px;
}
a#about
{
	background-position: -135px 0px;
}
a#about:hover
{
	background-position: -135px -135px;
}
a#join
{
	background-position: -405px 0px;
}
a#join:hover
{
	background-position: -405px -135px;
}
a#contact
{
	background-position: -540px 0px;
}
a#contact:hover
{
	background-position: -540px -135px;
}
nav
{
	width: 770px;
	padding: 15px;
	border-radius: 8px;
	margin: auto;
}
a.inline
{
	color: #7aac0e;	
}
h1
{
	color: #7aac0e;
	text-shadow: 1px 1px 0px #fff;
	font-size: 35px;
	line-height: 45px;
	margin-bottom: 20px;
	font-family: 'Oswald','Segoe UI' ,Arial,Helvetica,sans-serif;
	margin-top: 0;
	padding-top: 20px;
}
h2
{
	color: #7aac0e;
	text-shadow: 1px 1px 0px #fff;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	font-family: 'Oswald','Segoe UI' ,Arial,Helvetica,sans-serif;
}
p
{
	font-size: 15px;
	line-height: 23px;
	color: #444;
	text-shadow: 1px 1px 0px #fff;
	margin: 15px 0px;
}
div#main
{
	border-top: solid 1px #BBB;
	border-bottom: solid 1px #BBB;
}
article#main_content
{
	width: 770px;
	margin: auto;
	padding: 30px 0px;
}
li 
{ 
	line-height: 30px;
	display: block;
	height: 30px;
}
span.green
{
	color: #7aac0e;
}
span.quote_maori
{
	color: #7aac0e;
	text-shadow: 1px 1px 0px #fff;
	font-size: 20px;
	display: block;
	text-align: center;
	line-height: 30px;
	padding-top: 30px;
	font-family: 'Oswald','Segoe UI' ,Arial,Helvetica,sans-serif;
}
span.quote_english
{
	font-style: italic;
	color: #7aac0e;
	text-shadow: 1px 1px 0px #fff;
	font-size: 16px;
	line-height: 30px;
	display: block;
	text-align: center;
	padding: 20px 0px;
}
div#bottom
{	
	background-image: url(../img/bg.jpg);
	box-shadow: inset 0px 5px 15px #222;
	padding-top: 30px;
	padding-bottom: 15px;
}
footer
{
	text-align: center;
}
footer a
{
	color: #888;
	font-size: 12px;
	margin: 0px 10px;
	line-height: 16px;
	text-shadow: none;
	text-decoration: none;
}
footer a:hover
{
	text-shadow: none;
}
span.copyright
{
	color: #888;
	font-size: 12px;
	line-height: 16px;
	padding: 8px;
	display: block;
}
span.design
{
	color: #888;
	font-size: 12px;
	line-height: 16px;
	padding: 8px;
	display: block;
}
table
{
	border-collapse: collapse;
	table-layout: fixed;
}
table td
{
	border: none;
	margin: 0;
	padding: 10px;
	padding-right: 30px;
}
table td:first-child
{
	color: #7aac0e;
	font-family: 'Oswald','Segoe UI' ,Arial,Helvetica,sans-serif;
}