@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	}

a:link, a:visited {
	text-decoration: none;
	}
	
a:hover, a:active {
	text-decoration: underline;
	}


.wrapper { width: 1260px; margin: 0 auto; }
#header { overflow: hidden; padding: 20px 20px 20px; }	
.logo { float: left; }
#nav { float: right; }
	
#nav a {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	}
	
#nav a:link, a:visited {
	text-decoration: none;
	}
	
#nav a:hover, a:active {
	text-decoration: underline;
	}
	
#nav a.na:hover {
	text-decoration: line-through;
	}
	
#footer {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 1220px;
	overflow: auto;
	padding: 20px 20px 10px;
	}
	
#footer img {
	float: left;
	margin: 20px 0 0 20px;
	}
	
#footer .copyright {
	float: right;	
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #000;
	}
	
#footer a:link, a:visited {
	text-decoration: none;
	color: #000;
	}
	
#footer a:hover, a:active {
	text-decoration: underline;
	}
