@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #59c4bb;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #FFFFFF;
	padding-top: 50px;
}
#wrapper #logo {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
}
#wrapper #nav {
	font-family: "Century Gothic";
	font-weight: lighter;
	font-size: 16px;
	color: #59c4bb;
	text-decoration: none;
	padding-right: 15px; 
}
#wrapper #footer {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #59c4bb;
	text-decoration: none;
	padding-top: 20px;
}
#wrapper #footer #copyright {
	font-family: "Century Gothic";
	font-size: 9px;
	color: #59c4bb;
	padding-top: 10px;
	padding-bottom: 50px;
}
