* {
	padding: 0;
	margin: 0;
}

.clear {
	display: block;
	clear: both;
}

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url("images/background.jpg");
	text-align: center;
}



/*DIVS*/

#container {
	width: 855px;
	margin: 0 auto;
	text-align: left;
	background: url("images/container_bg.jpg") repeat-y;
}



/*HEADER*/

#header {
	width: 100%;
	height: 150px;
	text-indent: -9999px;
	background: url("images/header.jpg") no-repeat;
	text-align: center;
	margin-bottom: 20px;
}



/*LEFT COLUMN*/

#left_column {
	float: left;
	width: 225px;
	padding: 0 20px 20px 20px;
}



/*NAVIGATION*/

#navigation {
	width: 214px;
	background: url("images/navigation_bg.jpg") repeat-y;
}

#navigation li {
	list-style: none;
	padding: 0 20px 10px 20px;
	background: url("images/navigation_devides.jpg") no-repeat 7px 22px;
}

#navigation a {
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
}

#navigation a:hover {
	color: #fff;
	font-size: 0.8em;
	text-decoration: underline;
}



/*NEWS & EVENTS*/

#news_events {
	width: 214px;
	background: url("images/news_events_bg.jpg") repeat-y;
}

#news_events h1 {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0 20px 10px 20px;
}

#news_events p {
	color: #fff;
	font-size: 0.8em;
	padding: 0 20px 8px 20px;
}



/*BOOK NOW*/

#book_now {
	width: 214px;
	background: url("images/navigation_bg.jpg") repeat-y;
}

#book_now a {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 10px 20px;
	text-decoration: none;
}

#book_now a:hover {
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px 10px 20px;
	text-decoration: underline;
}



/*RIGHT COLUMN*/

#right_column {
	float: right;
	width: 590px;
}



/*PAGE TITLE*/

#page_title {
	background: url("images/page_title_bg.jpg") no-repeat;
	height: 46px;
	margin-bottom: 15px;
}

#page_title h1 {
	color: #fff;
	font-size: 1.4em;
	font-weight: normal;
	padding: 10px 20px 0 20px;
}



/*CONTENT*/

#content {
	width: 590px;
}

#content h1 {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 20px 0 10px;
}

#content p {
	color: #000;
	font-size: 0.8em;
	padding: 0 20px 10px 10px;
}

#content img {
	padding: 0 20px 10px 10px;
}



/*TEXT*/

#text {
	float: left;
	width: 393px;
}

#text h1 {
	color: #000;
	font-size: 0.8em;
	font-weight: bold;
	padding: 0 20px 0 10px;
}

#text p {
	color: #000;
	font-size: 0.8em;
	padding: 0 20px 10px 10px;
}

#text ul {
	color: #000;
	font-size: 0.8em;
	padding: 0 20px 10px 25px;
}


/*IMAGES*/

#images {
	float: right;
	width: 197px;
}

#images img {
	float: right;
	padding: 0 20px 10px 0;
}



/*ADDRESS BAR*/

#address_bar {
	float: right;
	width: 590px;
	height: 50px;
	background: url("images/address_bar_bg.jpg") no-repeat;
	padding-top: 15px;
}

#address_bar p {
	color: #fff;
	font-size: 0.9em;
	padding: 0 20px 3px 20px;
}

#address_bar a {
	color: #fff;
	text-decoration: none;
}

#address_bar a:hover {
	color: #fff;
	text-decoration: underline;
}



/*FOOTER*/

#footer {
	background: url("images/bottom_curve.jpg") no-repeat center;
	height: 35px;
}



/*FORM*/

form {
	padding: 0 20px 10px 10px;
}

label {
	display: block;
	color: #000;
	font-size: 0.8em;
}

input[type=text] {
	margin-bottom: 10px;
	padding: 3px;
	width: 75%;
}

textarea {
	display: block;
	margin-bottom: 10px;
	font: 0.8em Arial, Helvetica, Verdana, sans-serif;
	padding: 5px;
	width: 75%;
	height: 150px;
}

#content .warning, #content_full_page .warning {
	width: 90%;
	background: red;
	margin-left: 10px;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

#content .thankyou, #content_full_page .thankyou {
	width: 90%;
	background: #990000;
	margin-left: 10px;
	padding: 10px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}