body {
	margin-top: 0px; 
	margin-bottom: 20px;
	background-color: #c0c0c0;
}


#frame {
	width: 800px;
	padding-bottom: 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #fafafa;
}

#menu {
	width: 800px; 
	height: 31px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	padding-top: 167px; 
	font-size: 14px;  
	font-family: 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif; 
	color: #000;
}

#content {
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif; 
	font-size: 12px;
}

#box {
	width: 730px;
	border-width: 5px;
	border-color:#d7d7d7;
	border-style: groove;
	padding-left: 10px;
	padding-right: 10px;
}
	

h1 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
	font-size: 26px;
	color: #000;
	font-weight: lighter;
	padding: 0px;
}

h2 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: lighter;
	padding: 0px;
}

h3 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', 'Helvetica Neue Light', 'Arial', sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
}

a {
	color: #084208;
	font-weight:normal;
	text-decoration:none;
}

a:hover {
	text-decoration: underline;
}
	
a.menu {
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

a.menu:hover {
	color: #084208;
	text-decoration: none;
	}
	
a.selected {
	color: #084208;
}

img
{  border-style: none;
}

