body {
	background-color: #bdcebe;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px 0px 15px 0px;
	font-family: Myriad, Arial, Helvetica, san-seriff;
	}
	
h1 {
	font-size: 24px;
	color: #003333;
	text-align: center;
	margin-bottom: 2px;
	}
	
h2 {
	font-size: 18px;
	color: #800f24;
	margin: 0px 15px .5em 15px;
	}

	
h3 {
	font-size: 1em;
	color: #800f24;
	margin: 0px 15px .5em 15px;
	}
	
li {
	padding: 2px 0px;
	}


.center {
	text-align: center;
	}
	
.imageElement h3 {
	text-align: left;
	}
	
p {
	margin: 0px 15px 1em 15px;
	text-align: justify;
	font-size: 1em;
	}

a {
	font-weight: bold
	}	
	
a:link {
	color: #800f24;
	}
	
a:visited {
	color: #003333;
	}
	
a:hover {
	color: #006666;
	}
	
a:active {
	color: #006666;
	}
	
#container {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border: 3px solid #800f24;
	background-color: #d0dccc;
	position: relative;
	}
	
#facebook {
position: absolute;
top: 10px;
right: 10px;
}
	
#menu {
	padding: 2px;
	background-color: #800f24;
	font-size: 14px;
	}
	
.rMenu-ver {
	font-size: 10px;
	}
	
.block {
	display: block;
	}
	
td.special {
background-image: url(images/seagull-background.jpg);
background-repeat: no-repeat;
background-position: 20px 20px; }

p.special  {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #800f24;
	}
	
.address {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #003333;
	margin: 3px;
	}

.phone {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #003333;
	margin: 3px;
	}
.bottomlinks {
	background-color: #003333;
	color: #ffcc99;
	padding: 4px 0px;
	margin: 0px;
	font-size: 10px;
	text-align: center;
	border-top: 1px solid #800f24;
	}
	
.bottomlinks a:link {
	color: #ffcc99;
	}
	
.bottomlinks a:visited {
	color: #ffffcc;
	}
	
.bottomlinks a:hover {
	color: #ffffff;
	}
	
.bottomlinks a:active {
	color: #ffffff;
	}

.copyright {
	font-size: 9px;
	text-align: center;
	}
.caption {
	font-size: 9px;
	text-align: right;
	}
	
.image {
	float: left;
	margin: 0 15px 5px 15px;
	padding: 5px;
	border-top: solid 3px #335533;
	border-bottom: solid 3px #000000;
	border-left: solid 3px #446644;
	border-right: solid 3px #000000;
	background-color: #cccccc;
	}
	
.image img {
	border: 2px solid;
	}
	
.image p {
	font-size: 9px;
	text-align: right;
	padding: 2px 0px 0px 0px;
	margin: 0px;
	}

.right {
	float: right;
	}
.left {
	float: left;
	}
	
.clear {
	clear: both;
	}
	
.logos {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	}
