@charset "utf-8";
/* CSS Document */

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	background-color: #FFF;
	margin: 0px;
}
div.header {
	background-image: url(header_bg.jpg);
	background-repeat: no-repeat;
	height: 186px;
	width: 100%;
}
div.logo {
	height: 125px;
	width: 285px;
	margin-left: 60px;
}
div.content {
	width: 650px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 95px;
}
a {
	color: #609010;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

