body {
  width: 98%;
	color: #023e33;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
a,a:visited {
  color: #023e33;
	text-decoration: none;
}
a:hover {
  color: #04627a;
	text-decoration: none;
}
.main {
  position: absolute;
	left: 0;
	top: 0;
	background: url(images/main-header.jpg) no-repeat;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
}
.menu {
	position: absolute;
	top: 150px;
	left: 272px;
	width:70%;
	padding: 5px;
}
.menu a,a:visited {
  color: #023e33;
	text-decoration: none;
}
.menu a:hover {
  color: #04627a;
	text-decoration: none;
}
.text {
	position: absolute;
	min-height: 500px;
	top: 259px;
	left: 275px;
	width:70%;
	padding: 5px;
}
.news {
	position: absolute;
	top: 320px;
	left: 2px;
	min-height: 300px;
	min-width: 200px;
	padding: 5px;
}
.slogan {
	position: absolute;
	top: 5px;
	left: 600px;
	color: #137665;
}
#news_table td {
  border-bottom: 1px solid #023e33;
}

