body {
	color: #000;
	margin: 2px;
	background: #386F0F;
	font-family: Faulkner, Trebuchet MS, Arial, MS Sans Serif;
	font-size: 13px;
	height: 100%;
}

a {
	color: #386F0F;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
}

a:hover {
	color: #1F3D09;
	font-weight: bold;
}

a.span {
	padding: 2px;
	color: #000;
}

a.span:hover {
	background: #386F0F;
	color: #fff;
}

#top {
	background: #386F0F url('images/liontop.png') top left no-repeat;
	color: #000;
	width: 100%;
	height: 150px;
}

#top h1 {
	margin-left: 330px;
	font-size: 35px;
	font-weight: bold;
	font-spacing: 3px;
	color: #493102;
}

#top img.logo {
	position: absolute;
	left: 290px;
	top: 20px;
}

#top img.right {
	float: right;
}

#top h2 {
	margin-left: 330px;
	font-size: 15px;
	font-weight: normal;	
	font-weight: bold;
	font-style: italic;
	font-spacing: 3px;
	color: #493102;
}

#side {
	float: left;
	background: #386F0F url('images/lionside.png') top left no-repeat;
	color: #000;
	width: 155px;
	padding: 10px;
	margin-right: 10px;
	font-size: 15px;
	border-right: 5px solid #000;
	border-bottom: 5px solid #000;
}

#side p {
	background: url('images/menu.png') top center no-repeat;
	margin-top: 50px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	height: 140px;
}

#content {
	align: center;
	background: #EBE2D5;
	color: #000;
	border: 5px solid #000;
	padding: 10px 5px 5px 10px;
	margin: auto;
}

#content h1 {
	font-size: 20px;
	font-weight: bold;
	font-spacing: 3px;
	margin: 0px;
	color: #386F0F;
	text-align: center;
}

#content p {
	text-indent: 25px;
}

#content h2 {
	margin-left: 10px;
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
}

#content h3 {
	color: #386F0F;
}

ul li {
	margin-left: 160px;
	padding-left: 5px;
}

#bottom {
	clear: both;
	background: #EBE2D5;
	color: #386F0F;
	border-right: 5px solid #000;
	border-left: 5px solid #000;
	border-bottom: 5px solid #000;
	text-align: center;
	padding: 5px;
	font-size: 12px;
}