@charset "UTF-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background-color:#D3E497;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#603913;
}
a {
	color:#603913;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

#mainWrapper {
	width:970px;
	height:580px;
	margin:0px auto;
	border:2px solid #FFF;
}
#contentWrapper {
	width:960px;
	height:570px;
	margin:3px auto;
	border:2px solid #FFF;
}
#contentWrapper p {
	font-size:16px;
	margin:7px 0px 22px 0px;
}
#contentWrapper h1 {
	font-size:22px;
	font-weight:normal;
	margin:20px 0px 0px 0px;
}
#footer {
	width:970px;
	height:auto;
	margin:10px auto;
	color:#FFF;
	font-size:11px;
}
#footer a {
	color:#FFF;
	margin:0px 12px;
}

#footer a:hover {
	color:#FFF;
}