	
	@font-face {
  font-family: 'Gotham';
  src:  url('GothamNarrow-Black.woff') format('woff');       
}

	body {
		background-color: #f3f3f3;
		margin: 0;
		padding: 0;
	}
	.container {
		width: 950px;
		margin: 0 auto;
		background-color: #ffffff;
	}

	.container img{
		display: block;
		margin: auto;
	}

	header {
		background-color: #ffffff;
		width: 100%;
		height: 70px;
		margin: 0;
		padding: 0;
		border-bottom: solid #000000 4px;
	}

	.headerContent {
		width: 1080px;
		margin: 0 auto;
	}

	.headerContent img{
		margin-right: 0;
		margin-top: 20px;
	}

	header ul {
		text-decoration: none;
	}

	header li {
		display: inline-block;
	}

	.navigation {
		float: left;
		position: relative;
		top: 9px;
		font-family: 'Gotham';
		font-size: 15px;
		right: 30px;
	}

	a {
		text-decoration: none;
		color: #000000;
		padding: 13px 9px;
	}

	.current {
		background-color: #be1e1e;
		color: #ffffff;
		margin:0;
	}

	.link:hover {
		background-color: #be1e1e;
		color: #ffffff;
		margin:0;
	}

	.link2 {
		display: inline-block;
		background:transparent url('download.jpg') no-repeat;
		width: 80px;
		height: 100%;
		padding: 15px 11px;
		position: relative;
		top: 10px;
	}

	.link2:hover {
		background:transparent url('download2.jpg') no-repeat;
	}
