body{
 font-family:		Arial, Verdana, sans-serif;
 font-size:			13px;
 background-color:	#E6F3DE;
}

form{
 margin:			0px;
}

#main{
 width:				950px;
 margin:			auto;
 background-color:	white;
 border:			10px solid white;
}

#leftmenu{
 float:				left;
 width:				250px;
 padding:			10px;
}

#content{
 float:				left;
 padding:			10px;
 margin-left:		10px;
 width:				650px;
 color:				#2A6432;
}

#footer{
 padding-top:		10px;
 color:				#2A6432;
}

#header{
 padding-bottom:	10px;
}

#header_menu{
 float:				right;
 padding-right:		10px;
 text-align:		right;
 width:				100px;
}

a.header_menu{
 font-weight:		bold;
 text-decoration:	none;
 font-size:			15px;
 color:				#2A6432;
}

a.header_menu:hover{
 color:				black;
}

a.menu{
 font-weight:		bold;
 color:				#9EB99E;
 font-size:			15px;
 text-decoration:	none;
}

a.menu:hover{
 color:				white;
}

a.menu_selected{
 font-weight:		bold;
 color:				white;
 font-size:			15px;
 text-decoration:	none;
}

a.menu_selected:hover{
color:				white;
}

span.menu_big{
 font-weight:		bold;
 color:				#9EB99E;
 font-size:			19px;
}

span.menu_big_selected{
 font-weight:		bold;
 color:				white;
 font-size:			19px;
}

span.menu_small{
 font-weight:		bold;
 color:				#9EB99E;
 font-size:			16px;
}

h1{
 color:				#2A6432;
 font-size:			19px;
 margin-top:		0px;
}

div.picright{
 clear:				right;
 float:				right;
 margin-left:		10px;
 margin-bottom:		10px;
 margin-top:		3px;
 padding:			3px;
 border:			1px solid #2A6432;
 background-color: 	#F9F9F9;
 width:				306px;
}

div.picpic{
 padding:			3px;
 text-align:		center;
 overflow:			hidden;
}

div.picbig{
 margin-bottom:		10px;
 margin-top:		10px;
 padding:			3px;
 border:			1px solid #2A6432;
 background-color: 	#F9F9F9;
}

a{
 color:				#2A6432;
 font-weight:		bold;
 text-decoration:	underline;
}

a:hover{
 color:				black;
 text-decoration:	none;
}

#map{
 width:				643px;
 height:			350px;
 border:			3px solid white;
}

.gallery_pic{
 border:			3px solid white;
 margin:			3px;
}

.chli{
 font-size:			10px;
}

#back{
 background-image:	url(gfx/back.gif);
}