* 
{
	padding: 0;
	margin: 0;
}

body
{
	background: #aaaaaa;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #000000;
}

h1
{
	margin: 0;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #859a46;
	padding: 0;
	font-weight:100;
	margin-bottom: 10px;
}

/* menu links */
a.mainlevel:link, a.mainlevel:visited {
	padding-left: 5px;
	margin: 0;
	line-height: 18px;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
	font-size: 11px;
}

a.mainlevel:hover {
text-decoration: underline;
}


#webholder {
	width: 962px;
	margin-top: 30px;
	height: 850px;
	background-color:#FFFFFF;
	left: 50%;
	margin-left: -481px;
	position: relative;
	background-position:center; 
}

	#logo {
		float: left;
		height: 80px;
		width: 938px;
		margin-left: 10px;
		margin-top: 5px;
		background-image:url(../img/essence-logo.jpg);
		background-repeat:no-repeat;
		background-color:#FFFFFF;
	}
	
	#header {
		float: left;
		height: 250px;
		width: 938px;
		margin-left: 10px;
		background-image:url(../img/header.jpg);
		background-color:#009900;		
	}
	
	#sidebar {
		float: left;
		width: 180px;
		height: 500px;
 		background-image:url(../img/mnu_header.png);
		background-repeat:no-repeat;
		margin-top: 1px;
		margin-left: 10px;
		margin-bottom:10px;
		background-color:#FFFFFF;
	}
		#menu {
			margin-left: 30px;
			margin-top: 45px;
			line-height:20px;
		}
		#menu a
		{
			text-decoration: none;
			
			color: #000;
		}
		#menu a:hover
		{
			text-decoration: underline;
			
			color: #000;
		}			
	
	#content {
		float: left;
		width: 758px;
		height: 500px;
		background-color:#fafafa; 		
		margin-top: 1px;
	}
		#content a
		{
			text-decoration:underline;
			color:#333;
		}
		#content a:hover
		{
			text-decoration:none;
		}
		#content-text {
			margin-left: 15px;
			margin-top: 15px;
		}
