/* @override http://stage.theshepherdscrook.org/css/special.css */

* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #e8dfc9;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
p {
	color: #6c6761;
	font-size: 13px;
	line-height: 2em;
	margin-bottom: 15px;
}
#container {
	width: 2602px;
	height: 920px;
	margin: auto auto auto -1301px;
	background: url(../img/bg-special.jpg);
	position: absolute;
	left: 50%;
}
#content {
	width: 700px;
	margin: 100px auto auto;
	padding-top: 50px;
	padding-right: 100px;
	padding-left: 100px;
}

h3 {
	font-size: 24px;
	color: #ff8700;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 20px;
}
a {
	color: #4aa31b;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #ff9232;
}
