@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	background-color: #F8F8F8;
	margin: 0px;
	padding: 0px;
	color: #666666;
}
.ven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #389948;
	letter-spacing: 0.1em;
}

#main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
#head {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}
#content {
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 120px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #47A559;
	letter-spacing: 0.1em;
	line-height: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #47A559;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.1em;
	line-height: 20px;
}
a:link {
	color: #389948;
	text-decoration: none;
}
a:visited {
	color: #389948;
	text-decoration: none;
}
a:hover {
	color: #E96E69;
	text-decoration: none;
}
a:active {
	color: #389948;
	text-decoration: none;
}
.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E783A;
	background-color: #F8F8F8;
	border: 1px solid #848484;
}

