@font-face {
	font-family: 'GothamHTFMedium';
	src: url('../../fs/gothamhtf-medium-webfont.eot');
	src: local('☺'), url('../../fs/gothamhtf-medium-webfont.woff') format('woff'), url('../../fs/gothamhtf-medium-webfont.ttf') format('truetype'), url('../../fs/gothamhtf-medium-webfont.svg#webfontcPjPSC9b') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'GothamHTFBookRegular';
	src: url('../../fs/gothamhtf-book-webfont.eot');
	src: local('☺'), url('../../fs/gothamhtf-book-webfont.woff') format('woff'), url('../../fs/gothamhtf-book-webfont.ttf') format('truetype'), url('../../fs/gothamhtf-book-webfont.svg#webfontXywjimIp') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background:url(../../img/homebg.jpg);
	background-repeat:repeat-x;
	background-attachment:fixed;
	background-position: center;
	padding: 0;
	margin: 0;
	overflow:hidden;
	-webkit-background-size: 2000px 1200px; 
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}
h2 {
	padding: 0;
	text-align: center;
}
p {
	border: 0px solid #666;
	overflow: hidden;
	padding: 0;
	margin:0;
	text-align: center;
}
.container_12 {
	margin-bottom: 0px;
}

#homeContent{
	position:absolute;
	top:50%;
	left:50%;
	margin:-280px 0 0 -480px;
}


#homelogo{
	margin:auto;
	text-align: center;
}

#nav{
	position:relative;
	top:55px;
	color:#7b6837;
	font-size:12px;
	text-align: center;
	font-family: 'GothamHTFBookRegular';
}

#nav ul{
	list-style:none;
	text-align: center;
	margin:auto;
}

#nav ul li{
	margin:auto;
	display:inline;
	padding:20px;
}

#nav a{
	color:#7b6837;	
}

#nav a:hover{
	color:#ffffff;
	text-decoration:none;	
}