body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#wrap {
	width: 768px;
}

#header {
	background-image: url(../images/header.jpg);
	width: 768px;
	height: 153px;
}

#menu {
	float: right;
	width: 380px;
	padding: 90px 0 0 0;
}

#menu a {
	height: 25px;
	font-weight: bold;
	font-size: 13px;
	color: #018e32;
	text-decoration: none;
	margin-left: 8px;
}

#menu a:hover {
	height: 25px;
	font-weight: bold;
	font-size: 13px;
	color: #ffffff;
	background-color: #018e32;
	text-decoration: none;
}

#contents {
	width: 768px;
	color: #000000;
	margin: 0px;
}

#banner {
	width: 768px;
}

#left_col {
	width: 212px;
	float: left;
	background-color: #fff;
	text-align: left;
	padding: 5px;
}

#left_col h1 {
	font-size: 12px;
	background-color: #018e32;
	color: #ffffff;
	font-weight: bold;
	padding-left: 3px;
}

#left_col h2 {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
}

#left_col p {
	font-size: 11px;
	padding: 0px;
}

#left_col a {
	font-size: 10px;
	color: #018e32;
	text-decoration: underline;
}

#left_col a:hover {
	color: #ffffff;
	background-color: #018e32;
	text-decoration: none;
}

#news {
	width: 212px;
	font-size: 11px;
	background-color: #ecfff2;
}

#vetrina {
	width: 520px;
	height: 110px;
	background-color: #ecfff2;
	padding-left: 5px;
	margin-bottom: 10px;
	border-left: 4px #018e32 solid;
}

#right_col {
	width: 528px;
	float: right;
	background-color: #fefefe;
	text-align: left;
	padding: 5px;
}

#right_col h1 {
	font-size: 16px;
	margin-bottom: 5px;
	color: #bbbbbb;
	font-weight: bold;
}

#right_col h2 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 8px;
}

#right_col p {
	font-size: 12px;
	line-height: 18px;
}

#right_col a {
	font-size: 12px;
	color: #018e32;
	text-decoration: underline;
}

#right_col a:hover {
	color: #ffffff;
	background-color: #018e32;
	text-decoration: none;
}

#right_col ul {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 18px;
}

#right_col li {
	font-size: 12px;
	line-height: 20px;
}

#right_col .img {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	border: 1px solid #aaa;
}

#footer {
	float: right;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width: 768px;
	height: 161px;
}

#footer p {
	text-align: right;
	font-size: 10px;
	padding: 35px 0 0 0;
}

#footer a {
	font-size: 10px;
	color: #019e32;
	text-decoration: underline;
}

#footer a:hover {
	color: #ffffff;
	background-color: #018e32;
	text-decoration: none;
}

.newsletter input {
	border: 1px solid #aaa;
	background-color: #fff;
	margin-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
}

.newsletter input.submit {
	font-size: 12px;
	background-color: #dddddd;
	border: 1px solid #aaa;
}

.contact {
	padding-right: 150px;
}

.contact p {
	margin: 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.contact input,textarea {
	border: 1px solid #aaa;
	background-color: #fff;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

.contact input.submit {
	font-size: 12px;
	background-color: #ddd;
	border: 1px solid #aaa;
}

.prev p {
	margin: 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.prev input {
	border: 1px solid #aaa;
	background-color: #fff;
	margin-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	overflow: hidden;
}

.prev input.submit {
	font-size: 12px;
	background-color: #ddd;
	border: 1px solid #aaa;
}