/*Unstyle*/
html {
	overflow: auto;
}

body {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color:#596B45;
}

div {
	position: relative;
}

a, p, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 100%;
}

/*HTML styling*/


/*Layout*/
#container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	top: 20px;
	background-color: #fff;
}

#header {
	height: 190px;
	background: #fff url('../images/header_background.gif') no-repeat;
	background-position: left center;
	width: 100%;
}

#navigation {
	height: 40px;
	background-color: #6C3335;
	width: 100%;
}

#content {
	width: 100%;
	background-color: #fff;
}


#footer {
	height: 60px;
	background-color: #6C3335;
	clear: both;
	color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/*Common styles*/
h1 {
	font-family: Arial, Helvetica, sans-serif;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #6C3335;
	font-size: 18px;
	font-weight: normal;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 10px;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-decoration: underline;
	font-weight: normal;
	text-align: left;
	margin: 10px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	margin: 10px;
}


img {
	margin: 0px;
}

.poi {
	margin-top: -12px;
	list-style-type: none;
	margin-left: 20px;
}

.poi a {
	text-decoration: none;
	color: #333;
}

.poi a:hover {
	text-decoration: underline;
	color: #6C3335;
}

.breakfast_menu {
margin-left: 20px;
list-style-type: none;
}

/*Header*/
#title {
	margin-left: 290px;
	top: 80px;
}

#subtitle {
	margin-left: 360px;
	top: 100px;
}


#image_float {
	position: absolute;
	top: 25px;
	right: 5px;
	background: url('../images/float_img_background.png') no-repeat;
	width: 307px;
	height: 295px;
}

#image_float img{
	border: 4px solid #333;
	margin-left: 12px;
	margin-top: 26px;
}

/*navigation*/

#navigation
{
	color: #fff;
	}

#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#navigation li
{
	float: left;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	color: #fff;
}

#navigation ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	vertical-align: middle;
	outline: none;
}

#navigation ul li a:hover {
	color: #ccc;
	text-decoration: underline;
}

.selected {
	text-decoration: underline;
}

/*content*/
#content_images {
	float: left;
	width: 300px;
	margin-bottom: 35px;
}



#content_images img{
	border: 4px #333 solid;
	margin: 5px;
}

/*footer*/
#footer a {
	text-decoration: none;
	color: #fff;
}

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

#footer #contact {
	font-size: 10px;
	top: 10px;
}

#footer #credit {
	font-size: 10px;
	color: #000;
}

#footer #credit a {
	color: #000;
}

/*home page*/