@charset "utf-8";

body,html {
	margin:0;
	padding:0;
	height:100%;
}
body {
	background-color: #111111;
	position:relative;
	min-width:927px;
	min-height:718px;
	font-family:"Courier New", Courier, monospace;
	font-size:0.6em;
	text-transform:uppercase;
	color:#929292;
}
a {
	color:white;
	text-decoration:underline;
}
p {
	margin:1em 0;
}
img {
	border:0;
}
form {
	margin:0;
}
#minheighter {
	width: 927px;
	height: 718px;
}
#container {
	width: 927px;
	height: 718px;
	margin-top:-359px;
	margin-left:-463px;
	text-align:center;
	position:absolute;
	top:50%;
	left:50%;
	background: #1f1f1f url(images/background.jpg) no-repeat;
}
#logo {
	position:absolute;
	top:52px;
	left:91px;
}
#headerad {
	position:absolute;
	top:40px;
	left:400px;
}
#nav {
	position:absolute;
	top:168px;
	left:75px;
}
#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#nav ul li {
	margin:0;
	padding:0;
	display:inline;
}
#mainimage {
	left:408px;
	top:213px;
	position:absolute;
}
body.leftlayout #mainimage {
	left:78px;
	top:212px;
}
#scrollDownArrow {
	position:absolute;
	top:558px;
	left:388px;
	display:none;
}
#scrollUpArrow {
	position:absolute;
	top:221px;
	left:388px;
	display:none;
}
body.leftlayout #scrollDownArrow {
	left:847px;
}
body.leftlayout #scrollUpArrow {
	left:847px;
}
#maintext {
	left:89px;
	top:222px;
	position:absolute;
	width:305px;
	text-align:left;
	line-height:1.5em;
	height:345px;
	overflow:hidden;
}
body.leftlayout #maintext {
	left:540px;
	top:222px;
}
#maintext h1 {
	font-weight:bold;
	font-size:1.9em;
	margin:0;
	margin-bottom:1em;
	color:white;
}
#maintext h2, .date {
	color:#ffd800;
	font-weight:bold;
	font-size:1.3em;
	margin-bottom:1em;
	margin-top:1.5em;
}

#maintext h4 {
	color:white;
	font-weight:bold;
	font-size:1.1em;
	margin:0.8em 0;
}

#maintext strong {
	font-weight:normal;
	color:white;
}
#maintext blockquote {
	margin:1em 0;
	color:#b69e17;
}
#maintext span.quote {
	color:#b69e17;
}
#footer {
	position:absolute;
	top:600px;
	right:100px;
	text-align:right;
	line-height:2em;
}
#footer a {
	color:#929292;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
	color:white;
}

#reservations table td {
	padding:2px;
}

input, textarea, select {
	/*border:1px solid #C6A800;
	background-color:#333333;
	color:white;*/
	text-transform:none;
	font-family:"Courier New", Courier, monospace;
	font-size:1.1em;
}

span.cvError, p.cvError span {
	color:red;
	font-weight:bold;
}

p.cvError {
	font-weight:bold;
	color:white;
}
.successText {
	color:white;
	font-weight:bold;
}

#social-networks {
	float:left;
	left:100px;
	top:620px;
	position:absolute;
	}