/* -- layout stuff -- */
html, body, p{
	margin-top: 0;
}
body{
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFFFFF;
}

#container
{
    margin-left: auto;
	margin-right: auto;	
	text-align: left;
	background-image: url(../../images/homepage_background.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-right: 25px;
	height: 668px;
}
#container, #header{
    position: relative;
	width: 935px;
	text-align: left;
}



/* == layout sections == */
#header{
	position: relative;
	height: 203px;
}
#lasvegas
{
	position: absolute;
	top: 55px;
	left: -10px;
}
#hawaiian
{
	position: absolute;
	top: 65px;
	right: 12px;
}
#topnav
{
	position: absolute;
	top: 173px;
	left: 0px;
}
#datetime
{
	position: absolute;
	top: 172px;
	right: 20px;
}
#content{
	position: relative;
}
#leftpane{
	float: left;
	width: 230px;
}

#middlepane{
	float: right;
	width: 700px;
}
#footer{
}

/* == font stuff == */
#leftpane p
{
	font-family:"Times New Roman", Times, serif;
	font-size: 12px;
	line-height:15px;
}

#leftpane a, #middlepane a
{
	color: #000;
}
#leftpane a:hover, #middlepane a:hover
{
	color: #990000;
}

#middlepane p
{
	font-family:"Times New Roman", Times, serif;
	font-size: 11px;
	line-height:12px;
	width: 220px;
	margin-bottom: 5px;
}
#middlepane h1
{
	font-family: "Times New Roman", Times, serif;
	letter-spacing:3px;
	text-transform: uppercase;
	margin: 0;
	font-size: 16px;
}
#middlepane h2
{
	font-family:"Times New Roman", Times, serif;
	text-transform: uppercase;
	margin: 0;
	font-size: 12px;
}

#datetime
{
	font-family:"Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
}

/* == general stuff == */
.clear{
	clear: both;
}

p.avernis
{
	font-family: Arial;
	font-size: 10px;
	color: #aaa;
	margin-top: 10px;
}
p.avernis a
{
	color: #999;
}
p.avernis a:hover
{
	color: #000;
}