* {
	margin:0;
	padding:0;
}
body {
	font-family:Imprint MT Shadow, Helvetica, sans-serif;
	font-size:12px;
	color: #000000Y;
	background: #D9D919 url(images/pageBackground.jpg) repeat-x left top;
}
a {
	color:#D9D919;
	font-size:12px;
	text-decoration:underline;
}
a:hover {
	color#524534;
	font-size:12px;
	text-decoration:none;
}
.logo {
	color:#000000;
	font-size:72px;
}
.menu {
	text-align:left;
	padding:10px 0 0 0;
}
.menu ul {
}
.menu li {
	list-style:none;
	display:inline;
	margin:0 10px;
}
.menu li a {
	padding:0 10px;
	font-size:18px;
	color:#000000;
	text-decoration:none;
}
.menu li a:hover {
	padding:0 10px;
	font-size:18px;
	color:#81F781;
	text-decoration:none;
	background:url(images/menuBackground.jpg) repeat-x left top;
}
.menu #active a {
	padding:0 10px;
	font-size:18px;
	color:#000000;
	text-decoration:none;
	background:url(images/menuBackground.jpg) repeat-x left top;
}
.author {
	text-align:right;
	padding:20px 0 10px 0;
	color:#000000;
}
.headerPic {
}
#container {
	width: 800px;
	margin: 0 auto;
}
#header {
}
#mainContent {

}
.pTop {
	background:url(images/pTop.png) no-repeat left top;
	height:25px;
}
.pBottom {
	background:url(images/pBottom.png) no-repeat left top;
	height:25px;
	padding:0 0 20px 0;
}
.pBody {
	background:url(images/pBody.jpg) repeat-y left top;
}
.pBodyTop {
	background:url(images/pBodyTop.jpg) no-repeat left top;
	min-height:253px;
}
.pSep {
	background:url(images/pSeparator.png) repeat-y left top;
}
.box p {
	padding:10px 0;
}
.box {
	width:164px;
	float:left;
}
.box1 {
	padding-left:30px;
}
.box2 {
	padding-left:30px;
}
.box3 {
	padding-left:25px;
}
.box4 {
	padding-left:25px;
}
.box img {
	border:0;
}
.btn {
	text-align:right;
}
#footer {
	text-align:center;
	color:#000000;
	background:url(images/footerBackground.jpg) repeat-x left top;
	height:60px;
	margin:20px 0 0 0;
}
#footer p {
	padding:15px 0 0 0;
}
#footer a {
	color:#F2F5A9;
	font-size:12px;
	text-decoration:underline;
}
#footer a:hover {
	color:#F2F5A9;
	font-size:12px;
	text-decoration:none;
}
.clearer {
	clear:both;
}