/* zero out for cross-browser consistency */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	margin: 0;
	padding: 0;
}

body {
	font-family: helvetica, "trebuchet MS", verdana, sans-serif; font-size: 10pt;
	line-height: 125%;
	color: #FFF;
	margin: 0;
	padding: 0;
	background: #FFF;
}

h2 {
	padding-top: 6px;
	font-size: 11pt;
}

a {
	color: #ffc20e;
}

#background {
	margin-top: 12px;
	}


#nav {
	display: block; 
	width: 288px; 
	height: 34px; 
	margin: auto;
}
	
#nav ul {
	margin: 0 auto;
	padding: 0 0;
	list-style: none;
}

#nav ul li {
	list-style: none;
	display: block;
	float: left;
	padding: 0;	
	margin: 0;
}

#nav ul li a {
	display: block;
	padding: 0;	
	margin: 0;
	height: 30px;
	background-position: 0 -30px;
}



#nav-story {
	width: 96px;
	background: url(images/nav-story.gif) no-repeat;
}

#nav-story.active {
	background-position: 0 0;
}

#nav-clip {
	width: 96px;
	background: url(images/nav-clip.gif) no-repeat;
}

#nav-clip.active {
	background-position: 0 0;
}

#nav-contact {
	width: 96px;
	background: url(images/nav-contact.gif) no-repeat;
}

#nav-contact.active {
	background-position: 0 0;
}


#nav ul li a:hover {
	background-position: 0 0;
}

#nav ul li span{
	display: none;
}

#boxout {
	text-align: center;
	width: 72px;
	padding-top: 5px;
	display: block; 
}

#content {
	padding-top: 17px;
	display: block; 
	width: 896px;
	height: 611px;
	background: url(images/home-bg.jpg) top center repeat-y; 
	margin: auto;
}

#content.story {
	background: url(images/story-bg.jpg) top center repeat-y; 
}

#content2 {
	padding-top: 17px;
	display: block; 
	width: 896px;
	height: 611px;
	background: url(images/page-bg.jpg) top center repeat-y; 
	margin: auto;
}



#page {
	display: block;
	height: 530px;
	margin: 0 206px 0 26px; 
	padding: 16px 0 0 0; 
}

#page.page {
	display: block;
	height: 530px;
	margin: 0 26px 0 26px; 
	padding: 16px 0 0 0; 
}

#page p {
	padding-bottom: 16px;
}

#video {
	width: 560px;
	margin: auto;
}

#footer {
	text-align: center;
	font-size: 7pt;
	color: #CCC;
	padding-bottom: 8px;
	padding-top: 6px;
}

#footer a{
	color: #CCC;
}



.clear {
	clear: both;
}

