* {
	margin: 0;
	padding: 0;
}

body {
	background: #000000;
	margin: 0px;
	padding: 0px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	list-style: none;
}

p {
	line-height: 21px;
	margin-bottom: 22px;
}

h1 {
	font-size: 24px;
	margin-bottom: 20px;
	color: #F90707
}

.red {
	color: #F90707
}


#wrapper {
	width: 900px;
	position: relative;
	margin: 20px auto;
	padding-bottom: 50px;
}

#wrapper.home {
	min-height: 540px;
	background: url(images/boardwalk.jpg) no-repeat;
	position: relative;
}

h1#homequote {
	position: absolute;
	top: 15px;
	left: 20px;
	font-size: 14px;
	color: #000;line-height: 19px;
}

#wrapper.contact {
	min-height: 200px;
}

#logo {
	width: 200px;
	height: 41px;
	position: absolute;
	bottom: 0;
	left: 0;
}

hr {
	color: #fff;
	margin: 20px 0;
}


.highlight {
	color: #FF0000;
}
a:link {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	list-style: none;
}
li {
	display: block;
	list-style: none;
	background: #000000;
	padding-bottom: 5px;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #F90707;
}
#flashmovie {
	margin: 0px auto;
	padding: 0px;
	width: 550px;
	position: relative;
	top: 150px;
}
#main {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}

ul#nav {
	list-style: none;
	position: absolute;
	bottom: 5px;
	right: 0;
}

ul#nav li {
	float: left;
	margin-left: 22px;
}





#main a:link {
	color: #FF0000;
	text-decoration: underline;
}
#skipintro {
	position: relative;
	top: 160px;
	margin-right: auto;
	margin-left: auto;
	width: 450px;
	text-align: right;
	color: #999999;
	font-size: 11px;
}
#skipintro a {
	color: #999999;
	font-size: 11px;
	text-decoration: none;
}
.storyhighlight {
	font-style: italic;
	font-weight: bold;
}

