@font-face {
	font-family: 'cedarRegular';
	src: url('../fonts/cedar.eot');
	src: local('cedar Regular'), local('cedar'), url('../fonts/cedar.ttf') format('truetype'), url('../fonts/cedar.svg#cedar') format('svg');
}

* {
	margin: 0;
	padding: 0;
}

::selection {
	background: #333;
	color:#fff;
}

::-moz-selection {
	background: #333;
	color:#fff;
}

html {
	font-size: 100%;
}

body {
	font-family: Helvetica, arial, sans-serif;
	font-size: 0.8em;
	color: #707072;
}

h1 img {
	position: absolute;
	top: 0;
	right: 0;
}

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

#slideshow {
	position: absolute;
	top: 82px;
	right: 0;
	width: 556px;
	height: 391px;
	overflow: hidden;
}

#content {
	position: absolute;
	width: 558px;
	top: 480px;
	right: 0;
	padding-top: 12px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.99em;
	border-top: 1px solid #BCBCBD;
}

#comingSoon {
	position: absolute;
	line-height: 0.6em;
	width: 570px;
	top: 159px;
	right: 0;
	font-size: 16.75em;
	font-family: "cedarRegular";
	text-transform: uppercase;
	color: #00FFCB;
}

#wrap {
	position: relative;
	width: 765px;
	margin: 60px auto 0 auto;
}

#contact {
	position: absolute;
	padding-top: 12px;
	top: 160px;
	text-transform: uppercase;
	font-size: 0.85em;
}

#contact .margin {
	margin-top: 10px;
}

#borderTop {
	position: absolute;
	top: 55px;
	width: 100%;
	height: 22px;
	background-color: #C6FFF5;
}

#borderLeft {
	position: absolute;
	width: 120px;
	height: 1px;
	top: 159px;
	background: #00FFCD;
	font-size: 0;
}
