body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 76%;
 	line-height: 1.5em;     
	background: #EBB030;
  text-align: center;
}	
	
.wrapper {
	text-align: left;
	margin:0 auto;
	background: url('body_bg.png') repeat-y;
	width: 700px;
	padding: 0 5px;
}

.header {
	padding: 5px;
	text-align: center;
}

.menutop {
 width: 690px;
 border-top: 1px solid #fff;   
 border-bottom: 1px solid #fff;
 padding-top: 4px;
 padding-bottom: 4px;  
 text-align: center;
 color: #000; 
 font-size: 1.2em; 
}

.menutop a{
 text-decoration: none;
}

.menutop a:hover{
   text-decoration: underline;
}

.content{
	width: 100%;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu {
	width: 200px;
/*  	border-style: solid solid solid solid;  */  

	border-color: #D76100;
	border-size: 9px;
	border-width: 0px;
	margin: 10px;
	float: left;
  /*	border-right: 1px solid #00f;  */ 

}
	
#menu li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
  	text-decoration: none;
}
	
#menu li a:link, #menu li a:visited {
	color: #9E3C02;
	display: block;
	background: url('menu.gif');
	padding: 8px 0 0 30px;
}
	
#menu li a:hover {
	color: #fff;
	background: url('menu.gif') 0 -32px;
	padding: 8px 0 0 30px;
}
	
#menu li a:active {
	color: #fff;
	background: url('menu.gif') 0 -64px;
	padding: 8px 0 0 30px;
}

.news {
	color: #9E3C02;
	padding: 5px;
}

.right_column {
	float: right;
	width: 439px;
	padding: 20px;
	border-left: 1px solid #fff;
}

.right_column h1 { color: #000; font-size: 22px; margin-bottom: 10px; margin-top: 10px;}
.right_column h2 { color: #000; font-size: 16px; margin-bottom: 10px; margin-top: 10px;}

.footer {
	border-top: 1px solid #fff;
	color: #000;
	clear: both;
	float: none;
	width: 690px;
	text-align: center;
	padding-bottom: 10px;
	background: url('footer_bg.png') center bottom no-repeat;
}



a {
	color: #9E3C02;
}


/*   pictures   */



#foto_left{
   float: left;
	 border:2px solid #000;
   margin: 5px 5px 5px 5px;
   background-color: #EB9130;
	 text-align: center;
   font-weight: bold;
}

#foto_right{
   float: right;
	 border: 1px solid #000;
   margin: 5px 5px 5px 5px;
   background-color: #EB9130;
	 text-align: center;	 
   font-weight: bold;
}

#foto_left_nocaption{
   float: left;
   margin: 10px 10px 10px 10px;  

}
