body {
	background-color: #121214;
	margin: 0;
	padding: 0;
	font: 12px courier, 'courier new', sans-serif;
	}
	
div#box {
	background-color: #fff;
	margin: -20px 0 0 0;
	padding: 20px 40px 20px 20px;
	position: absolute;
	left: 33%;
	right: 0;
	min-height: 100%;
	}

h1#banner {
	display: block;
	height: 53px;
	width: 250px;
	background: url(../images/nnheader2.png) no-repeat center center;
	text-indent : -999em; overflow : hidden;
	position: relative;
	left: -299px;
	top: 110px;
	}

h1#banner:hover {
	background-image:url(../images/nnheader2hover.png);
	}
	
/* CONTENT STUFF */
div.content {
	max-width: 600px;
	margin-left: 40px;
	margin-top: -30px;
	}
	

img#parachutes {
	height: 600px;
	width: 600px;
	position: relative;
	top: 0;
	margin: auto;
	}

h1 { display: none; }

h2 {
	display: block;
	font: 24px georgia, serif;
	font-weight: normal;
	background-color: #0092d2;
	color: #fff;
	padding: 0 3px 0 3px;
	}
	
/* LINKS */

a { color: #cb006b; }
a:hover { color: #fff; background: #cb006b; }
div.imgGal a:hover { background: none; }
h2 a { color: #fff; }

/* NAVIGATION */

div#nav h2 { display: none; }

div#nav {
	position: absolute;
	top: 240px;
	left: -200px;
	width: 200px;
	}
	
div#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
div#nav ul li {
	height: 20px;
	margin: 0 0 25px 0;
	text-align: right;
	}

div#nav a {
	font-family: 'gill sans', sans-serif;
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
	letter-spacing: 3px;
	padding: 5px 30px 5px 15px;
	color: #fff;
	}

div#nav a:hover {
	background: #fff;
	color: #121214;
	}
	
div#nav a.active {
	background: #fff;
	color: #cb006b;
	}	
	
/* FOOTER */
div#footer { 
	position: relative; 
	bottom: 0; 
	clear: both;  
	padding-top: 15px; 
	margin-left: 40px; 
	max-width: 600px;
	}
	
div#footer h2 {
	background-color: #cb006b;
	}


/* PHOTO GALLERY */
div.imgGal h2 { 
	letter-spacing: -1px;
	}

div.imgGal div.photoSet { 
	clear: both;
	}

div.imgGal img { 
	border: 1px solid #888;
	background: #eee;
	padding: 5px 5px 15px 5px;
	margin: 5px 20px 30px 0px;
	width: 100px;
	height: 100px;
	}

div.imgGal span.old img { width: 133px; margin: 0px 10px 10px 0px; }

div.imgGal img:hover {
	border: 1px solid #262626;
	}

.hide { display: none; }