@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	background-color: #eeeeee;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
        margin-left: 50px;
        color: #999999;
}
a:link {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #999999;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #555555;
	text-decoration:none;
}
a:active {
	color: red;
	font-weight: normal;
	text-decoration: none;
}
#wrapper {
	background-color: #eeeeee;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 15px;
	margin-top: 20px;
}
#content {
	float: left;
	width: 800;
	text-align: center;
}
#sidebar {
	float: left;
	width: 800px;
	height: 80px;
}
#logo {
	float: left;
}
#nav {
        text-align: center;
	margin-top: 30px;
	margin-left: 40px;
	float: left;
	width: 400px;
}

