body{
    color: #7a725a;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
	font-size: 100%;
    margin: 0;
    padding: 0;
  }
  
body.home {
	background: #f4f0c3 url(../images/background_cracked.jpg) repeat-y;
	background-position: top center;
	}
	
body.hotel {
	background: #f4f0c3 url(../images/background_cracked.jpg) repeat-y;
	background-position: top center;
	}
	
body.attractions {
	background: #f4f0c3 url(../images/background_cracked.jpg) repeat-y;
	background-position: top center;
	}
	
body.events {
	background: #f4f0c3 url(../images/background_cracked.jpg) repeat-y;
	background-position: top center;
	}
	
body.contact {
	background: #f4f0c3 url(../images/background_cracked.jpg) repeat-y;
	background-position: top center;
	}
	

#wrapper { 
    position: relative;
    margin: 0 auto;
    width: 767px;
	height: 100%;
    text-align: center;
	background-color: #fff;   
}


/* home page styles */

#content-home {
	position: relative;
    background-color: #eee;
    width: 757px;
	height: 100%;
	border-top: 5px solid #fff;
	padding: 5px;
	/* IE hack */
    width: 757px !important;
    width: 757px;
    width/**/:/**/ 757px; 
}

#block-home {
	position: relative;
	float: left;
	background-color: #fff;
	border-right: 7px solid #eee;
	padding: 10px;
	width: 164px;
	text-align: left;
}

#block-home2 {
	position: relative;
	float: left;
	background-color: #fff;
	padding: 10px;
	width: 163px;
	text-align: left;
}


/* interior page styles */

#content-hotel {
    background: #e5e4d2 url(../images/content_bg.gif) top repeat-y;
    width: 757px;
	height: 100%;
	border-top: 5px solid #e5e4d2;
	padding: 0 5px;
	/* IE hack */
    width: 757px !important;
    width: 757px;
    width/**/:/**/ 757px; 
}

#content-attractions {
    background: #e5e4d2 url(../images/content_bg.gif) top repeat-y;
    width: 757px;
	height: 100%;
	border-top: 5px solid #e5e4d2;
	padding: 0 5px;
	/* IE hack */
    width: 757px !important;
    width: 757px;
    width/**/:/**/ 757px; 
}

#content-events {
    background: #e5e4d2 url(../images/content_bg.gif) top repeat-y;
    width: 757px;
	height: 100%;
	border-top: 5px solid #e5e4d2;
	padding: 0 5px;
	/* IE hack */
    width: 757px !important;
    width: 757px;
    width/**/:/**/ 757px; 
}

#content-contact {
	position: relative;
    background: #e5e4d2 url(../images/content_bg.gif) top repeat-y;
    width: 757px;
	height: 100%;
	border-top: 5px solid #e5e4d2;
	padding: 0 5px;
	/* IE hack */
    width: 757px !important;
    width: 757px;
    width/**/:/**/ 757px; 
}

#block-sidenav {
	position: relative;
	float: left;
	padding: 10px;
	width: 171px;
	text-align: left;
	/* IE hack */
    width: 171px !important;
    width: 171px;
    width/**/:/**/ 171px;
}

#block-content {
	position: relative;
	float: left;
	width: 564px;
	text-align: left;
}

#block-text {
	position: relative;
	float: left;
	width: 320px;
	padding: 20px;
	text-align: left;
	/* IE hack */
    width: 320px !important;
    width: 320px;
    width/**/:/**/ 320px;
}

#block-photo {
	position: relative;
	float: left;
	width: 187px;
	padding-top: 65px;
	text-align: left;
}

#block-text-wide {
	position: relative;
	padding: 20px;
	text-align: left;
}


/* footer styles */

#footer{
	clear: both; 
    position: relative;
	background-color: #e5e4d2;
    width: 757px;
	font-size: .75em;
	padding: 20px 0;
}

#footer a:link {
	color: #7a725a;
}

#footer a:visited {
	color: #7a725a;
}

#footer a:hover {
	color: #588dce;
}


/* general attributes */

h1 {
    font-size: 1.2em;
	font-weight: normal
}

h2 {
    font-size: 1em;
    font-weight: bold;
	margin-top: 1.8em;
	margin-bottom: 0;
}

p {
	font-size: .75em;
	line-height: 1.5em;
}

a:link {
	color: #588dce;
}

a:visited {
	color: #588dce;
}

a:hover {
	color: #95593b;
}

hr {
	border: 0;
	width: 100%;
	background-color: #e1d6ce;
	color: #e1d6ce;
	height: 1px;
}
	
	
/* special text styles */

.alert {
    color: #ff4500;
    font-weight: bold;
}
 
.small {
	font-size: 85%;
}

.caption {
	font-size: 85%;
}

.question {
	font-weight: bold;
	color: #524132;
}
 
 
/* form styles */
 
form.events {
	margin: 0;
	padding: 20px;
	background-color: #efeed2;
}

form.contact {
	margin: 0;
	padding: 20px;
	background-color: #eae9db;
}

label {
    color: #7a725a;
	font-size: .75em;
	font-weight: bold;
}

input {
    color: #333;
    padding: 3px;
    margin-top: 3px;
}

select {
    color: #333;
    padding: 3px 2px 2px 3px;
    margin-top: 3px;
}



