@charset "utf-8";
/* CSS Document */
#whole {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: right;
}
.wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border: #339933 solid 2px;
	margin-top: 15px;
	margin-bottom: 15px;
	-moz-box-shadow: 0px 0px 7px #999;
	-webkit-box-shadow: 0px 0px 7px #999;
	box-shadow: 0px 0px 7px #999;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #336633;
	text-shadow: 1px 1px 1px #ccc;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #666;
	clear: both;
	margin: 0px;
	padding: 0px;
	margin-bottom: 7px;
	padding-bottom: 3px;
}
a {
	text-decoration: none !important;
	color: #666;
}
a:hover {
	text-decoration:  underline !important;
	color: #666;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333;
}
img {
	border: 1px solid #fff;
	-moz-box-shadow: 0px 0px 7px #999;
	-webkit-box-shadow: 0px 0px 7px #999;
	box-shadow: 0px 0px 7px #999;
}