/* Start of CMSMS style sheet 'ecofima' */
div#content h2 {
	color: #294B5F;
/* font size for h2 the higher the h number the smaller the font size, most times */
	font-size: 1.5em;
	text-align: left;
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #f23c3f;
	border-left: 1.1em solid #f23c3f;
/* a larder than h1 line height */
	line-height: 1.5em;
/* and some air under the border */
	margin: 0 0 0.5em 0;
}

div#header {
/* adjust according your image size */
/*	height: 163px; */
	height: 200px;
	margin: 0;
	padding: 0;
/* border just the bottom */
	border-bottom: 1px solid #D9E2E6;
}

#menu_vert a:hover{
	color: #f23c3f;
}
/* End of 'ecofima' */

