@charset "UTF-8";
/* CSS Document */
#header {
	height: 0px;
	width: auto;
	background-color: #999;
}

#menuContainer {
	height: 55px;
	width: auto;
	background-color: #666;
}

.menu {
	position:relative;
	height:55px;
	width:750px;
	background-repeat: no-repeat;
	background-color: #666;
	margin-right: auto;
	margin-left: auto;
}
.menu ul {list-style:none; z-index:10; position:absolute; z-index:100; padding:9px 5px}
.menu li {
	float:left;
	width: 185px;
	text-align: center;
}
.menu a, .menu a:active, .menu a:visited {text-decoration:none; color:#FFF; padding:10px}
.menu a:hover {
	color:#CCC
}
#slide {
	position:absolute;
	bottom:0;
	height:5px;
	z-index:10;
	background-color: #FC0;
}
body {
	background-color: #F5f5f5;
}
#container {
	background-color: #FFF;
	height: auto;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	padding: 20px;
	margin-bottom: 30px;
}
#container h1 {
	font-family: "Comic Sans MS", cursive;
	text-align: center;
}


