@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}

#header-img {
	position:absolute;
	left:0px;
	top:0px;
	width:813px;
	height:150px;
	z-index:1000;
}

#global-nav {
	position:absolute;
	left:0px;
	top:150px;
	width:813px;
	height:27px;
	z-index:10000;
}

#global-nav-container {
	position:absolute;
	left:6px;
	top:0px;
	z-index:100000;
}

#body-content {
	position:absolute;
	left:0px;
	top:177px;
	width:240px;
	height:414px;
	background-color:#FFFFFF;
}

#content-img-spacer {
	position:absolute;
	left:240px;
	top:177px;
	width:20px;
	height:414px;
}

#gallery-container {
	position:absolute;
	left:0px;
	top:177px;
	width:813px;
	height:414px;
}

#bg-green {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:172px;
	background-color:#D7EFD4;
	z-index: 0;
}

#content-container {
	position:relative;
	top:0px;
	width:814px;
	height:680px;
	margin: 0 auto;
	z-index:10;
}

#gallery-nav-container {
	position: absolute;
	left: 61px;
	top: 4px;
	width: 275px;
	height: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	z-index: 100;
}

#gallery-header {
	position: absolute;
	left: 6px;
	top: 4px;
	width: 40px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	z-index: 100;
}

#flashcontent {
		height: 100%;
		width: 800px;
		position: relative;
		top: 33px;
		margin: 0 auto;
		margin-left: 30px;
	}