body {
	margin:0px;
	background: #fff7f2 url(img/bkg.jpg) repeat-y;
	font: small verdana,arial,helvetica;
	color: #187230;
}
a {
	color: blue;
	text-decoration: underline;
	font-weight: bold;
}
img {
	border: none;
}
#main {
	width: 600px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	border: none;
}
#leftcol {
	width:167px;
	vertical-align: top;
}
#leftcol .flower {
	margin: 10px auto;
	text-align: center;
}
/*#leftcol a {
	display: block;
	height: 36px;
	width: 120px;
	color: #ff6;
	text-decoration: none;
	background: url(img/menu.png) 0px 0px;
	padding: 16px 0px 0px 45px;
	font: bold 100% "Comic Sans MS";
	line-height: 100%;
} */
#content {
	width: 433px;
	padding: 10px;
}
h2 {
	text-align: right;
	font-size: 130%;
	margin: 10px 0px 10px;
	border-bottom:  1px solid #187230;
}
h3 {
	font: italic bold 120% verdana;
	text-align: center;
}
h4 {
	font-size: 110%;
	text-align: center;
}
.left {
	float: left;
	margin: 10px 10px 10px 0px;
}
.right {
	float: right;
	margin: 10px 0px 10px 10px;
}
.center {
	text-align: center;
}
#footer {
	border-bottom:  1px solid #187230;
	border-top:  1px solid #187230;
	text-align: center;
	color: #000;
	font-size: 90%;
	padding: 10px;
	clear: both;
	margin-top: 40px; 
}
#footer p {
	margin: 6px 0px;
}
.footernav {
	text-align: center;
	color: #767676;
	font-size: 80%;
	padding: 10px;
}
.footernav a {
	color: #767676;
	font-weight: normal;
}
hr {
	width: 100%;
	height: 1px;
	color: #187230;
}
.smaller, .smaller td{
	font-size: 90%;
}
.red {
	color: #f00;
	font-weight: bold;
}
fieldset {
	float: left;
	clear: both;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border: none;
}
legend {
	margin-left: 1em;
	padding: 0;
	color: #000;
	font-weight: bold;
	font-style: italic;
}
fieldset ol {
	padding: 0;
	list-style: none;
}
fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding: 0.25em 0;
	background-image: none;
	background-repeat: no-repeat; 
	background-position: 0px; 
}
label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
	font-size: 85%;
}
fieldset.submit, fieldset.informativa {
	float: none;
	width: auto;
	border: 0px none #fff;
	background-color: transparent;
	background-image: none;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 4px;
}
.inv {
	display: none;
}