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

div#container {
	width: 812px;
	height: 525px;
	padding: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 0px;
	background-image: url(images/Splash.gif);
	background-repeat: no-repeat;
	position: relative;
}
	
div#nav_bar {
	margin: 0;
	padding: 0;
	top: 306px;
	left: 267px;
	position: absolute;
}

div#nav_bar ul {
	margin: 0;
	padding: 0;
}

div#nav_bar li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

div#nav_bar a img {
	text-decoration: none;
	margin-left: 21px;
	margin-right: 21px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	

