@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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	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;
}

#content-img {
	position:absolute;
	left:260px;
	top:177px;
	width:553px;
	height:414px;
}

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

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