@charset "UTF-8";
/* Experience Farm - copyright 2010 - CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-image: url(../images/crumb-ver2.jpg);
	background-color: #f3840d;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}a:link {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-style: italic;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
}
h2 {
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
p {
	margin-top: 8px;
	margin-bottom: 8px;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#master-wrapper {
	background-image: url(../images/crumb-logo-bot.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 185px;
}
#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/white-bg.png);
	background-repeat: repeat;
	margin-top: 10px;
	padding-bottom: 15px;
}
#masthead {
	background-image: url(../images/crumb-logo.png);
	background-repeat: no-repeat;
	height: 125px;
	width: 950px;
	background-position: 25px 65px;
}
#logo {
	height: 40px;
	width: 305px;
	float: left;
	margin-left: 15px;
}
#logo a {
	height: 40px;
	width: 305px;
	float: right;
	display: block;
}
#logo h1 {
	display: none;
}
#menu-wrapper {
	width: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}
#menu {
}
#content-wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#content-wrapper img {
	margin: 10px;
}
#content {
	width: 900px;
}
#content img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 10px;
}
#content ul li {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#content ol li{
	margin: 10px;
}
#content h5 {
	font-size: 11px;
}
.content_table   img{
	margin: 0px;
	padding: 0px;
}
#sidebar-wrapper {
	width: 200px;
	float: left;
	font-size: 11px;
	margin-left: 37px;
}
#sidebar-content {
	margin-right: 10px;
	margin-left: 10px;
	font-size: 12px;
}
.clearfloater {
	clear: both;
	float: none;
}
#content-top {
	background-image: url(../images/content-top.jpg);
	height: 79px;
	width: 950px;
}
#content-bot {
	font-size: 11px;
	background-image: url(../images/content-bot.jpg);
	background-repeat: no-repeat;
	background-position: top;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 79px;
}
#footer {
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 950px;
	color: #333;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	margin-bottom: 25px;
}
#footer a:link {
	color: #333;
	text-decoration: none;
	font-style: italic;
}
footer a:visited {
	text-decoration: none;
	color: #666;
}
#footer a:hover {
	text-decoration: underline;
}
