@charset "UTF-8";
/* (c) ExperienceFarm.com 
   CSS Document */


body {
	background-color: #000;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../design/images/body-backdrop.jpg);
	background-repeat: repeat;
}
#masterWrapper {
	background-image: url(../design/images/masterWrapper-backdrop.jpg);
	background-repeat: repeat-x;
}
#wrapper	{
	background-image: url(../images/page_design/contentWrapper-bg.jpg);
	background-repeat: repeat-y;
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	background-color: #000;
	padding-right: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
	padding-bottom: 30px;
}
.clearing {
	height: 0;
	font-size: 0;
	clear: both;
}
#masthead {
	height: 115px;
	background-color: #000;
	background-image: url(../design/images/masthead.jpg);
	width: 923px;
	background-repeat: no-repeat;
}
#logo {
	float: left;
	width: 340px;
	height: 50px;
	background: url("../images/logo.gif") top left no-repeat;
	margin-top: 10px;
	padding-left: 100px;
}
#logo a {
	width: 335px;
	height: 50px;
	display: block;
}
#logo h1	{
	display:none;
}

/* navigation */

#menuWrapper {
}
#hours {
	color: #FFF;
	text-align: right;
	padding-top: 20px;
	font-size: 10px;
	height: 45px;
	float: right;
	width: 440px;
}
#hours a:link {
	color: #FFF;
	text-decoration: none;
}
#hours a:hover {
	text-decoration: underline;
}
#hours a:visited {
	color: #FFF;
}
#menuLeft 	{
	float: left;
	width: 525px;
	padding-left: 155px;
	height: 30px;
	padding-top: 5px;
}
#menuRight {
	float: right;
	height: 35px;
	width: 70px;
	padding-right: 10px;
}
#twitter {
	width: 30px;
	height: 30px;
	float: left;
}
#twitter a {
	width: 30px;
	height: 30px;
	display: block;
}
#twitter h1	{
	display:none;
}
#facebook {
	width: 30px;
	height: 30px;
	float: right;
}
#facebook a {
	width: 30px;
	height: 30px;
	display: block;
}
#facebook h1	{
	display:none;
}

/* content */

#contentWrapper {
	width: 923px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-image: url(../design/images/content-backdrop.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#contentWrapper p {
	margin-top: .5em;
}
#contentBot {
	background-image: url(../design/images/content-bot.jpg);
	background-repeat: no-repeat;
	width: 923px;
	background-position: bottom;
}
#contentLeft {
	float: left;
	width: 685px;
	height: 440px;
	background-image: url(../design/images/frontpage-pic.jpg);
}
#contentRight {
	float: right;
	width: 200px;
	padding-right: 20px;
	padding-top: 10px;
}
#sidebar {
	width: 170px;
	padding-top: 115px;
	background-image: url(../design/images/sidebar-logo-bot.jpg);
	background-repeat: no-repeat;
	float: left;
	padding-left: 10px;
}
#sidebar p img {
	margin: 5px;
}
#contentSubpage {
	width: 710px;
	float: right;
	padding-right: 15px;
}
#subpageBox {
	border: 2px solid #000;
	width: 690px;
	padding-right: 8px;
	padding-left: 8px;
}
#content {
	width: 873px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#contentWrapper p img {
	margin: 5px;
}
#contentWrapper a img {
	border: 0;
}

#contentWrapper a {
	text-decoration: underline;
	font-weight: normal;
	color: #601C0F;
}

#contentWrapper a:hover {
	text-decoration: none;
	color: #7E2519;
}
#contentWrapper a:visited {
	color: #2A0D09;
}
#contentWrapper h1	{
	font-size: 24px;
}
#contentWrapper h2 {
	color: #333;
	font-size: 18px;
}
#contentWrapper h3 {
	font-size: 16px;
}


#contentWrapper h4 {
	font-size: 16px;
}
#contentWrapper h5 {
	color: #333;
	font-size: 10px;
}

/* footer */

#footer {
	width: 923px;
	padding-bottom: 20px;
	text-align: right;
	color: #333;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 30;
	margin-left: auto;
}

#footer p {
	padding: 10px 15px 0 0;
	font-size: 10px;
	text-align: center;
}
#footer a:link {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
	color: #333;
}
