/* CSS Document */

/* layout structure of site*/ 

#body {/*set page background color*/
	background-color: #d6c6b1;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	}
	
#container {/*quick fix*/
	width:750px;
	height: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 25px;
	background-color: #4b4d1f;
	}
	
#wrapper {/*container of content*/
	width: 700px;
	height: 800px;
	margin-left: 25px;
	margin-right: auto;
	margin-top: 25px;
	background-color: #4b4d1f;
	position: absolute;
	}
	
	
#masthead {/*header*/
	background: url(images/header.jpg);
	background-repeat:no-repeat;
	width: 700px;
	height: 166px;
	position: absolute;
	}
	
#mast-bottm {/*bottom header*/
	background: url(images/bottom-header.jpg);
	background-repeat: no-repeat;
	width: 407px;
	height: 83px;
	position: absolute;
	top: 166px;
	left: 0px;
	}
	
#mast-right {/* bottom right side of mast head*/
	background: url(images/about.jpg);
	background-repeat: no-repeat;
	width: 294px;
	height: 83px;
	position: absolute;
	left: 407px;
	top: 166px;
	}
	
#right-nav {/*navigation*/
	background: url(images/nav-background.jpg);
	background-repeat: no-repeat;
	width: 208px;
	height: 551px;
	position: absolute;
	left: 0px;
	top: 249px;
	
	}
	
#right-nav a:link, #right-nav a:active, #right-nav a:visited, #right-nav a:hover { 
	cursor: hand;
}

#bottom-body {/*bottom of the page*/
	background: url(images/bottom.jpg);
	background-repeat: no-repeat;
	width: 498px;
	height: 60px;
	position: absolute;
	left: 202px;
	top: 740px;
	}
	
#body-content {/*content*/
	background-color: #d6c6b1;
	width: 498px;
	height: 491px;
	position: absolute;
	left: 202px;
	top: 249px;
	}
	
/*content formatting*/
	
h1 {/*main heading*/
	margin-bottom: 5px;
	margin-left: 10px;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: underline;
	}
	
h2 {/*cross heading*/
	margin-top: 1.3em;
	margin-bottom: 2px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 2em;
	}
	
p {
	margin-bottom: 0.5em;
	margin-left: 2em;
	line-height: 1.5em;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
	margin-right: 1.5em;
	font-size: 12px;
	}
	
.normal {
	margin: 0 0 0 50px;
	padding: 0;
	list-style: circle;
}

.normal li {
	margin: 0 0 6px 0;
	padding: 0 0 6 0;
	list-style: normal;
}
		
ul {
	margin-left: 75px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
	list-style-type: none;
	font-size: 12px;
	}

ol {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.5em;
	}	

.price {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:;
 	font-weight: normal;
	}
	
/*roller over classes*/

.about {
	width: 108px;
	height: 37px;
	overflow: hidden;
	background: url(buttons/button_about.jpg) bottom no-repeat;
	margin-top: 22px;
	margin-left: 150px;
	display: block;
	}
	
.about:hover {
	background-position: top;
	}
	
.home {
	width: 143px;
	height: 28px;
	overflow: hidden;
	background: url(buttons/button_fiddle.jpg) bottom left no-repeat;
	margin-top: 17px;
	margin-left: 43px;
	display: block;
	}
	
.home:hover {
	background-position: top left;
	}

.tourInn{
	width: 143px;
	height: 25px;
	overflow:hidden;
	background: url(buttons/button_tour.jpg) bottom no-repeat;
	margin-top: 19px;
	margin-left: 43px;
	display: block;
	}
	
.tourInn:hover {
	background-position: top left;
	}
	
.rates {
	width:171px;
	height:26px;
	overflow: hidden;
	background: url(buttons/button_rates.jpg) bottom no-repeat;
	margin-top: 20px;
	margin-left: 15px;
	display: block;
	}
	
.rates:hover {
	background-position: top left;
	}
	
.breakfast {
	width: 143px;
	height: 27px;
	overflow: hidden;
	background: url(buttons/button_breakfast.jpg) bottom no-repeat;
	margin-top: 19px;
	margin-left: 43px;
	display: block;
	}
	
.breakfast:hover {
	background-position: top left;
	}

.things2do {
	width: 143px;
	height: 28px;
	overflow: hidden;
	background: url(buttons/button_todo.jpg) bottom no-repeat;
	margin-top: 18px;
	margin-left: 43px;
	display: block;
	}
	
.things2do:hover {
	background-position: top left;
	}

.direction {
	width: 143px;
	height: 25px;
	overflow: hidden;
	background: url(buttons/button_Directions.jpg) bottom no-repeat;
	margin-top: 16px;
	margin-left: 43px;
	display: block;
	}
	
.direction:hover {
	background-position: top;
	}
		
.contacts {
	width: 143px;
	height: 24px;
	overflow: hidden;
	background: url(buttons/button_contact.jpg) bottom no-repeat;
	margin-top: 18px;
	margin-left: 43px;
	display: block;
	}
	
.contacts:hover {
	background-position: top left;
	}

.items {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:;
 	font-weight: bold;
	}

.fireox {
	background-color: #d6c6b1;
	background-image: url(images/firefox.png);
	width: 31px;
	height: 31px;
	margin-right: auto;
	margin-left: 460px;
	margin-top: 15px;
	}
	
.address {
	padding: 0 0 15px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
}
