@charset "UTF-8";
/* CSS Document */
* { padding: 0; margin: 0; }
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
h1 {
	color:#600;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:2em;
	font-weight:lighter;
	margin: 10px;
}
a:link {
	color:#000;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:underline;
}
a:visited {
	color:#666;
	text-decoration:none;
}
a:active {
	color:#333;
	text-decoration:underline;
}
#wrapper {
	width: 922px;
	background-color: #FFF;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navigation {
	color: #333;
	padding: 10px;
	margin: 0px;
	list-style-type: none;
}

#navigation ul {
	list-style-type: none;
	text-align: center;
}
#navigation ul li {
	display: inline;
	margin-right: 50px;
	font-family: Verdana, Geneva, sans-serif;
}
img {
	text-align: center;
}

