/* TAGS */
body {
overflow: hidden;
	background: #000;
	margin: 0;
	padding: 0
}
a img {
	border: none;
	outline: none
}
a { outline: none }

/* CLASSES */
.dark-gray { color: #333333 }
.light-gray { color: #666666 }

/* DIVS */
#center {
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	width: 197px;
	height: 194px;
	margin-left: -98px;
	margin-top: -150px
}

/* NAVIGATION */
#navigation {
	display: none;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	width: 165px;
	margin-right: 10px
	height: 300px;
	margin-top: -150px
}
	#navigation ul {
		list-style: none;
		padding: 0
	}
	#navigation ul li {
		width: 164px;
		height: 28px
	}
	#navigation ul li:hover, #navigation ul li.selected {
		background-image: url(../img/nav-our.jpg);
		background-position:  0px 0px;
		background-repeat: no-repeat
	}
	#navigation ul li img { float: right }
	
/* CONTAINER */
#container {
	display: none;
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 50%;
	width: 100%;
	background: #F2F2F2;
}
#content {
	height: 250px;
	width: 853px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -426px
}
	#content #page {
		position: absolute;
		top: 4px;
		left: 690px;
		font-size: 28px
	}
	#content #title {
		font: 27px Helvetica, Arial, sans-serif;
		font-size: 1.8em;
		position: absolute;
		top: 20px;
		line-height: 1em;
	}
	#content #title div { display: inline; } 
	#content #title-fade { opacity: 0 }
	#content-body {
		font: .9em Arial, Helvetica, sans-serif;
		width: 850px
	}
		#content-body a { color: #000}
		#nav-previous {
			position: absolute;
			top: 115px;
			left: -60px
		}
		#nav-next {
			position: absolute;
			top: 115px;
			right: -60px
		}
		#content-body div.column {
			width: 415px;
			position: absolute;
			top: 60px;
			text-align: justify;
			line-height: 125%
		}
		#col-1 { left: 0 }
		#col-2 { right: 0 }
		#home-btn  { /* HOME BUTTON */
			position: absolute;
			top: 250px;
			left: 50%;
			margin-left: -17px;
			width: 34px
		}
		
		/* COMPANY */
		#company-reel {
			position: absolute;
			top: -30px;
			font: 1.5em Helvetica, sans-serif
		}
		#company-reel a {
			color: #FFF;
			font-weight: bold;
			text-decoration: none
		}
				
		/* CREDITS */
		#credits-years {
			float: left;
			text-align: right;
			margin-right: 10px
		}
		#credits-years a {
			color: #999;
			font-size: 16px;
			text-decoration: none
		}
		#credits-years a.selected {
			font-weight: bold;
			color: #000;
			font-size: 21px
		}
		#credits-years ul {
			margin: 0;
			padding: 0;
			list-style: none
		}
		#credits-year-content p:first-child {
			margin-top: 0
		}
		div.credits-year  {
			display: none
		}
		
		/* MOMENTS */
		#moments-lead {
			position: absolute;
			top: 50px;
			font: 14px Arial, Helvetia, sans-serif;
			font-weight: bold
		}
		#moments-content a {
			text-decoration: none;
		}
		.moment-title {
			position: absolute;
			z-index: 12;
			background: url(../img/moments-overlay.png);
			width: 125px;
			height: 125px;
			overflow: hidden;
			color: #FFF;
			vertical-align: bottom;
			display: none
		}
		.moment-title-text {
			position: absolute;
			padding-left: 5px;
			padding-bottom: 5px;
			padding-right: 5px;
			bottom: 0
		}
		#moments-content {
			position: absolute;
			top: 80px;
		}
		#moments-content ul {
			list-style: none;
			padding: 0;
			margin: 0
		}
		#moments-content ul li {
			position: relative;
			z-index: 10;
			margin-right: 14px;
			float: left
		}
		#moments-content img {
			border: 5px solid #000;
		}
		
		#moments-content ul li.last { margin-right: 0 }
		
		/* CONTACT */
		input[type="text"], textarea {
			border: 1px solid #000;
			background: #F2F2F2;
			padding: 3px;
			font: 12px Arial, Helvetica, sans-serif;
			color: #000
		}
		#contact-form {
			position: relative;
		}
		#contact-form #name {
			position: absolute;
			top: 0;
			left: 0;
			width: 195px
		}
		#contact-form #email {
			position: absolute;
			top: 0;
			right: 0;
			width: 195px
		}
		#contact-form #comments {
			position: absolute;
			top: 30px;
			left: 0;
			width: 407px;
			height: 85px;
		}
		#contact-form #submit {
			position: absolute;
			top: 130px;
			left: 50%;
			margin-left: -41px
		}
		
