* {margin:0;padding:0;} 


html, body, #wrap {height: 100%;}

body > #wrap {height: auto; min-height: 100%;}

#main {padding-bottom: 30px;}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -30px; /* negative value of footer height */
	height: 30px;
	clear:both;} 

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */




/*********************************************************************/



#header-container {
	background-image: url(../images/header-bg.jpg);
	height: 223px;
	width: 100%;
	background-repeat: repeat-x;
}



#header {
	background-image: url(../images/header.jpg);
	height: 223px;
	width: 950px;
    margin-left: auto;
    margin-right: auto; 
}


#wrap {
	background-color: #86ad39;

}



#content-container {
    margin-left: auto;
    margin-right: auto; 
	width: 850px;
	margin-top: 30px;

}

#lef-col {
	float: left;
	width: 200px;

	border: 0px solid #006633;
}

#content {
	float: right;
	width: 580px;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size:0.9em;
	line-height:1.5em;
	font-style: normal;
	text-align: justify;
	background-color: #cfe1ad;

	border: 5px solid #668012;

	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	padding-right: 20px;			
	margin-bottom: 20px;
	-moz-border-radius: 15px 15px 15px 15px;	
}


#footer {background: #654906 url('images/footer.gif') repeat-x;

	color:#ffffff;

	font-size:11px;

	font-family:Verdana, Arial, sans-serif;
}



/*- Menu 11--------------------------- */
ul#navigation {

	list-style: none;
	margin: 0;
	padding: 0;

}	
#menu11 {
	list-style: none;
	width: 200px;
	margin: 0px;
	border: 5px solid #668012;
	background-color: #f1e0a4;
	-moz-border-radius: 15px 15px 15px 15px;
	}
	
#menu11 li a {
	font-family: helvetica,arial,verdana,sans-serif;
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	border-bottom: 1px solid #ae8b10;
	margin-left: 5px;
	margin-right: 5px;	
	padding: 8px 0 0 27px;	
	font-weight: 600;
	}	
	
#menu11 li a:link, #menu11 li a:visited {
	color: #3c3829;
	display: block;
	

	}
	
#menu11 li a:hover {
	color: #3c3829;


	}

	
	
h1{
margin-bottom: 15px;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size:2em;
	line-height:1.5em;

}

.menu_articles ul {

	list-style: none;
}


.menu_articles ul li h3{

	font-size:0.9em;
	line-height:1.5em;
	font-weight: bold;
	margin-bottom: 10px;
}

h2{
margin-bottom: 15px;
	font-family: helvetica,arial,verdana,sans-serif;
	font-size:1.5em;
	line-height:1.5em;

}

a:link,a:visited{
color: #e42323;

}
