@charset "utf-8";
/* CSS Document */

*{/* fixes spacing problems in IE */
	margin: 0;
	padding: 0;
}

#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	padding: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
} 
#containerindex {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	border: none;
	background:#cccccc;
	padding: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
} 

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:850px;
	text-align:left;
	position:relative;
	padding:5px;
	border:none;
	background-color:#FFFFFF;
}


#header {
	margin-left:auto;
	margin-right:auto;
	width:830px;
	height:91px;
	text-align:left;
	padding: 0px;
}

#content {
	margin-left:auto;
	margin-right:auto;
	width:830px;
	text-align:left;
	background-color: #FFFFFF;
	padding:0px;
	border: none;
	margin-bottom: 10px;
}


#rightcontent {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-left: 200px;
}
#formcontent {
	background-color: #9B1889;
	padding: 10px;
}

#halfcontent {
	width: 392px;
	padding-top: 10px;
	float:left;
}
#halfcontenttext {
	width: 402px;
	padding-top: 10px;
	float:left;
	padding-left:0;
}
#secondhalfcontent {
	width: 392px;
	float:left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}



#footer {
	margin-left:auto;
	margin-right:auto;
	padding: 10px;
	background-color: #CCCCCC;
	clear:both;
	border-top: solid #CCCCCC 3px;
	}

#footerindex {
	margin-left:auto;
	margin-right:auto;
	padding: 0px 30px 10px 40px;
	background-color: #CCCCCC;
	clear:both;
	border-top: solid #CCCCCC 3px;
	}
	
	
#footer p {
	font-size:10px;
	color:#9B1889;

}
#footerindex p {
	font-size:10px;
	color:#333;

}

#footerindex a {
	font-size:10px;
	color:#333;

}
#footerindex a:hover {
	color:#9B1889;

}

#headertext {
	float:left;
	text-align:center;
	margin-top:29px;
}
#logo {float:right;}

#logo h1, #logo h2, #logo h3 {
	position:absolute;
	left:-999px;
}

#content img {border:#fff 0px solid;}

#portaitthumbs {
padding-left:o;
	margin-left:auto;
	margin-right:auto;
	width:830px;
	list-style:none;
	clear:both;
	background-color: #FFFFFF;
}
.thumbpic{
padding: 4px 4px 4px 4px;
}

#full-portrait {
	width: 352px;
	padding-top: 10px;
	padding-left: 15px;
	float:left;
	padding-bottom: 15px;
}

#nav {
	margin-left:auto;
	margin-right:auto;
	padding-left:0;
	width:827px;
	height:27px;
	list-style:none;
	clear:both;
	background-color: #FFFFFF;
}

#nav a:hover{
	text-decoration:none;
	color:#FF99FF;
	}

#nav ul {
	margin-left:auto;
	margin-right:auto;
	list-style: none;
	width:830px;
}

#nav li{
	float:left; 
	width:118px;
	height:22px;
	padding:3px 0 0 0;
	margin:0; 
	text-align:center;
}

#hometab{
	background:url(../_img/button1.gif) top left no-repeat; 
}

#accommodation{
	background:url(../_img/button1.gif) top left no-repeat; 
}

#events{
	background:url(../_img/button1.gif) top left no-repeat; 
}

#restaurant{
	background:url(../_img/button1.gif) top left no-repeat; 
}

#press{
	background:url(../_img/button1.gif) top left no-repeat; 
}

#contact{
	background:url(../_img/button1.gif) top left no-repeat; 
}
#reservations{
	background:url(../_img/button1.gif) top left no-repeat; 
}

#hometab_active{
	background:url(../_img/button2.gif) top left no-repeat; 
}

#accommodation_active{
	background:url(../_img/button2.gif) top left no-repeat; 
}

#events_active{
	background:url(../_img/button2.gif) top left no-repeat; 
}

#restaurant_active{
	background:url(../_img/button2.gif) top left no-repeat; 
}

#press_active{
	background:url(../_img/button2.gif) top left no-repeat; 
}

#contact_active{
	background:url(../_img/button2.gif) top left no-repeat; 
}
#reservations_active{
	background:url(../_img/button2.gif) top left no-repeat; 
}

#nav li span {
	display:block; 
	font-size:1.7em; 
}

#nav li a {
	color:#fff;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	clear: left;
	margin-right: 8px;
	padding-left: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.leftndexcolumn {
	float: left;
	width: 300px;
}
.rightindexcolumn {
	float: right;
	width: 240px;
}
