	body
	{
		margin: 0;
		padding: 0;
		font: 85% verdana, hevetica, sans-serif;
		text-align: center;
		color: #333;
		background-color: #839942;
                background-image: url(images/nature1.jpg);
		font-style:normal; font-variant:normal; font-weight:normal; font-size:73%; font-family:verdana, hevetica, sans-serif
	}
	
	a:link { color: #798A47; }	
	a:visited { color: #798A47; }
	
	a:hover, a:active
	{
		color: #C4CF9C;
		background-color: #798A47;
	}
	
	h2
	{
		color: #798A47;
		font: 120% verdana, times, "times new roman", serif;
		font-weight: bold;
		margin: 0 0 2px 0;
	}
	
	h2 a { text-decoration: none; }
	
	h3
	{
		color: #526D29;
		font: 106% verdana, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}

        h4
	{
		color: #526D29;
		font: 95% verdana, times, "times new roman", serif;
		font-weight: bold;
		margin-top: 0;
	}
	
	#container
	{
		margin: 1em auto;
		width: 747px;
		text-align: left;
		background-color: #CAD6A0;
		border: 1px solid #000000;
	}
	
	#header
	{
		height: 160px;
		background-image: url('images/banniere.jpg');
		background-repeat: no-repeat;
		background-position: 0 0;
				position: relative;
	}
	
	#header h1
	{
		font-size: 1px;
		text-align: right;
		color: #fff;
		margin: 0;
		padding: 0;
	}
#menu {float:left}
#menu ul {list-style-type: none;} 

li {margin-bottom: 2px;
    }
         

#menu a {
     margin: 0 5px;
     width: 120px; 
     height: 25px;
     display: block;
     text-align: center;
     border: 1px solid #CAD6A0;
     text-decoration: none;
     color: #526D29;
     background: #DDE3BF;
	 }
	 
#menu a:hover {
     background: #E8ECD5;
     border: 1px solid #CAD6A0; 
     color: #000000
     }

#menu a:active {
     background: #E8ECD5;
     border: 1px solid #CAD6A0; 
     color: #798A47;
     }
		 
		
	#contents { margin: 15px 75px 50px 180px; }
	#contents p { line-height: 165%; }
	.blogentry { border-bottom: 1px solid #83964D;}
	
	.blogentry ul
	{
		list-style-type: none;
		text-align: left;
		margin: 1em 0;
		padding: 0;
		font-size: 95%;
	}
	
	.blogentry li
	{
                
		display: inline;
		padding: 10px 0 0 7px;
	}
	
	
	
	#footer
	{
		clear: both;
		color: #798A47;
		background-color: #D6DEBB;
		text-align: right;
		padding: 5px;
		font-size: 90%;
	}
	
	#skipmenu
	{
		position: absolute;
		right: 5px;
		top: 5px;
	}
	
	#skipmenu a
	{
		color: #B4C18B;
		text-decoration: none;
	}
	
	#skipmenu a:hover
	{
		color: #fff;
		background-color: #B4C18B;
		text-decoration: none;
	}