@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #CCC;
}
#wrapper {
	background: #fff;
	margin: 0 auto;
	text-align: left;
	width: 770px;
	border: thin solid #000;
}
#header {
	background: #000;
	margin: 0px;
	padding: 0px;
	height: 110px;
}
#caseysWorldNavBar {
	height: 25px;
	width: 770px;
	border: thin solid #000;
	background: #F3F5F0;
	font-family: Arial, Helvetica, sans-serif;
}
#navbar {
	background: #C7885A;
	margin: 0px;
	padding: 0px;
	color: #000;
	text-align: left;
	border-top: thin none #000;
	border-right: thin solid #000;
	border-bottom: thin solid #000;
	border-left: thin solid #000;
	height: auto;
}
#mainContent {
	background: #f3f5f0;
	margin: 0px;
	padding: 0px 0px 10px;
	width: 628px;
	float: left;
}
#sidebar {
	background: #f3f5f0;
	width: 140px;
	float: right;
	height: 689px;
	border-left: thin inset #333;
}
#footer {
	background: #f3f5f0;
	margin: 0px;
	padding: 10px;
	height: 50px;
	clear: both;
	border-top: medium solid #000;
	border-right-style: none;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#mainContent img {
	display: block;
	margin-top: 0px;
	margin-bottom: 1em;
	padding: 10px;
	float: left;
}
#wrapper #mainContent div p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-transform: none;
	text-align: inherit;
	padding-left: 10px;
	padding-top: 3px;
	height: auto;
}
