#header {
	background-image: url(../images/grass_clouds.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-color: D0EA9E;
	height: 290px;
	width: 850px;

}

#header .menu .item a.home {
    background-position: bottom;
}

.counter  {
	height: 25px;
	width: 150px;
	margin-top: 42px;
	margin-left: 70px;
	position: static;
	z-index: 10;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #006633;
	font-weight: bold;
	text-align: right;
}
	
.headingfont  {
	font: bolder 12px Arial, Helvetica, sans-serif;
	color: #268F3A;
	padding-right: 5px;
}
.headtextfont  {
	font:0.96em Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 5px;
	line-height:1.4;
	text-align: justify;
}

.infofont  {
	font:0.95em/normal Arial, Helvetica, sans-serif;
	color: #000000;
	padding-right: 5px;
	
}

.infobox  {
	width:290px;
	height: 80px;
	padding-bottom: 12px;
	float: right;
}

.infobox h2 {
	font:12px; Arial, Helvetica, sans-serif;
}


.infotext  {
	margin-left: 85px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669933;
	height: 79px;
	line-height: 14px;
	font-style: normal;
	width: 210px;
}

.infotextclick {
	color: #268F3A;
	text-decoration: none;
	font-size: 12px;
	font-style: oblique;	
}

.infopicture  {
	padding-left: 5px;
	float: left;
	background-color: #FF6600;

}

#columngroup  {
	width: 630px;
	height: auto;
	
}

#columngroupbottom  {
	topwidth: 630px;
	height: auto;
	background-color: #FFFFCC;	
}


#columnheadline {
	padding: 13px 10px 0 2;
	height: 150px;
	width: 600px;
	background-image: url(../images/green_drop.png);
	background-repeat: no-repeat;

	margin-top: 17px;
	margin-left: 17px;
	background-color: #FFFFFF;

}

#columnheadline  .boxout {
	width: 420px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: 0054A5;
	line-height: 16pt;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	left: 182px;
	position: relative;
}

#column1 {
	padding: 10px 10px 0 0;
	margin-top: 13px;
	width: 285px;
	height: 300x;
	margin-left: 25px;
	float: left;
}
#column2 {
	width: 300px;
	height: 300px;
	margin-top: 22px;
	height: 300px;
	margin-left: 0px;
	float: right;
	position: relative;
}

#column3 {
	height: 440px;
	width: 215px;
	font-size:10px;
	margin-right: -3px;
	margin-top: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/newsfeed_border.png);
	background-position: right top;
	float:right;
	padding-top: 12px;
}

#column3 .newsfeed  {
	height: auto;
	width: auto;
	padding:20 7 7;
	margin-top: 30px;
	margin-right: 22px;
	margin-left: 14px;
}
				
#column3 ul {
    margin: 0;
    padding: 0;
    color: #000000;
	list-style-type: none;
	
}

#column3 ul li {
    margin-bottom: 1em;
    text-align: left;
		
	
}	

#csstext{
	font-size: 1em; /* optional. just to increase the font size. */
	display: block;
	line-height: 1em;
	color: #333399; /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}


#csstext:before  {
	content: "'Tis a test of css generated text <br> on the way to the html drop shadow effect - but the text doesn't like to stay in it's assigned div";
	display: block;

}