/* R E S E T
--------------------------------------------------------------------------------------------*/
* {	padding: 0;
	margin: 0;
	outline: none;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	}
	
/* G L O B A L
--------------------------------------------------------------------------------------------*/
html {
	overflow-y: scroll;
	}

body {
	background: #AB9577 url(../images/background.jpg) fixed repeat-x center center;
	font-family: Arial,Helvetica,sans-serif;
	color: #693F25;
	line-height: 20px;
	font-size: 12px;
	}

/*  L A Y O U T
--------------------------------------------------------------------------------------------*/

#pageWrap {
	width: 980px;
	height: 548px;
	margin: 0 auto;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -490px;
	margin-top: -255px;
	overflow: hidden;
	}
	
#sideBar {
	width: 238px;
	height: 509px;
	margin:  0 14px 0 0;
	display: inline;
	float: left;
	background: #E2D2A0 url(../images/side-bar.jpg) no-repeat 0 0;
	position:  relative;
	}
	
#sideBar img#logo {
	background: transparent url(../images/logo.jpg) no-repeat 0 0;
	height: 102px;
	width: 171px;
	margin: 13px 0px 30px 34px;
	}
	
#sideBar #nav {
	height: 322px;
	overflow: hidden;
	margin: 0 0 0 24px;
	}

#sideBar #bottonContact ul {
	list-style-position: outside;
	list-style-type: none;
	font-size: 10px;
	clear: both;
	margin: 0 0 0 24px;
	}

#sideBar #bottonContact li {
	height: 12px;
	line-height: 12px;
	}

#sideBar #bottonContact li a {
	font-weight: bold;
	text-decoration: none;
	color: #693F25;
	}
	
#sideBar #bottonContact li a:hover {
	color: #000;
	}
	
#contentWrapper {
	width: 728px;
	height: 509px;
	display: inline;
	float: left;
	background: #F7F2E1 url(../images/content-back.jpg) no-repeat 0 0;
	position: relative;
	}
	
#homeWrap {
	width: 704px;
	height: 485px;
	margin: 11px;
	border: 1px solid #C3C3A0;
	overflow: hidden;
	background: url(../images/ti-kaye.jpg) no-repeat;
	}

#photoWrap {
	width: 704px;
	height: 485px;
	margin: 11px;
	border: 1px solid #C3C3A0;
	overflow: hidden;
	/*background: url(../images/gal-bg.jpg) no-repeat;*/
	}
	
#contentWrapper #spryContent {
	display:inline;
	float:left;
	height:509px;
	width:728px;
	position:relative;
	overflow: hidden;
	}
	
	#contentWrapper #content {
	width: 359px;
	height: 397px;
	margin: 11px 0 11px 0; /* Was 24px to the left */
	padding-top: 90px;
	float: left;
	display: inline;
	position: relative;
	}
		
#contentWrapper #content #header {
	width: 335px;
	height: 20px;
	padding: 0 0 0 24px;
	margin: 0 0 4px 0;
	display: block;
	text-transform: uppercase;
	}
					
#contentWrapper #content #scrollerContent {
	width: 359px;
	height: 373px;
	margin: 0;
	display: block;
	overflow-y:  hidden;
		}

#contentWrapper #content #scrollerContent p {
	margin-bottom: 1em;
	}
			
#contentWrapper #flash {
	width: 334px;
	height: 485px;
	margin: 11px 11px 0 0;
	border: 1px solid #C3C3A0;
	overflow: hidden;
	float: right;
	display: inline;
	}
	
#footer {
	width: 980px;
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	margin-top: 20px;
	display: inline;
	float: left;
	overflow: hidden;
	}
	
#footer a {
	text-decoration: none;
	color: #693F25;
	}	
	
#footer a:hover {
	color: #000;
	}
	
#footer #copyright, #footer #links,	#footer #credit {
	float: left;
	display: inline;
	height: 20px;
	}

#footer #copyright {
	width: 238px;
	margin: 0 14px 0 0;
	}

#footer #links {
	width: 520px;
	}

#footer #credit {
	width: 208px;
	text-align: right;
	}

/*  N A V I G A T I O N
--------------------------------------------------------------------------------------------*/

#menu {
	margin: 136px 0 0 22px;
	}
	
/*  C O N T E N T
--------------------------------------------------------------------------------------------*/


/*  T Y P O G R A P H Y
--------------------------------------------------------------------------------------------*/

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #693F25;
	}

#contentWrapper a {
	text-decoration: none;
	color: #482712;
	border-bottom: 1px dotted #c9c0a6;
	}

#contentWrapper a:hover {
	color: #693F25;
	border-bottom: 1px dotted #d9ceaf;
	}
	
#contentWrapper input, textarea, select {
	background: #693F25;
	border: 1px solid #482712;
	color: #fbf6e8;
	opacity: 0.85;
	}
	
#contentWrapper input:focus, textarea:focus, select:focus {
	opacity: 1;
	}
	
#contentWrapper #button {
	margin-top: 4px;
	background: #693F25;
	border: 1px solid #482712;
	color: #fbf6e8;
	}

address {
	font-style: normal;
	}
	
#content img {
	border: 1px solid #C3C3A0;
	}

.newsLinks {
	list-style: disc inside;
	margin-bottom: 1em;
	}

ol {
	list-style-position: inside;
	}

hr {
	margin-bottom: 1em;
	border-bottom: 1px dotted #C3C3A0;
	height: 0px;
	}

#scrollerContent ul, #scrollerContent ol {
	list-style-position: inside;
	margin-bottom: 1em;
	}
	
ul#navLink li.standOut a {
	color: #990000;
	}
	
/* F O R M S */

#number-of-guests, #number-of-nights {
	width: 140px;
	margin-bottom: 4px;
	}