@charset "utf-8";
body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #aeaa93;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #2a1910;
}
#container {
	width: 829px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f1ebd9;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
	
#homeImage {
	background-image: url(../images/home-image.jpg);
	width: 829px;
	height: 297px;
}
#cityImage {
	background-image: url(../images/city-guide-image1.jpg);
	width: 829px;
	height: 307px;
	background-repeat: no-repeat;
	border-bottom-color: #978838;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#restaurantImage {
	background-image: url(../images/restaurant-image.jpg);
	width: 829px;
	height: 307px;
	background-repeat: no-repeat;
	border-bottom-color: #978838;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#accommodationsImage {
	background-image: url(../images/accommodations.jpg);
	width: 829px;
	height: 307px;
	background-repeat: no-repeat;
	border-bottom-color: #978838;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
#locationImage {
	background-image: url(../images/location-image.jpg);
	width: 829px;
	height: 307px;
	background-repeat: no-repeat;
}
#calendarImage {
	background-image: url(../images/calendar-image.jpg);
	width: 829px;
	height: 307px;
	background-repeat: no-repeat;
}
#linksImage {
	background-image: url(../images/links-image.jpg);
	width: 829px;
	height: 307px;
	background-repeat: no-repeat;
}
#mainContent {
	padding-left: 70px;
	padding-right: 70px;
	text-align: left;
}
#mainContent1 {
	width: 400px; 
	padding-left: 70px;
	padding-right: 25px;
}
#mainContent2 {
	width: 200px;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 5px;

}
#mainContent3 {
	width: 350px; 
	padding-left: 70px;
	padding-right: 25px;
}
#mainContent4 {
	width: 300px;
	padding-left: 25px;
	padding-right: 70px;
	padding-top: 5px;

}
#footer {
	background: #aeaa93;
	padding-right: 70px;	/* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 40px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*Navigation*/

a.content:link, a.content:visited {
	color: #955c1e;
	text-decoration: none;
}

a.content:hover {
	color: #955c1e;
	text-decoration: underline;	
}

#topnav {
	background-image: url(../images/topnav.gif);
	background-repeat: no-repeat;
	padding: 0 80px;
	height: 24px;
	color: #fdfaf2;
}
#topnav a:link, #topnav a:visited {
	font-size: 11px;
	color: #fdfaf2;
	text-decoration: none;
	}
#topnav a:hover {
	font-size: 11px;
	color: #2a1910;
	text-decoration: none;
}
/*Current Page Indicators*/
#topnav.home a.home {
	font-size: 11px;
	color: #2a1910;
	text-decoration: none;
}
#topnav.city a.city {
	font-size: 11px;
	color: #2a1910;
	text-decoration: none;
}
#topnav.reviews a.reviews {
	font-size: 11px;
	color: #2a1910;
	text-decoration: none;
}
#topnav.links a.links {
	font-size: 11px;
	color: #2a1910;
	text-decoration: none;
}
/* End Current Page Indicators*/
#topnav a {
	font-size: 11px;
	color: #2a1910;
	text-decoration: none;
}

.leftnav  {
	padding-left: 70px;
	padding-top: 30px;
	}
li {
	list-style-type: none;
	line-height: 24px;
}
li a:link, li a:visited {
	font-size: 11px;
	color: #fdfaf2;
	text-decoration: none;
}
li a:hover {
	font-size: 11px;
	color: #2B1811;
	text-decoration: none;
}
li a.current {
	font-size: 11px;
	color: #2B1811;
	text-decoration: none;
}

#bottomnav {
	position: absolute;
	top: 460px;
	padding-left: 277px;
}
#bottomnav a:link, #bottomnav a:visited {
	font-size: 11px;
	color: #955c1e;
	text-decoration: none;
	}
#bottomnav a:hover {
	font-size: 11px;
	color: #2a1910;
	text-decoration: none;
}
#bottomnav a.current {
	font-size: 11px;
	color: #2a1910;
	text-decoration: none;
}

#footer1 {
	color: #fdfaf2;
	font-size: 10px;
	padding-top: 8px;
}
#footer2 {

	font-size: 11px;
	padding-top: 8px;

}
#footer2 a:link, #footer2 a:visited {
	text-align: right;
	font-size: 11px;
	padding-top: 8px;
	color: #fdfaf2;
	text-decoration: none;
}
#footer2 a:hover {
	color: #978838;
	text-decoration: none;
}

h1 {
	font-size: 12px;
	font-weight: bold;
	color: #2a1910;
}
p {
	font-size: 12px;
	line-height: 22px;
}
.float-left {
	float: left;
	padding-right: 25px;
}
.quotes {
	color: #945C1F;
	font-style: italic;
}
