body
{
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
	font-family: arial, helvetica, verdana, tahoma, sans-serif;
	font-size: 100%;
	color: #000;
	background-color: #EEEEEE;
	line-height: 180%;
}

a
{
	color: #87a61b ;
	text-decoration: none;
}

a:hover
{
	color: #000000;
	text-decoration: none;
}

#headercontainer
{
/*
	width: 100%;
	background: #242424;
*/
}

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

#header h1
{
	margin: 0;
	color: #EEEEEE;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 275%;
	padding-left: 10px;
	letter-spacing: -3px;
	padding-top: 50px;
}

#menucontainer
{
/*
	width: 100%;
	height: 28px;
*/
	
/*	background: #87a61b;
*/
/*	background: #87a61b  repeat-x;
*/
/*
	background: #87a61b;
	background-image:url('images/menu-background2.jpg');*/
/*
	background-repeat:repeat-x;
	border-top: 1px solid #95BC0E;
	border-bottom: 1px solid #95BC0E;
*/

/*	background-repeat:repeat-x;
*/
}

#menu
{
	margin: 0 auto;
	width: 760px;

/*	background: #87a61b;
*/	
	background-image:url('images/menu-background2.jpg');*/
	background-repeat:repeat-x;
/*	
	border: 1px solid #87a61b;
*/
	border-top: 1px solid #87a61b;
	border-bottom: 1px solid #87a61b;
	
	border-right: 1px solid #87a61b;
	
	border-left: 1px solid #87a61b;
	

/*
	border-top: 1px solid #95BC0E;
	border-bottom: 1px solid #95BC0E;
*/
	/*
	border-right: 1px solid #B5B5B5;
	border-left: 1px solid #B5B5B5;
	*/
/*
	border-top: 0px;
	border-bottom: 0px;
*/	
	/*border-right: 1px solid #95BC0E;
	*/
}

#content
{
/*
	margin: 0 auto;
*/
	margin: 0 auto;
	width: 740px;
	padding: 30px 10px;
	border: 1px solid #87a61b;
	border-top: 0px;
	border-bottom: 0px;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 100%;
	background: #FFF;
	
}

#content h2
{
	color: #666;
	padding-bottom: 3px;
	border-bottom: 1px solid #87a61b;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	font-size: 200%;
	letter-spacing: -1px;
}

#footer
{
	margin: 0 auto;
	width: 740px;
	text-align: right;
	color: #FFFFFF;
	letter-spacing: 2px;
	/*
	background: #87a61b  repeat-x;
	*/
	background: #87a61b url('images/menu-background2.jpg');
	border: 1px solid #87a61b;
	font-family: helvetica, arial, verdana, tahoma, sans-serif; 
	font-size: 80%;
	padding: 3px 10px;
}
