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

body {
	background-color:#B8EF86;
	margin: 0;
	padding: 30px 0;
	}

#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	background-color: #fff;
	border: 2px solid #75AF41;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#header {
	width: 800px;
	text-align: right;
	background-image: url(header.png);
	background-repeat: no-repeat;
	height: 454px;
	position: relative;
	}
#header h1 {
	position: absolute;
	top: 300px;
	width: 300px;
	left: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FF3700;
	}
#headerImg {
	float: left;
	width: 300px;
	height: 298px;
	}
#content {
	text-align: left;
	padding: 10px;
	}
th {
	background-color: #00C200;
	color: #fff;
	}
	content table {
	margin: 0 auto;
	}
#block1 {
	width: 336px;
	height: 280px;
	margin: 10px auto;
	}
#block2 {
	width: 728px;
	height: 90px;
	margin: 10px auto;
	}

.clear { clear: both;}
