body
{
	margin: 0;
	padding: 0;
	margin-bottom: 25px;
	font-family: Corbel,Helvetica,sans-serif;
	font-size: 80%;
	color: #000;
	background: #393939 url('images/honeycomb.png');
	line-height: 180%;
}

a
{
	font-size: 16px;
	color: #4B6400;
	text-decoration: none;
}

a:hover
{
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

#headercontainer
{
	width: 100%;
	background: #393939 url('images/honeycomb.png');
}

#header
{
	margin: 0 auto;
	width: 760px;
	height: 125px;
	border: 1px solid #6F6F6F;
	border-top: 0px;
	border-bottom: 0px;
	background: #242424 url('images/header-background.jpg');
}

#ampient_800
{
	float: right;
	padding-right: 20px;
	padding-top: 20px;
}

#ampient_header_text
{
	font-family: Arial,sans-serif;
	font-size: 48px;
	color: #F0F0F0;
	font-weight: normal;
	letter-spacing: -0.5px;
	padding-left: 20px;
	padding-top: 40px;
}

#ampient_subheader_text
{
	font-family: "Lucida Grande","DejaVu Sans","Bitstream Vera Sans",Verdana,Arial,sans-serif;
	color: #032;
	font-size: 18px;
	letter-spacing: -0.1px;
	float: left;
	padding-left: 20px;
	padding-top: 15px;
}


#menucontainer
{
	width: 100%;
	height: 28px;
	background: #A0C80E;
	background-image:url('images/menu-background.jpg');
	background-repeat:repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 760px;
	background: #A0C80E;
	border-right: 1px solid #95BC0E;
}

#content
{
	margin: 0 auto;
	width: 740px;
	padding: 10px 10px;
	border: 1px solid #B5B5B5;
	border-top: 0px;
	border-bottom: 0px;
	background: #FFF;
	font-family: Corbel,Helvetica,sans-serif;
	font-size: 18px;
      line-height: 1.6;	
}

#content p
{
	padding: 0px 20px;
}

#content h1
{
	padding: 0px;
	line-height: 0.5;
	font-family: Arial,sans-serif;
	font-size: 30px;
	color: #000;
	font-weight: normal;
	letter-spacing: -0.5px;
}

#content h2
{
	color: #666;
	padding-bottom: 10px;
	line-height: 0.5;
	border-bottom: 1px solid #A0C80E;
	font-family: Corbel,Helvetica,sans-serif;
	font-size: 190%;
	letter-spacing: -1px;
}

#footer
{
	margin: 0 auto;
	width: 740px;
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 2px;
	background: #A0C80E url('images/menu-background.jpg') repeat-x;
	border: 1px solid #A0C80E;
	font-size: 16px;
	font-family: Corbel,Helvetica,sans-serif;
	padding: 3px 10px;
}