/* CSS ducomento */
* {
	margin: 0px;
	padding: 0px;
}

body {
	margin:0;
	padding: 0;
   background: url(images/bg.gif) repeat-x #346536;
   font-family: "Trebuchet MS";
   color:#227159;
   font-size:14px;
}

#wrap
{
background:#ffffff;
width: 745px;
margin: 0 auto 0 auto ;

}

h1, h2, h3, h4, h5, h6, strong {
	color: #20916D;
}

h3 {
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-size:14px;
	font-weight:bold;
}
h5 {
	font-size:13px;
	font-weight:bold;
}

a, a:visited {
	color:#FE4311;
	font-weight:bold;
}

a:hover {
	color:#D74729;
}


/* Menu */

#menu {
	width: 745px;
	height: 40px;
	margin: 0 auto 0 auto;
	
	
}

#menu ul {
	width: 745px;
	height: 40px;
	margin:  0;
	padding: 22px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
	
}

#menu a {
	display: block;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	float: left;
	height: 20px;
	padding: 5px 15px 0 15px;
	text-decoration: none;
	color: #fff;
	background:#008961;
	margin-left:8px;
	border-top:1px solid #000000;
}

#menu a:hover {
	background: #fff;
	color:#008961;
	border-top:1px solid #000000;
}
#menu a#active
{
background: #fff;
	color:#008961;
	border-top:1px solid #000000;
}


#header {
	width: 745px;
	height: 367px;
	margin: 0 auto;
	background: url(images/header.jpg) #ffffff;
	border-top: none;
	
}



#content {
	width: 705px;
	margin: 0 auto;
	padding:0 20px;
	background:#ffffff;
	border-bottom:2px solid #008961;
	text-align:justify;
	border-top: none;
	
}
#footer
{
margin:0 auto;
padding-top:10px;
width: 745px;
background:#346536;
color:#ffffff;
font-size:11px;
font-weight:bold;
text-align:center;	
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 100px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 308px;
	border: 1px solid #94AB74;
	background: #C5DBA7;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}
