* {
margin: 0;
padding: 0;
border: none;
}

body {
	background: #fff url(hg-body.jpg);
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100.1%;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	width: 633px;
	height: 100%;
	color: #000;
	text-align:left;
	font-size:0.9em;
	background: #fff;	
	border: 1px solid #d9e1cc;
}

#header {
	height: 182px;
}

#content {
	float: right;
	min-height: 300px;
	height: auto;
	width: 520px;
	
}

* html #content {
height: 300px;
}


#navigation ul.nav1st {
	margin-top: 10px;
	margin-left: 5px;
	width:7em;
	font-size: 0.8em;	
	float:left;
}


#navigation ul.nav1st li {
	list-style: none;
	text-decoration: none;
	line-height: 1.1em;
	
}

.active, .current {
	padding: 5px 3px;
	background: #fff;
	color: #4c7e65;
	font-weight: bold;
	line-height: 1.1em;	
	}



#navigation ul.nav1st a, 
#navigation ul.nav1st a:link {
	padding: 5px 3px;
	display: block;
	color:#666;
	font-weight:bold;
	text-decoration: none;

}

#navigation ul.nav1st a:hover, #navigation ul.nav1st a:focus {
	background: #fff;
	color: #4c7e65;
	text-decoration: none;
}

#footer {clear: both;margin: 10px 0; color: #d02434;font-size: 0.7em;text-align: center;}
#footer a {color: #d02434;}
#footer a:hover {color: #333; text-decoration: underline;}

h1 {
	background: #fff;
	color: #4c7e65;
	font-size: 0.9em;
	line-height: 1.5;
	margin: 10px 30px 0px 20px;
	font-weight: bold;
	
}

h2 {
	background: #fff;
	color: #4c7e65;
	font-size: 0.9em;
	line-height: 1.5;
	margin: 0px 30px 10px 20px;
	font-weight: bold;	
}

p {
	margin: 10px 30px 10px 20px;
	font-size:0.9em;
	line-height: 1.4;
}

#content ul {
	margin: 10px 30px 20px 30px;	
}

#content ul li {
	margin: 5px;
	font-size:0.9em;
	line-height: 1.4;
}

#content a {color: #4c7e65;background: inherit;text-decoration: none;}
#content a:hover {text-decoration: underline;}

