html {
  overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0;
	_padding: 0 0 35px 0;
/*  font-family: "Trebuchet MS", "Segoe UI", "Microsoft Sans Serif", Arial, sans-serif;*/
	font-family: "Trebuchet MS", "Microsoft Sans Serif", Arial, "FreeSans", sans-serif;
	font-size: 11px;
	color: #585953;
	background: url(../webimg/bg2.jpg) repeat fixed center 0;
}
a {
	text-decoration: none;
	color: #444442;
}
a.active {
	text-decoration: underline !important;
}
.fl {
	/*float: left;*/
  margin-right: 4px;
}
.fr {
	/*float: right;*/
  margin-left: 4px;
}
p, h1, h2, h3 {
	margin: 0;
}
.break {
	clear: both;
}
#wrapper {
	width: 900px;
	margin: 0 auto;
  padding-top: 35px;
  position: relative;
}
#header-dummy{
  height: 389px;
}
#header{
  position: absolute;
  top: 35px;
}
#logo {
	width: 178px;
/*  height:45px;
  background: url(../webimg/logo.png);*/
}
#logo a img{
  border: none;
}
#menu {
	clear: both;
	margin: 15px 0 5px 15px;
	font-size: 19px;
}
#menu a, #menu a:visited, #submenu a, #submenu a:visited {
	color: #4d4c4a;
}
#menu a:hover, #submenu a:hover {
	text-decoration: underline;
}
.gbox {
	margin-top: 8px;
	width: 446px;
	height: 130px;
	background: url(../webimg/box-tbg.png);
	color: #fff;
  cursor: pointer;
  float: left;
}

.gbox.hover {
  background: url(../webimg/box-tbg-hover.png);
}

#article h1 {
  margin: 10px 15px;
  font-size: 26px;
  font-weight: normal;
  color: #4f711a;
}

.gbox h2, #content h2 {
	margin: 10px 15px;
	font-size: 26px;
	font-weight: normal;
	color: #4f711a;
}

.gbox h2 {
	color: #fff;
}
#content h2 {
	margin: 15px 15px 10px 15px;
}
.gbox p, #content p {
	margin: 10px 15px;
	font-size: 13px;
	line-height: 19px;
}
#content p {
	margin: 15px 20px;
}
#center {
	float: left;
	width: 620px;
	margin-top: 15px;
}
#article p, #news p {
	margin: 12px 15px;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}
#right {
	float: right;
	width: 280px;
	margin-top: 20px;
	color: #7b7b7b;
}

#news h2 {
  margin: 15px 15px 10px;
  font-size: 20px;
  line-height: 16px;
  font-weight: normal;
  color: #4f711a;
}

#news h3 {
	margin: 10px 15px 5px;
	font-size: 16px;
	font-weight: normal;
	color: #4f711a;
}

#news h3 a {
  color: #4f711a;
}

#news h3 a:hover {
  text-decoration: underline;
}  

#news p {
  margin: 5px 15px 10px;
}

#footer {
	clear: both;
	color: #444442;
}

#footer p {
	margin: 10px 15px;
	font-size: 10px;
}
#footer p a {
  text-decoration: underline;
}
#container {
	clear: both;
	overflow: hidden;
	margin-top: 30px;
}
#gallery {
	float: left;
	margin: 0 0 20px 15px;
	width: 425px;
	display: inline;
	color: #363636;
}
#gallery p {
	margin: 10px 0;
	font-size: 9px;
	line-height: 16px;
}
#gallery img {
	float: left;
	margin: 0 3px 3px 0;
}
#content {
	float: right;
	margin: 0 15px 20px 0;
	width: 445px;
	display: inline;
	background: url(../webimg/box-tbg.png);
	color: #fff;
}
#submenu {
	clear: both;
	margin: 5px 0 5px 15px;
	font-size: 14px;
	font-weight: bold;
}

#secondary-menu {
  font-size: 13px;
  position: absolute;
  width: 400px;
  text-align: right;
  right: 15px;
  top: 32px;
}

#secondary-menu a:hover {
  text-decoration: underline;
}
