* {
	margin: 0;
	padding: 0;
}		

body {
	background-color: #191F22;
	font-family: Tahoma, sans-serif;
}

.center {
	width: 850px;
	margin: 0 auto;
}

#googlemaps {
	padding-bottom: 30px;
}

.map {
	margin: 0;
	width: 280px; 
	height: 230px;
	overflow: hidden;
	background-color: blue;
}

div#welcome {
	width: 800px;
	margin: 0 auto;
	border: 1px solid #292F31;
	background-color: #161C1F;
	padding: 15px 20px 15px 20px;
	color: #bbb;
	font-size: 17px;
}

div#welcome ul {
	list-style-position: inside;
}

div#welcome a {
	color: #777;
}

p.pagenavigation {
	padding-left: 100px;
	padding-right: 100px;
	font-size: 13px;
	margin-top: -55px;
	margin-bottom: 75px;
}

p.pagenavigation a {
	color: white;
}

.feedback {
	width: 600px;
	margin: 0 auto;
	margin-top: -1px;
	/*background-color: #e7e7e7;*/
	background-color: #f7f7f7;
	/*background-image: url('../../images/feedbackgecko.png');
	background-repeat: no-repeat;
	background-position: 400px -20px;*/
	color: #343434;
	font-size: 12px;
}

.feedbackbottom {
	width: 600px;
	margin: 0 auto;
	margin-top: -10px;
	height: 10px;
	background-image: url('../../images/entrybottom2.png');
}

.feedback ol {
	padding-left: 40px;
	padding-right: 40px;
}

.shadow {
	background-image: url('../../images/shadow.png');
	background-repeat: repeat-x;
	height: 9px;
}

form {
	width: 300px;
	margin: 0 auto;
}

input, textarea {
	width: 300px;
	border: 1px solid #292F31;
	padding: 2px;
}

textarea {
	height: 75px;
}

#footer {
	height: 20px;
	background-color: #343E44;
	text-align: center;
	color: #bbb;
	font-size: 12px;
	padding-top: 2px;
}

#footer a {
	color: #bbb;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.entry {
	width: 770px;
	margin: 0 auto;
	padding: 10px 20px 10px 20px;
	text-align: justify;
	background-color: #F7F7F7;
	font-size: 12px;
}

.entrytop, .entrybottom {
	margin: 0 auto;
	width: 810px;
	height: 10px;
	background-repeat: no-repeat;
}

.entrytop {
	background-image: url('../../images/entrytop.png');
}

.entrybottom {
	background-image: url('../../images/entrybottom.png');
	margin-bottom: -1px;
}

.entry .action {
	width: 120px;
}

.entry .content {
	width: 640px;
}

.description {
	border-top: 3px solid #343E44;
	border-bottom: 3px solid #343E44;
	padding-top: 15px;
	padding-bottom: 15px;
}

.description a {
	color: #9b9b9b;
}

.videoplayer {
	border: none;
	width: 100%;
	height: 290px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}

ul.entryaction {
	margin-top: 100px;
	list-style-type: none;
	font-size: 10px;
	color: #9b9b9b;
}

ul.thumbs {
	margin-top: 10px;
}

ul.thumbs li {
	padding-right: 5px;
	display: inline;
}

.calendar {
	text-align: center;
	padding-top: 20px;
	width: 91px;
	height: 60px;
	font-size: 14px;
	background-image: url('../../images/calendar.png');
	background-repeat: no-repeat;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #343E44;
}

.day {
	font-size: 30px;
	font-style: italic;
	vertical-align: -5px;
}

.gecko {
	width: 100%;
	height: 47px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url('../../images/gecko.png'); 
	background-repeat: no-repeat;
	background-position: center center;
}

h1 {
	font-size: 20px;
	margin-bottom: 14px;
	font-weight: normal;
}

h3 {
	padding-top: 10px;
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}

abbr {
	cursor: help;
	border-bottom: 1px dotted black;
}

.feedback p {
	padding-left: 10px;
	margin-bottom: 10px;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

object {
	display: block;
	margin: 10px auto 10px auto;
}

.warning {
	color: #B20202;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.centered {
	text-align: center;
}

.strike {
	text-decoration: line-through;
}

.underline {
	text-decoration: underline;
}

code {
	font-family: "Courier New", Courier, monospace;
}