body {
	background-color : D6E0F2;
	background-repeat : repeat-x;
	background-image : url(../images/bg.gif);
	background-position : top;
	font-family : "Century Gothic";
	text-align: center;
}

#header{
	background-color: D6E0F2;
	margin-left : auto;
	margin-right : auto;
	text-align : left;
	color : 313031;
	margin-top : 15px;
	height : 50px;
	width : 550px;
	font-size : 40px;
	font-weight : bold;
}

.grey {
	color: 72767B;
}

#container {
	background-color : #6B6D73;
	width: 550px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: center;
}

#topnav {
	color: #E8EFFB;
}

#topnav li {
	width: 100px;
	height: 50px;
	font-weight: bold;
	text-decoration: none;
	list-style-type : none;
	float: left;
	display: block;
	padding-top: 10px;
}

#slideshow {
	width: 500px;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	background-color: #6B6D73;
}

#splash_nav {
	width: 580px;
	height: 60px;
	padding-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

