*
{
	margin:0;
	padding:0;
}

body
{
	font-size:			10pt;
	letter-spacing:		1px;
	background: 		url(background.png) no-repeat 0 +25px ;
	background-color: 	#0f0f0f;
	font-family: 		Helvetica, Arial, sans-serif;
	word-spacing: 		5px;
	letter-spacing:		-1px;
	color: 				#3d3d3d;
}

#container
{
	margin: 			100px auto 0 auto;
	margin-top:			128px;
	width:				855px;
}

#navdiv
{
	text-align: 		right;
	height:				60px;
}
#navdiv ul
{
	list-style-type: 	none;
	list-style-image:	none;
	margin:				0 auto 0 auto;
}
#navdiv ul li
{
	float:				right;
	margin-right:		10px;
	list-style-type:	none;
	list-style-image: 	none;
}
#navdiv ul li a
{
	padding:			30px 0 0 0;
	background: 		#020202;
	display: 			block;
	padding-top:		10px;
	width: 				100px;
	height:				50px;
	text-align: 		center;
	color:				#515151;
	text-decoration:	none;
}
#navdiv ul li a:hover
{
	background: 		#020202;
}
#navdiv ul li a.selected
{
	padding:			30px 0 0 0;
	background: 		#020202;
	display:			block;
	padding-top:		10px;
	width: 				128px;
	height:				64px;
	text-align:			center;
	color:				#dead18;
	text-decoration:	none;
}

#content
{
	background-color: 	#020202;
	padding:			20px 0 20px 20px;
	height:				3100px;
}

h1,h2,h3,h4{padding:25px 0 5px 0;}
h1{font-size:8em;padding-left:40px;}
h2{font-size:2em;}
h3{font-size:1.5em;}

#picturelist
{
	text-align:left;
	margin-right:auto;
	margin-left:auto;
}
#picturelist li
{
	list-style:		none;
	float:			left;
	margin:			6px;
	font-weight:	bold;
	color:			#51a5c0;
}
#picturelist img
{
	display:		block;
	border:			2px solid #020202;
}
#picturelist img:hover
{
	border:			2px solid #51a5c0;
}
#picturelist a
{
	color:			#020202;
	text-decoration:none;
}
#picturelist a:hover
{
	color:			#484848;
}

/* Caption Fading. */
#mainwrapper {
	font: 10pt normal Arial, sans-serif;
	height: auto;
	margin: 0px auto 0 auto;
	text-align: center;
	width: 800px;
}
#mainwrapper .box
{
	cursor: pointer;
	width: 	256px;
	height: 360px;
	float: left;
	margin: 5px;
	position: relative;
	overflow: hidden;
}
#mainwrapper .box img
{
	display:		block;
	border:			2px solid #020202;
	position: absolute;
	left: 0;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}
/* Caption style. */
#mainwrapper .box .caption
{
	background-color: rgba(0,0,0,0.8);
	position: absolute;
	color: #ffffff;
	z-index: 100;
		-webkit-transition: all 300ms ease-out;
		-moz-transition: all 300ms ease-out;
		-o-transition: all 300ms ease-out;
		-ms-transition: all 300ms ease-out;	
		transition: all 300ms ease-out;
	left: 0;
}
/* Fade. */
#mainwrapper .box .fade-caption, #mainwrapper .box .scale-caption 
{
	opacity: 0;
	width: 256px;
	height: 360px;
	text-align: left;
	padding: 0px;
}
/* Scale the caption(s)! */
#mainwrapper .box .scale-caption h3, #mainwrapper .box .scale-caption p
{
	position: relative;
	left: -170px;
	width: 170px;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;	
	transition: all 300ms ease-out;
}
#mainwrapper .box .scale-caption h3
{
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	-ms-transition-delay: 300ms;	
	transition-delay: 300ms;
}
#mainwrapper .box .scale-caption p
{
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	-ms-transition-delay: 500ms;	
	transition-delay: 500ms;
}
/* Fade caption. */
#mainwrapper .box:hover .fade-caption, #mainwrapper .box:hover .scale-caption 
{
	opacity: 1;
}
/* Scale caption. */
#mainwrapper .box:hover #image-6
{
	-moz-transform: scale(1.4);
	-o-transform: scale(1.4);
	-webkit-transform: scale(1.4);
	transform: scale(1.4);
}
#mainwrapper .box:hover .scale-caption h3, #mainwrapper .box:hover .scale-caption p
{
	-moz-transform: translateX(200px);
	-o-transform: translateX(200px);
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
}