﻿* {
	margin: 0px;
	padding: 0px;
	font-family: "Franklin Gothic Book";
}
body {
	background-image: url(images/coconut_tree2.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center;
}
ul {
	list-style-type: none;
	font-size: 20px;
}
a
{
	color: #FF0000;
	text-decoration:none;
}
a:visited
{
	color: #FF0000;
}

.active_link {
	background: url('images/flamestitelanim2_gross.gif');
	background-position:center;
	color:#ccc;
	text-align:center;
	font-weight:bolder;
}
.extra
{
	font-size:50px;
	font-weight:bolder;
	color:#808000 !important;
	text-align:left;
}
h3 {
	font-size: 30px;
	color: #FF0000;
	margin-top: 40px;
	padding: 5px;
	margin-bottom: 20px;
}

.container .right table tr td {
	text-align: center;
	padding: 5px;
}
.header {
	font-family: "Franklin Gothic Heavy";
	font-size: 100px;
	font-weight: bolder;
	color: #FF0000;
	margin-left: 25%;
}
.left {
	position: fixed;
	left: 0px;
	top: 30%;
	float: left;
	width: 180px;
	padding: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
.left a{
		display:block;
}
.td2 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FF0000;
	border-bottom-color: #FF6600;
}
.content {
	padding: 50px;
	margin-left: 220px;
	margin-right: 140px;
	/*margin-top: 100px;*/
	color: #CCCCCC;
	font-size: 20px;
}
.right {
	float: right;
	width: 120px;
	color: #FF0000;
	font-size: 15px;
	position: fixed;
	top: 30%;
	right: 0px;
	padding: 10px;
}
.footer {
	clear: both;
	font-size: 12px;
	color: #CCCCCC;
	padding: 10px;
	position: fixed;
	bottom: 0px;
	right: 0px;
}
h2 {
	color: #FF0000;
	font-size: 35px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 40px;
}
p {
	color: #CCCCCC;
	padding: 10px;
}
.container .content p a {
	font-style: italic;
}
.container .content p a:visited {
	font-style: italic;
	color: #FF0000;
}
.container .content address a {
	font-style: italic;
}
.container .content address a:visited {
	font-style: italic;
}

.container .content img {
	margin: 100px;
	vertical-align: middle;
}
.container .content table tr td {
	font-family: "Franklin Gothic Book";
	font-size:20px;
	color: #CCCCCC;
	padding: 5px;
	margin: 10px;
}

.container .content table tr td img {
	vertical-align: top;
	font-size:20px;
	margin: 0px;
	padding: 0px;
	font-family: "Franklin Gothic Book";
	text-align: center;
}
.container .left ul {
	font-family: "Franklin Gothic Book";
	font-size: 24px;
	color: #FF0000;
	display: block;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.container .left ul li a{
	display: block;
}
.event_header {
	font-size: 30px;
	color: #FF0000;
}

.events {
	font-size: 25px;
	color:#808000;
	font-weight:bolder;
	padding: 5px;
}
.container .content table {
	margin-left: 10px;
}
.container .content table tr th {
	color: #FF0000;
	text-align: center;
}
.opening_tab
{
	font-style: italic;
}
