* {
	/* overwrite all default browser settings */
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #333333;
	text-align: center;
	}

a img {
	border: none;
}


#container {
	margin-left: auto;
	margin-right: auto;
	width: 785px;
	background-color: #A5BDCE;
	height: 100%;
	border: 1px solid #000;
}


#header {
	width: 785px;
	height: 160px;
	border: 0;
	padding-top: 15px;
}

#header #logo img{
	width: 144px; 
	height: 100px;
	border: 0;
	float: left;
}

#header #header_image {
float: right;

}

#header #header_image img {
border: 1px solid #000;
width: 150px;
height: 100px;
margin: 50px;
}

#header #title {
float: right;
margin-right: 15px;

}

#content_down {
	background: #fff url(../images/content_background.png) repeat-x;
}

#content {
	margin-top: 40px;
	padding-left: 65px;
	padding-right: 65px;
	color: #333333;
	text-align: left;
	font-family: Arial;
	height: auto;
}

#content_images {
	margin-top: 25px;
	text-align: center;
}

#content_images img {
	width: 263px;
	height: 182px;
	border: 1px solid #000;
	margin: 10px;
}
 

#footer {
	margin-top: 25px;
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 90%;
	clear: both;
	font-weight: 900;
	background-color: #fff;
}

#credit {
	font-size: 80%;
}


h1 {
	color: #fff ;
	font-family: Ariel;
	font-size: 280%;
	text-align: center;

}

h2, h3, h4, h5 {
	color: #333333;
	font-family: Ariel;

}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 15px;
	padding-top: 25px;
	margin-bottom: 15px;
}

h3 {
	font-size: 115%;
	margin-top: 5px;
	padding-top: 25px;
	margin-bottom: 5px;
}

p {
	font-size: 90%;
	margin-top: 5px;
	margin-bottom: 5px;
}

a {
	text-decoration: underline;
}

address {
	font-weight: 900;
}

li {
	font-size: 90%;
	margin-left: 15px;
	margin-bottom: 20px;
}

/* Menu Style */
.navigation {
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	background: white url(../images/menu_background.gif) center center repeat-x;
}

.navigation li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navigation li a {
	margin: 0px;
	padding: 0px;
	display: block;
	height: 33px;
	float: left;
	color: #333333;
	text-decoration: none;
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 33px;
}

.navigation #menu_home {
	width: 101px;
}

.navigation #menu_homes {
	width: 149px;
}

.navigation #menu_tourers {
	width: 173px;
}

.navigation #menu_places {
	width: 173px;
}

.navigation #menu_location {
	width: 185px;
	border-right: none;
}

.navigation li a:hover {
	color: white;
	background: transparent url(../images/menu_background_active.gif) center center repeat-x;
}

#content ol li {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: 30px;
}
