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

html, body {
	margin: 0px;
	padding: 0px;
}

a {
	color: #666666;
	text-decoration: none;
}

#bodyWrapper {
	width: 100%;
	height: 100%;
}

#bodyContainer {
	background-color: white;
	width: 803px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	/* height: 103px; */
	/* margin-bottom: 20px; */
	
}

#body {
	width: 100%;
	/* min-height: 350px; */
}

#footer {
	width: 100%;
	/* height: 41px; */
}
#credits {
	background-color: transparent;
}

.mainNavColumn {
	float: left;
	display: inline-block;
}

#logo {
	width: 130px;
	height: 127px;
}

#headerColumnRight {
	width: 620px;
	height: 127px;
}

#headerBanner {
	width: 620px;
	height: 97px;
}

#navContainer {
	width: 620px;
	height: 30px;
}

#section {
	/*
width: 750px;
	height: 55px;
*/
	float: left;
	display: inline-block;
	z-index: 1;
}