body {
	margin: 0;
	padding: 0;
	background: #000;
	text-align: center;
}

a.skip	{display: none;}
a img {border: none;}

/* =TYPOGRAPHY-----------------------------------------*/	

body {
	font:normal 14px Arial;
	line-height: 20px;
	color: #000;
	background: #e8e3be;
}

/*h1, h2, h3, h4 {
	margin-bottom: 2em;
}*/

h1 {
	padding: 0;
	font: bold 20px Arial;
	color: #003300;
	margin-top:15px;
	}

h2, .header {
	margin-bottom: 7px;
	margin-top: 20px;
	padding: 0;
	font: bold 16px Arial;
 	color: #666600;
	
}

h3, .subheader	{
	margin: 0;
	padding: 0;
	font: bold 14px Arial;
	line-height: 20px;
 	color: #000;
		}
	
h4 {
	margin: 0;
	padding: 0;
	font: bold 14px Arial;
	line-height: 20px;
 	color: #666600;
}
 
a	{
	color: #666600;
	font: normal 14px Arial;
	line-height: 20px;
	text-decoration: underline;
	}
	
a:hover	{
	color: #666600;
	font: normal 14px Arial;
	line-height: 20px;
	text-decoration: underline;
	}
	

/* =CONTAINER DIVS-----------------------------------------*/	
#container {
    background: #fff url(../images/leftkicker.jpg) top left repeat-y;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 950px;
	position: relative;
}

div#banner {
	float:left;
	width: 950px;
	height: 155px;
	background: url(../images/banner.jpg) top no-repeat;
}

div#banner h1 {
    position: absolute;
    margin: 0;
    padding: 0;
}

div#banner h1 a {
    text-indent: -9999px;
    position: absolute;
    display: block;
    width: 400px;
    height: 100px;
    top: 30px;
    left: 35px;
    text-decoration: none;
}

/* =NAVIGATION-----------------------------------------*/	
	
div#navBar {
	float: left;
    margin: 0;
	width: 950px;
    }

ul#nav {
	margin: 0;
	padding: 5px 0 5px 5px;
	background: #333300;
	list-style-type: none;
	text-align: center;
	}
	
ul#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	text-align: left;
 	}
 	
ul#nav a {
	line-height: 20px;
	padding: 0 14px;
	margin: 0;
	font: normal 12px Arial;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

ul#nav a.on, ul#nav a:hover	{
	color: #ffcc66; text-decoration: none;
		} 

/* =EDITABLE BODY -----------------------------------------*/	
div#leftKicker {
	float: left;
	width: 304px;
	display: inline;
	padding: 328px 0 0 0;
	margin: 39px 0 10px 0;
}

body#about_us div#leftKicker {background: url(../images/2_aboutus.jpg) top no-repeat;}
body#member div#leftKicker {background: url(../images/3_becomeamember.jpg) top no-repeat;}
body#events div#leftKicker {background: url(../images/4_events.jpg) top no-repeat;}
body#projects div#leftKicker {background: url(../images/5_projects.jpg) top no-repeat;}
body#newsletter div#leftKicker {background: url(../images/6_newsletter.jpg) top no-repeat;}
body#ark div#leftKicker {background: url(../images/7_arkoftaste.jpg) top no-repeat;}
body#producers div#leftKicker {background: url(../images/8_producers.jpg) top no-repeat;}
body#contact_us div#leftKicker {background: url(../images/9_contactus.jpg) top no-repeat;}

div#mainPageArea {
	background: none;
	float: left;
	display:inline;
	width: 950px;
	margin: 0;
	padding: 0;
	}
	
div#cmsContentArea {
	float: left;
	width: 606px;
	display: inline;
	margin: 20px 20px 10px 20px;
}

div#cmsContentArea p {
	margin: 0 0 11px 0;
	line-height: 19px;
}

/*div#cmsContentArea ul,
div#cmsContentArea ol {
	margin: 9px 0 11px 0;
}*/

hr.cleaner {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; 
	  padding: 0;
      border:none;
      visibility: hidden;
      }
/* =HOMEPAGE-----------------------------------------*/	

body#home div#leftKicker {
	background: #333300 url(../images/home_image.jpg) top left no-repeat;
}

body#home div#cmsContentArea {
	float: left;
	width: 616px;
	display: inline;
	margin: 39px 15px 10px 15px;
}
 
/* =FOOTER DIV-----------------------------------------*/	

div#footer
	{background: url(../images/footer.jpg) top left repeat-x;
	text-align: left;
	width: 950px;
	height: 52px;
	margin: 0px auto 0 auto;
	clear: both;
	font: normal 12px Arial;
	color: #fff;
	padding: 0;
		}
	
div#footer a {
	font: normal 12px Arial;
	padding:0 5px;
	margin: 0;
	text-decoration: none;
	color: #fff;
	}
	
div#footer p {margin: 0; padding: 0;}
div#footer p.legal {float: left; padding: 24px 0px 0 20px;}
div#footer p.rss { text-align: center; padding: 10px 20px 0 0;}
div#footer p.footlinks {float: right; padding: 24px 20px 0 0; }

.event_heading {
	letter-spacing:4px;
	border-bottom:5px solid #993300;
	font-size:20px;
	padding-bottom:16px;
}

.event_month {
	font-size: 14px;
	letter-spacing: 4px;
	margin: 24px 0 8px;
}

td.date_column {
	vertical-align: top;
	text-align: right;
	padding-right: 10px;
	width:40px;
	font-weight: bold;
	color: #993300;
}

#events table {
	font-size:13px;
	border-collapse: collapse;
}