html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}


body#info a#infoLink,
body#menu a#menuLink,
body#gallery a#galleryLink,
body#news a#newsLink,
body#reservations a#reservationsLink,
body#gifts a#giftsLink
	{
	color: #ffcccc;
}


p, ul, td {
	font-size: 12px;
	line-height: 18px;
	color: #cccccc;
	margin: 10px 0px 10px 0px;
}

h1 {
	font-size: 15px;
	color: #ffcccc;
	padding: 10px 5px 10px 0;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	color: #ffcccc;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 20px 5px 0 0;
}

h3 {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	color: #ffcccc;
	text-transform: uppercase;
}

.small {
	font-size: 10px;
	color: gray;
	line-height: 13px;
}

.archived {
	float: right;
	margin-top: -28px;
	padding-right: 20px;
}

a:link {
	color: #ffcccc;
	text-decoration: none;
}

a:visited {
	color: #ffcccc;
}

a:hover {
	color: #ffffff;
}

a:active {
	color: #ffcccc;
}

#container {
	min-height: 100%;
	position: relative;
	width: 750px;
	margin: 0 auto auto auto;
	overflow: hidden;
	background: #000000;
	border: 1px solid #ffcccc;
}

#header {
	width: 750px;
	border: none;
}

#header2 {
	
}

#header2 p {
	color: #ffffff;
	font-size: 12px;
	padding-left: 20px;
}

#mainsub {
	width: 700px;
	min-height: 200px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
}

#menus {
	width: 700px;
	min-height: 200px;
	padding-left: 25px;
	padding-right: 25px;
	float: left;
	text-align: center;
}

#sidebar {
	width: 230px;
	text-align: left;
	float: left;
	padding-left: 20px;
	padding-top: 30px;
}

#gallery {
	width: 750px;
	float: left;
}





#thumbs {
	width: 100%;
	float: none;
	clear: both;
	padding-bottom: 50px;
/* Height of the footer */

}

.thumb {
	margin-left: 0;
	padding-right: 6px;
}

/* @group #nav */

#nav img {
 padding-left: 10px;
 padding-top: 5px;
}


#nav {
	background: #000000;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav ul {
	margin-bottom: 0px;
	list-style: none;
	font-size: 12px;
	text-align: right;
	padding-top: 50px;
	margin-right: 6px;
}

#nav li {
	display: inline;
	padding-left: 15px;
}

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

#nav a:link {
	color: #ffffff;
}

#nav a:visited {
	color: #ffffff;
}

#nav a:hover {
	color: #ffcccc;
}

#nav a:active {
	color: #ffcccc;
}

#nav #current a {
	color: #ffcccc;
}

/* @end */

/* @group #footer */

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
/* Height of the footer */
	text-align: center;
}

#footer ul {
	font-size: 10px;
}

#footer li {
	display: inline;
	white-space: nowrap;
}

#footer p {
	font-size: 10px;
	padding-left: 40px;
	margin: 0;
}

/* @end */