/*
	AUTHOR:	Hot Light Studios
			webmaster@hotlightstudios.net
			http://www.hotlightstudios.net
			
*/

/* RESET'S & BASIC PAGE SETUP */

* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { font: 62.5% Verdana, Helvetica, sans-serif; background: #113355; }

ul { list-style: none inside; }
p { font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; }
a { outline: none; }
a { border: none;}

img {
	border: solid 1px #ffffff;
}

img.thumb {
	border: 1px solid #ffffff;
	margin: 0 3px 5px 1px;
	}

/* END RESET */

/* TOOLBOX */

.floatleft { float: left; }
.floatright {float: right; }
.clear { clear: both; }

/* END TOOLBOX */

/* STRUCTURE AND STUFF */

#nav {
	height: 30px;
	background: #052744;
	}
	#nav p.links {
		font-size: 1.1em;
		padding-top: 9px;
		text-align: center;
		color: #83a4c7; /* Light Blue */
	}
	#nav a {
		color: #989c9f; /* Grey */
		text-decoration: none;
		text-transform: uppercase;
		font-weight: bold;
		letter-spacing: 0.2em;
		}
		#nav a:hover, #nav a:active {
			color: #facc6a; /* Orange */
		}
	

#page-wrap {
	width: 750px;
	margin: 0 auto;
}

div#menu {
	float: left;
	position: relative;
	left: 0px;
	top: 40px;
	width: 120px;
	}
	
div#photos {
	float: left;
	position: relative;
	margin: 0 auto;
	left: 40px;
	top: 40px;
	width: 600px;
}

div#photo_1, div#photo_2, div#photo_3,
	div#photo_4, div#photo_5, div#photo_6,
	div#photo_7, div#photo_8, div#photo_9,
	div#photo_10, div#photo_11, div#photo_12,
	div#photo_13, div#photo_14 {
		text-align: center;
		width: 600px;
		height: 600px;
	}
	

/* END STRUCTURE */