body{
	margin: 0px;
	padding: 0px;
	background: #1D1D1D url(image/background.jpg) repeat;
}

p { 
	margin:0;
	padding:0;
	border:0;
	color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	line-height: 15px; 
	font-weight: normal;
}

a         { font-weight: normal; text-decoration: underline; }

.navLink a         { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; line-height: 11px; text-decoration: none; }
.navLink a:link    { color: #F2F2F2; }
.navLink a:visited { color: #F2F2F2; }
.navLink a:hover   { color: #939598; }
.navLink a:active  { color: #F2F2F2; }

.thumbs a         { font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 11px; line-height: 11px; text-decoration: none; }
.thumbs a:link    { border: solid 2px #F2F2F2; }
.thumbs a:visited { border: solid 2px #F2F2F2; }
.thumbs a:hover   { border: solid 2px #FFD531; }
.thumbs a:active  { border: solid 2px #FFD531; }

/* Span Classes
 -------------------------------------------------------------- */
.navStatic{
	color: #FFD531;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	font-weight: bold;
}

.yellowHeader{
	color: #FFD531;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	font-weight: normal;
}

.pageHeader{
	color: #FFD531;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.4em;
	font-weight: normal;
}

.footer{
	color: #F2F2F2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
}

.imgBorder{
	border: solid 2px #FFD531;
}

/* Wrapper
 -------------------------------------------------------------- */
#wrapper{
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: left;
	width: 700px;
	height: 725px;
}

#horizontalSpace{
	position: relative;
	width: 700px;
	height: 5px;
}

.lineSpace{
	line-height: 5px;
}

.footerSpace{
	line-height: 1px;
}

/* Header
 -------------------------------------------------------------- */
#header{
	position: relative;
	width: 700px;
	height: 125px;
	background: #1D1D1D;
}

/* Navigation
 -------------------------------------------------------------- */
#navigation{
	position: relative;
	width: 150px;
	height: 685px;
	background: #1D1D1D url(image/hm_bg.jpg) bottom repeat-x;
}

#navHome{
	position: absolute;
	top: 25px;
	left: 15px;
	background: transparent;
}

#navProperty{
	position: absolute;
	top: 50px;
	left: 15px;
	background: transparent;
}

#navAccommodations{
	position: absolute;
	top: 75px;
	left: 15px;
	background: transparent;
}

#navGallery{
	position: absolute;
	top: 100px;
	left: 15px;
	background: transparent;
}

#navLocal{
	position: absolute;
	top: 125px;
	left: 15px;
	background: transparent;
}

#navTestimonials{
	position: absolute;
	top: 150px;
	left: 15px;
	background: transparent;
}

#navReservations{
	position: absolute;
	top: 175px;
	left: 15px;
	background: transparent;
}

/* Global
 -------------------------------------------------------------- */
#container{
	position: relative;
	width: 700px;
	height: 685px;
	background: transparent;
}

#content{
	position: absolute; 
	width: 545px;
	height: 685px;
	top: 0px;
	left: 155px;
	background: #1D1D1D url(image/hm_bg.jpg) bottom repeat-x;
}

#padding{
	position: relative; 
	width: 700px;
	height: 20px;
	left: 0px;
	background: transparent;
}

#thumbContainer{
	position: relative;
	width: 515px;
	margin-left: 15px;
}

#thumbs{
	position: relative;
	width: 515px;
    height: 94px;
	margin-bottom: 12px;
}

#thumbLeft{
	position: absolute;
    width: 160px;
	height: 90px;
	top: 0px;
	left: 0px;
}

#thumbCenter{
	position: absolute;
    width: 160px;
	height: 90px;
	top: 0px;
	left: 175px;
}

#thumbRight{
	position: absolute;
    width: 160px;
	height: 90px;
	top: 0px;
	left: 350px;
}

/* Home
 -------------------------------------------------------------- */
#homeLeft{
	position: absolute;
	width: 260px;
	height: 625px;
	top: 0px;
	left: 0px;
}

#homeAbout{
	position: absolute;
	width: 230px;
	height: 325px;
	top: 25px;
	left: 15px;
}

#homeNavslides{
	position: absolute;
	width: 230px;
	height: 225px;
	top: 375px;
	left: 15px;
}

#homeRight{
	position: absolute;
	width: 280px;
	height: 625px;
	top: 0px;
	left: 260px;
}

#homeSlideshow{
	position: absolute;
	width: 280px;
	height: 405px;
	top: 25px;
	left: 0px;
}

#homeFooter{
	position: absolute;
	width: 535px;
	top: 660px;
	left: -260px;
	text-align: right;
}

/* Property
 -------------------------------------------------------------- */
#propertyTop{
	position: relative;
	width: 515px;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 15px;
}

/* Accommodations
 -------------------------------------------------------------- */
#navigationAccommodations{
	position: relative;
	width: 150px;
	height: 1100px;
	background: #1D1D1D url(image/hm_bg.jpg) bottom repeat-x;
}

#containerAccommodations{
	position: relative;
	width: 700px;
	height: 1100px;
	background: transparent;
}

#contentAccommodations{
	position: absolute; 
	width: 545px;
	height: 1100px;
	top: 0px;
	left: 155px;
	background: #1D1D1D url(image/hm_bg.jpg) bottom repeat-x;
}

#accommodationsTop{
	position: relative;
	width: 515px;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#footerAccommodations{
	position: absolute;
	width: 535px;
	top: 1075px;
	left: 0px;
	text-align: right;
}

/* Gallery
 -------------------------------------------------------------- */
#navigationGallery{
	position: relative;
	width: 150px;
	height: 2250px;
	background: #1D1D1D url(image/hm_bg.jpg) bottom repeat-x;
}

#containerGallery{
	position: relative;
	width: 700px;
	height: 2250px;
	background: transparent;
}

#contentGallery{
	position: absolute; 
	width: 545px;
	height: 2250px;
	top: 0px;
	left: 155px;
	background: #1D1D1D url(image/hm_bg.jpg) bottom repeat-x;
}

#galleryTop{
	position: relative;
	width: 515px;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#footerGallery{
	position: absolute;
	width: 535px;
	top: 2225px;
	left: 0px;
	text-align: right;
}

/* Local Area
 -------------------------------------------------------------- */
#localsTop{
	position: relative;
	width: 515px;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 15px;
}

/* Testamonials
 -------------------------------------------------------------- */
#testamonialsTop{
	position: relative;
	width: 515px;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 15px;
}

/* Reservations
 -------------------------------------------------------------- */
#reservationsTop{
	position: relative;
	width: 515px;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#reservationsTop2{
	position: relative;
	width: 515px;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 1px;
}

#reservationsForm{
	position: relative;
	width: 515px;
	margin-left: 15px;
}

.formMail{
	margin-bottom: 10px;
}

/* Footer
 -------------------------------------------------------------- */
#footer{
	position: absolute;
	width: 535px;
	top: 660px;
	left: 0px;
	text-align: right;
}


