

/* --- Stylesheet 17 () --------- */ 

#header {
	border-top: 3px solid #ccc;
	margin: 1em 0em 5em 0em;
}

#header h1 {
	color: #fff;
	font-size: 5em;
	letter-spacing: -1px;
	margin: 0.3em 0em 0em 0em;
	font-weight: 100;
	float: left;
}

#header h1 span {
	letter-spacing: -8px;
}

#header h1 a {
	color: #fff;
	text-decoration: none;
	border: 0px;
	padding: 0px 10px;
}

#header h1 a:hover {
	color: #000;
	background-color: #fff;
}


#header h3 {
	color: #ccc;
	font-weight: 100;
	font-size: 2em;
	letter-spacing: -1px;
	margin-top: 2.0em;
	margin-left: 43%;
}

#navigation ul {
	margin-top: 3em;
	margin-left: 38%;
	list-style: none;
}

#navigation ul li {
	float: left;
}

#navigation ul li a {
	font-size: 2em;
	padding: 3px 15px;
	border: 0px;
}

#navigation ul li a:hover {
	background-color: #ccc;
	color: #000;
}