@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: none;

}
a:hover {
	color: #999999;
	text-decoration:none;
}
a:active {
	color: red;
	font-weight: normal;
	text-decoration: none;
}
#wrapper {
	background-color: #FFFFFF;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	margin-top: 30px;
}
#content {
	float: right;
	width: 850px;
	text-align: center;
}
#logo {
	float: left;
}
#nav {
	float: right;
	width: 662px;
	text-align:right;
	margin-top: 18px;
}

