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

body{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000000;
}

#wrapper{
	float:left;
	width:100%;
	margin:0 auto;
	
}

#area{
	margin:0 auto;
	width:800px;
	min-height:500px;
}

h3{
	font-size:18px;
	font-weight:bold;
	color:#789632;
	text-align:center;
}
h1{
	font-size:20px;
	font-weight:bold;
	color:#789632;
	text-align:center;
}
