﻿#articles {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		x-small;
	z-index:		5;
	position:		relative;
	top:			50px;
	left:			-30px;
	margin:			0px;
	padding:		0px;
}
#articles a {
	color:			#000;
}
#banner {
	width:				800px;
	height:				125px;
	background-color:	#ccc790;
	position:			relative;
	top:				0px;
}
#body {
	width:					600px;
	top:					0px;
	float:					right;
	background-color:		white;
	padding:				10px;
}
#cleonpicture{
	float:		left;
	height:		125px;
}
#cleonheading{
	top:		10px;
	left:		25px;
	position:	relative;
}
#cleonheading h1{
	color:			#4e2001;
	font-style:		italic;
	font-family:	"Times New Roman", Times, serif;
	font-size: 		45px;
	font-weight:	bold;
	margin-top:		0px;
	float:			left;
}
#container {
	padding:			0;
	position:			relative;
	width:				800px;
	margin-left:		auto;
	margin-right:		auto;
	background-color:	white;
}
#footer {
	clear:				both;
	text-align:			center;
	background-color:	#ccc790;
}
#footer a {
		color: #512309;
}
#footer a:hover {
	color: #6e7b04;
}
#googlead {
	height:				130px;
	width:				130px;
	border:				thick #ca7 solid;
}
#left {
	clear:				both;
	float:				left;
	top:				25px;
	width:				155px;
	display:			inline;
	background-color:	white;
	margin-left:		5px;
}
#navigation {
	background-color: #ca7;
	overflow: hidden;
}
#pageContent {
	z-index: 4;
	width: 800px;
	height: 455px;
}
#presentedby{
	position:		relative;
	top:			75px;
	float:			right;
	margin-right:	15px;
}
#presentedby a {
	color:			#4e2001;
	font-style:		italic;
	font-weight:	bold;
}
#websitecredit
{
	width:					125px;
	height:					50px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #000;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #ca7;
	background-color: #dc8;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 1px solid #ed9;
	background-color: #ed9;
}
