@charset "UTF-8";
body {
	background: #8BC640 url(../images/bg.jpg) repeat-x center top;
	margin: 0px;
}
img {border: none;}
a {text-decoration: none;}
a:link, a:visited {color: #F60;}
a:hover, a:active {
	color: #173A0E;
	text-decoration: underline;
}
#wrapper {
	background: #FFF;
	width: 800px;
	margin: 0px auto;
}
#content {
	padding: 0px 30px 20px;
	width: 740px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 15px;
}
#content p {
	line-height: 20px;
}
#content h1 {
	color: #173A0E;
	font-size: 28px;
	text-align: center;
	border-bottom: 2px dashed #173A0E;
	padding-bottom: 4px;
}
#content h2 {
	color: #173A0E;
	font-size: 23px;
	border-top: 1px dotted #8BC53F;
	padding-top: 4px;
}
#content ul {
	list-style-image: url(../images/bullet.gif);
}
#content li {
	margin-bottom: 10px;
}
#footer {
	width: 800px;
	margin: 0px auto;
}
.itemR, img.itemR {
	float: right;
	border-left: 15px solid #FFF;
	border-bottom: 15px solid #FFF;
}
