html {
	height: 100%;
	background-color: #000000;
	
}
body {
	height: 100%;
	background: transparent url(../images/background_beach.jpg) top center no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #f7f7f7;
	margin: 0;
	padding: 0;
	padding-top: 30px;
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	color: #0099CC;
}
a:hover {
	text-decoration: underline;
}
p {
	color: #8C8C8C;
	font-size: 8pt;
	line-height: 14pt;
	margin: 0;
	padding: 0;
}
span {
	color: #0099FF;
	font-weight: normal;
}
img {
	border: 0;
}
/* CONTAINER */

#container {
	margin: 0;
	padding: 0;
}
h1	{
	text-indent: -9999px;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	border: 0;
	display: block;	
	height: 45px;
	width: 145px;
	float: left;
	background: #000 url(../images/logo.png) top left no-repeat;
	}
h1 a:link, h1 a:visited	{
	display: block;	
	background: #000 url(../images/logo.png) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
/* h1 a:hover	{
	background: #000 url(../images/logo-over.png) top right no-repeat;
	}
*/
#navigation {
	height: 32px;
	list-style-type: none;
	background: #000;
	margin: 0;
	margin-left: 160px;
	_margin-left: 157px;
	padding: 0;	
	padding-top: 13px;
	padding-left: 10px;
}
#navigation li {
	float: left;
	font-size: 14px;
	color: #0099FF;
	margin-right: 10px;
}
#navigation li a {
	color: #fff;
}
#navigation li a:hover {
	color: #0099FF;
}
#navigation .current a {
	color: #0099FF;
}
h2 {
	font-size: 13pt;
	margin: 0;
	margin-bottom: 10px;
	font-weight: normal;
}
h2 a {
	color: #fff;
}
h3 {
	font-size: 12pt;
	margin-top: 0px;
	margin-bottom: 10px;
}
h4 {
	margin: 0;
	margin-bottom: 10px;
}
p.time {
	font-size: 8pt;
}
#block-container {
	margin-left: 160px;
}
#content {
	width: 550px;
	background: #050505;
	padding: 10px;
}
#block-left {
	float: left;
	display: block;
	width: 390px;
	margin-right: 20px;
}
#block-left ul {
	margin: 0;
	padding: 0;
	padding-left: 20px;
	margin-bottom: 20px;
	list-style-type: decimal;
}
#block-left ul li {
	color: #CCCCCC;
	font-size: 10.5pt;
}
.news {
	background: #050505;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 550px;
}
.newsImage {
	float: left;
	background: #050505;
	padding: 10px;
}

#block-right {
	background: #000 url(../images/background-block-right.png);
	width: 267px;
	float: left;
	margin: 0;
	padding: 10px;
	padding-left: 10px;
}
#block-right p {
	font-size: 10pt;
}
.intro {
	color: #fff;
	font-size: 12pt;
	margin-bottom: 30px;
}
.more-contact a {
	font-size: 8pt;
	margin-bottom: 30px;
	display: block;
}
#day {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 250px;
	float: left;
}
#option {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 300px;
	float: left;
}
#time, #price {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}
#day li, #option li, #time li, #price li {
	color: #a6a6a6;
	font-size: 10.5pt;
	margin-bottom: 10px;
}
.email a {
	color: #a6a6a6;
}

/* MAKING THE FOOTER STICK*/
#nonFooter
{
	position: relative;
	min-height: 100%;
	background: #000 url(../images/background-container.png);
	width: 720px;
	margin: 0 auto;
}
* html #nonFooter
{
height: 100%;
}

#footer
{
	margin: 0 auto;
	width: 720px;
	position: relative;
	margin-top: -25px;
}

/* hides the second object from all versions of IE */
* html object.mov {
    display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
    display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
    display/**/: none;
}
