@font-face {
	font-family: 'LetterGothicStd';
	src: 'fonts/LetterGothicStd.otf';
}

html,
body {
	font-size: 14px;
	font-family: 'LetterGothicStd', 'Courier New', Courier, monospace;
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

h2 {
	font-size: 14px;
	font-weight: normal;
}

.wrap {
	margin: auto;
	width: 876px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#black-screen {
	background: #000;
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 2;
}

.margin-top {
	margin-top: 40px;
}

a {
	color: #333;
	text-decoration: none;
}

/*
* Site header
*/
#site-logo {
	float: left;
	margin: 60px 0 0 40px;
}

#site-mail {
	float: right;
	font-size: 18px;
	margin: 60px 40px 0 0;
	position: relative;
	z-index: 3;
}

#site-mail a {
	color: #000;
	font-weight: 400;
	padding: 1px;
	text-decoration: none;
}

#site-mail a:hover {
	color: #fff;
}

/*
* Site menu
*/
#site-nav {
	clear: both;
	padding: 1px;
}

#site-nav ul {
	list-style: none;
	margin: 50px 0 0 0;
	padding: 0;
}

#site-nav li.nav-left {
	float: left;
	margin-right: 85px;
}

#site-nav li.nav-right {
	float: left;
	margin-left: 19px;
	margin-right: 0px;
}

#site-nav a {
	color: #333;
	text-decoration: none;
}

#site-nav .active,
#site-nav a:hover {
	font-weight: bold;
}

/*
* Site content
*/
#site-content {
	clear: both;
	font-size: 13px;
	padding: 106px 0 0 0;
}

.image.full {
	width: 100%;
}

#site-content .left.text {
	width: 200px;
}

#site-content .right.image {
	max-width: 646px;
}

#site-content .gallery img {
	float: right;
	width: 205px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}

#site-content .col1,
#site-content .col2,
#site-content .col3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	width: 33%;
}

#site-content .col1 {
	padding-right: 15px;
}

#site-content .col2 {
	padding: 0 10px;
}

#site-content .col3 {
	padding-left: 15px;
}

/*
* Site footer
*/
#site-footer {
	clear: both;
	padding: 100px 40px 60px 40px;
}

#site-footer .go-home {
	background-image: url('images/go-home.png');
	background-position: top center;
	background-size: 100% auto;
	display: block;
	height: 22px;
	width: 40px;
}

#site-footer a {
	color: #333;
	text-decoration: none;
}
