/*zeiner website*/

body {
	background: #c6c6c6; color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif; 		    
	}

#wrapper {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	
	/*border: thick solid #666;*/
}

/*text-align: left; added as IE5.x and IE6 does not recognize the auto margin property, plus the text-align:center: code is added to 'body'*/

/*-------------------*/	
#nav {
	margin: 0px;
	padding: 3px 0px 3px 0px;
	background: #999;
	float: left;
	width: 850px;
	font-size: 14px;	
	}	
#nav ul {
	margin: 0px 0px 0px 8px; /*moves row of text*/
	padding: 0px;
	list-style-type: none;
	text-align: left;
} 
#nav ul li { 
	display: inline; 
	margin: 0px 8px 0px 8px;	
}  
#nav ul li a { 
	text-decoration: none; 
	padding: 5px; 
	color: #909;
}  
#nav ul li a:hover { 
	color: #fff;
	padding: 5px 5px 7px 5px;	 
} 
#nav li a#current { 
	color: #000; 
	padding: 5px 5px 7px 5px;
} 

	
/*Main Content area RIGHT side ----------------*/
#rightcontent {
	float: left;	
	margin: 0px 0px 0px -2px; /*moves column*/	
	padding: 0px;/* adds white space around text*/
	width: 850px;
	text-align: justify;
	background: url(images/hzphoto410.jpg) no-repeat top left;	
	}
	
#rightcontent p {
	margin: 15px 22px 0px 425px;
	font-size: 12px;
	}
#rightcontent img {
	float: right;
	margin: 0px;
	padding: 0px;
	}
.news_announcement {
margin: 0px;
padding:5px;
width: 255px;
float:right;
color: #333333;
background-color: #fff;
border: 1px solid #000;
font-size:14px !important;
text-align:left;
}

	

#footer {
	clear: both;
	width: 850px;
	margin: 0px 0px 0px 0px;
	color:#fff; background: #999;
	}
#footer p {
	padding: 3px 0px 3px 16px;
	text-align: left;
	font-size: 10px;
	}
#footerbottom  {
	clear: both;
	width: 100%;
	margin: 0px;
	color:#666; background: #c6c6c6;
	}
#footerbottom p {
	padding: 3px 10px 3px 0px;
	text-align: right;
	font-size: 10px;
	}

	
	
