@charset "UTF-8";
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body {
	background-color: #006699;
	margin-top: 0px;
	margin-bottom; 0px;
}
.thumbnail {
	margin: 10px;
	margin-left: 0px;
}
.map {
	margin: 15px;
}

#container {
	background-color: #ffffcc;
	background-image: url('background.jpg');
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#content {
	margin: 35px;
	margin-right: 42px; /* extra 7 pixels for the dropshadow */
}
#logo {
	margin-left: 125px;
	padding-bottom: 25px;
}
#johnANDgaila { 
	margin-left: 155px;
	margin-bottom: 30px;
}
#navagation {
	padding: 20px;
	padding-top: 10px;
}
#navagation img {
	border: none;
}
#main {
	padding: 20px;
}
#footer {
	margin-top: 10px;
	text-align: center;
	font-size: 8pt;
}
#footer a {
	color: #000;
	text-decoration: none;
}

.map {
	visibility: hidden;
	/* For some reason Safari doesn't like to collapse the table */
	height: 0em;
	margin: 15px;
}

label {
	font-weight: bold;
}