html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
	font-family:verdana, arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size:11px;
	color:#848484;
}

h1 {
	font-size:13px;
	font-weight:normal;
	color:#40c2fe;
}

ul {
	font-size:13px;
	font-weight:normal;
	color:#848484;
	padding-left:22px;
}

p {
	padding:0;
	color:#848484;
}

p i {
	color:#848484;
}

.p {
	font-family:verdana, arial, Tahoma, Verdana, Helvetica, Sans-serif;
	font-size:11px;
	color:#848484;
}

dt {  
	color:#848484; 
	font-size:12px;
	font-weight:bold;
	}
dd { 
	color:#848484; 
	margin: 0 0 5px 0; 
	padding-left:5px;
	font-size:12px;
	
	}

p.clear { clear: both; }

.clear {
	height:0;
	width:100%;
	line-height:0;
	font-size:0;
	clear:both;
}

#page-container {
	width:980px;
	height:658px;
	margin:auto;
}

/* ______________________________ Header ______________________________ */
/* .................................................................... */

#header {
	width:980px;
	height:77px;
}

#header-right {
	width:508px;
}

#top_spacer {
	width:979px;
	height:20px;
	border-right:1px solid #40c2fc;
}

#bottom_spacer {
	width:979px;
	height:20px;
	border-right:1px solid #40c2fc;
}
/* _____________________________ END Header ___________________________ */
/* .................................................................... */



   
/* ____________________________ Navbar ____________________________ */
/* ................................................................ */

#navbar {
	width:980px;
	height:25px;
}

#navbar-left {
	width:152px;
	height:25px;
	float:left;
	padding:0px;
	margin:0px;
}

#navbar-middle {
	width:398px;
	height:25px;
	border-top:1px solid #40c2fc;
	float:right;
}


#navbar-right {
	width:430px;
	height:25px;
	float:right;
	border-top:1px solid #40c2fc;
}

#navbar-right ul {
	list-style: none;
	margin: 0; padding: 0;
	}

#navbar-right li.home, .accom, .things, .contact, .right-spacer {
	float:right;
	text-indent:-7000px;
	background:no-repeat;
}

#navbar-right li.right-spacer {
	width:83px;
	height:25px;
	border-right:1px solid #40c2fc;
	display:block;
}


					/* -------------- Links -------------- */

					/* -------------- Home -------------- */

						#navbar-right li.home a:link, #navbar-right li.home a:visited {
							display:block;
							width:57px;
							height:25px;
							background:url(../images/layout/home.jpg);
							}

						#navbar-right li.home a:hover {
							display:block;
							width:57px;
							height:25px;
							background:url(../images/layout/home_over.jpg);
							}
						
						
					/* -------------- Accomodation -------------- */

						#navbar-right li.accom a:link, #navbar-right li.accom a:visited {
							display:block;
							width:122px;
							height:25px;
							background:url(../images/layout/accom.jpg);
							}

						#navbar-right li.accom a:hover {
							display:block;
							width:122px;
							height:25px;
							background:url(../images/layout/accom_over.jpg);
							}
						
						
					/* -------------- Things to do -------------- */

						#navbar-right li.things a:link, #navbar-right li.things a:visited {
							display:block;
							width:105px;
							height:25px;
							background:url(../images/layout/things.jpg);
							}

						#navbar-right li.things a:hover {
							display:block;
							width:105px;
							height:25px;
							background:url(../images/layout/things_over.jpg);
							}
						
							
					/* -------------- Contact -------------- */
						
						#navbar-right li.contact a:link, #navbar-right li.contact a:visited {
							display:block;
							width:62px;
							height:25px;
							background:url(../images/layout/contact.jpg);
							}

						#navbar-right li.contact a:hover {
							display:block;
							width:62px;
							height:25px;
							background:url(../images/layout/contact_over.jpg);
							}
						
						
/* .................................................................... */					
/* ____________________________ End Navbar ____________________________ */


/* __________________________ Sidebar Right ___________________________ */
/* .................................................................... */



/* ________________________ END Sidebar Right _________________________ */
/* .................................................................... */


/* __________________________ Main Content ____________________________ */
/* .................................................................... */

#main {
	width:980px;
	height:456px;
}

#main-left {
	width:152px;
	height:456px;
	float:left;
	background-image:url(../images/layout/floral-column.jpg);*/
}

#main-middle {
	width:827px;
	height:456px;
	float:right;
	overflow:auto;
	border-top:1px solid #848484;
	border-bottom:1px solid #848484;
}
#main-middle-home {
	width:827px;
	height:456px;
	float:right;
}


#main_content-text {
	width:398px;
	min-height:456px;
	padding-top:15px;
	float:left;
}

/*testing*/
#main_content {
	width:828px;
	height:456px;
	padding-top:15px;
	float:left;
}

/*end testing */
#main_content-images {
	width:246px;
	min-height:456px;
	padding-top:10px;
	float:left;
	margin-left:90px;
	overflow:hidden;
}

#main_content-images img {
	padding-bottom:20px;
	padding-left:10px;
	float:right;
}

.inside {
	padding-left:40px;
	padding-top:30px;
}
/* __________________________ END Main Content ________________________ */
/* .................................................................... */





/* ____________________________ Footer ________________________________ */
/* .................................................................... */

#footer {
	width:980px;
	height:25px;
}

#footer-left {
	width:152px;
	height:25px;
	float:left;
	padding:0px;
	margin:0px;
}

#footer-middle {
	width:398px;
	height:25px;
	border-bottom:1px solid #40c2fc;
	float:right;
}


#footer-right {
	width:429px;
	height:25px;
	float:right;
	border-bottom:1px solid #40c2fc;
	border-right:1px solid #40c2fc;
	text-align:right;
}

#footer-links {
	padding-right:100px;
}
#footer-right a {
	text-decoration:none;
	color: #848484;
}

#footer-right a:hover {
	color: #40c2fc;
}


						

/* ___________________________ END Footer _____________________________ */
/* .................................................................... */

