@charset "UTF-8";
/* CSS Document */

html, body {
	background-color: #54ece7;
	margin: 0px;
	color: #472500;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 100%
}

a {
	color: #472500;
}

a:hover {
	color: #a3a3a3;
	}


#menu a {
	color: #472500;
	text-decoration: none;
}

#menu a:hover {
	color: grey;
	}


#container {
	background-color: #54ece7;
	/* background-image: url('images/main_background_xmas.jpg'); This is the X-mas background */
	background-image: url('images/main_background.jpg'); This is the normal background
	margin: 0px;
	color: #472500;
	width: 986px;
	min-height: 100%;
	border-right: solid 1px #a3a3a3;
}

#contact {
	float: left;
	margin-top: 240px;
	margin-left: 85px;
	color: #472500;
	width: 150px;
	text-align: center;
	font-family: Trebuchet MS, serif;
	font-size: 0.8em;
}


#menu {
	padding-top: 5px;
	margin-left: 330px;
	margin-bottom: 5px;
	width: 609px;
	font-variant: small-caps;
	font-size: 1.2em;
	color: #4fa7a4;
}
#main_pic {
	margin-left: 330px;
	height: 256px;
	width: 609px;
}
#contents {
	margin-left: 330px;
	width: 550px;
	font-size: 0.9em;
	clear: right;
	float: none;
	height:100%;
}

#contents_map {
	margin-left: 330px;
	width: 600px;
	font-size: 0.8em;
	clear: right;
	float: none;
}

#contents h1, #contents_map h1 {
	font-family: Trebuchet MS, serif;
	font-size: 1.4em;
}

#contents h2, #contents_map h2 {
	font-family: Trebuchet MS, serif;
	font-size: 1.25em;
	padding-top: 0.8em;
}
 
#map_canvas {
	border: solid 2px #4fa7a4;
}

#sidebar {
	float: left;
	height: 250px;
	/*opacity: 0.7;*/
	padding: 3px;
	font-size: 0.8em;
	text-align: center;
	width: 180px;
	font-family: Trebuchet MS, serif;
	color: #4fa7a4;
	margin-left: 745px;
	margin-right: 55px;
	margin-top: -48px;
}

#sidebar h2 {
	font-size: 1em;
}
