/* CSS Document */
#header {
	background-image: url(../images/head/skier.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 800px;
	padding-top: 60px;
	padding-bottom: 10px;
	text-align: center;
	}
#header ul, #header li {
	display: inline;
	}
#header li {
	margin-right: 15px;
	}
#header a {
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	}
