/* welcome block */
#welcomeblock {
  background:url(images/VanOrsh08-GH-web-im1b.jpg) 99px 0px repeat-y;
  width: 395px;
}

#welcomeheader {
  width: 385px;
  background: url(images/VanOrsh08-GH-web-im1a.jpg) no-repeat;
  /*border-top: 1px solid #B1C854;*/
}


#welcomecontent {
  width: 200px;
  margin-left: 160px;
  padding-top: 120px;
}

#welcomefooter {
  background:url(images/VanOrsh08-GH-web-im1c.jpg) 99px repeat-y;
  padding: 0px;
  height: 19px;
}


#subscribeblock {
  margin-top:20px;	
  margin-bottom:20px;	
  background:url(images/VanOrsh08-GH-web-im1b.jpg) 99px 0px repeat-y;
  width: 395px;
}

#subscribeheader {
  width: 385px;
  background: url(images/VanOrsh10-GH-web-im_nb1.jpg) 99px 0px no-repeat;

}


#subscribecontent {
  width: 200px;
  margin-left: 120px;
  padding-top: 120px;
}

#subscribefooter {
  background:url(images/VanOrsh08-GH-web-im1c.jpg) 99px repeat-y;
  padding: 0px;
  height: 19px;
}


/* newsblock */
#newsblock {
  margin-left: 50px;
  margin-top: 63px;
  background:url(images/VanOrsh08-GH-web-im2c.jpg) repeat-y;
  padding: 0px;
  width: 270px;
}

#newsheader {
  background: url(images/VanOrsh08-GH-web-im2a.jpg) no-repeat;
  width: 270px;
  margin:0px;
  padding: 0px;
  border-top: 1px solid #B1C854;
}


#newscontent {
  width: 200px;
  margin-left: 30px;
  margin-top: 60px;
}

#newsfooter {
  background:url(images/VanOrsh08-GH-web-im2d.jpg) repeat-y;
  padding: 0px;
  height: 19px;
}

.newstitle {
	font-weight: bold;
}

.newsdate {
	font-size: 10px;
}

.newstext {
	padding-top: 5px;
	color: Green;
}

.newsmore {
	text-align: right;
}

.subscribetext {
	padding-top: 5px;
	color: Green;
}

#home_style input, #home_style select, #home_style textarea {
	border-bottom: 1px solid Green;
	background-color: #E3F6CE;
}

#home_style #submit {
	border: 1px solid Green;
	background-color: #E3F6CE;
}

