@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}

.container {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:30px;
	}

.content_container {
	width:822px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	padding:0;
	}
.content_top {
	width:822px;
	height:9px;
	margin:0px;
	background:url(images/bodytop.jpg) no-repeat;
	}
.content_body {
	width:822px;
	height:auto;
	background:url(images/bodybg.gif) top repeat-y #fff;
	margin:0px;
	text-align:left;
	
	}
.content_bottom {
	width:822px;
	height:9px;
	margin:0;
	background:url(images/bodybottom.gif) no-repeat;		
	}
.footer {
	height:auto;
	width:822px;
	position:relative;
	text-align:left;
	padding-top:5px;
	}	
.spacer10 {height:10px; width:10px;}	
.header_contain {
	position:relative;
	height:51px;
	width:auto;
	}
#header_navigation {
	width:697px;
	height:41px;
	position:relative;
	left: 11px;
}
#header_navigation ul{
	list-style: none;
	padding: 10px 0 0 0;
	margin: 0;
}
#header_navigation li {margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#header_navigation li a {height: 41px; display: block;}
#header_navigation-home {left: 0; width: 107px; background:url(images/menu-home.jpg) no-repeat top;}
#header_navigation-story {left: 107px; width: 118px; background:url(images/menu-story.jpg) no-repeat top;}
#header_navigation-day {left: 225px; width: 118px; background:url(images/menu-day.jpg) no-repeat top;}
#header_navigation-crew {left: 343px; width: 118px; background:url(images/menu-crew.jpg) no-repeat top;}
#header_navigation-photo {left: 461px; width: 118px; background:url(images/menu-photos.jpg) no-repeat top;}
#header_navigation-contact {left: 579px; width: 118px; background:url(images/menu-contact.jpg) no-repeat top;}

#header_navigation-home-active {left: 0; width: 107px; background:url(images/menu-home.jpg) no-repeat 0 -41px;}
#header_navigation-story-active {left: 107px; width: 118px; background:url(images/menu-story.jpg) no-repeat 0 -41px;;}
#header_navigation-day-active {left: 225px; width: 118px; background:url(images/menu-day.jpg) no-repeat 0 -41px;}
#header_navigation-crew-active {left: 343px; width: 118px; background:url(images/menu-crew.jpg) no-repeat 0 -41px;}
#header_navigation-photo-active {left: 461px; width: 118px; background:url(images/menu-photos.jpg) no-repeat 0 -41px;}
#header_navigation-contact-active {left: 579px; width: 118px; background:url(images/menu-contact.jpg) no-repeat 0 -41px;}

#header_navigation-home a:hover {
    background:  url(images/menu-home.jpg) 0 -41px no-repeat;}
#header_navigation-story a:hover {
    background:  url(images/menu-story.jpg) 0 -41px no-repeat;}
#header_navigation-day a:hover {
    background:  url(images/menu-day.jpg) 0px -41px no-repeat;}
#header_navigation-crew a:hover {
    background:  url(images/menu-crew.jpg) 0px -41px no-repeat;}
#header_navigation-photo a:hover {
    background:  url(images/menu-photos.jpg) 0px -41px no-repeat;}
#header_navigation-contact a:hover {
    background:  url(images/menu-contact.jpg) 0px -41px no-repeat;}	
	
.body_content_main {
	background: url(images/ivoryfadebg.jpg) top repeat-x #FFF;
	height:auto;
	width:780px;
	position:relative;
	margin:0px 11px 0 11px;
	padding:20px 0 20px 20px;
	}
a.body_link:link {
	color:#75b62c;
	text-decoration: none;
}
a.body_link:visited {
	color:#75b62c;
	text-decoration: none;
}
a.body_link:hover {
	color:#75b62c;
	text-decoration: underline;
}
a.body_link:active {
	color:#75b62c;
	text-decoration: none;
}	

.title_background {
	background: url(images/titlebg.gif) 0 23px  no-repeat;
	}
	
/*-------------- Clearfix -----------------*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*-------------- END Clearfix -----------------*/	
	

