body
{
	padding: 0;
	margin: 0;
	background: #593f1e url(graphics/back.jpg) top left repeat-x;
	color: #FFF;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: #FF80A8;
}

a:hover
{
	text-decoration: none;
	color: #FFF;
}

#centrecontainer
{
	z-index: -1;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: 110px;
	left: 50%;
}

#header
{
	float: left;
	width: 800px;
	height: 70px;
	letter-spacing: 1px;
}

#header img
{

	margin: 0px;
}

#navcontainer
{
	position: absolute;
	top: -100px;
	left: 0;
}

#navcontainer ul
{
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: -10px;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 0px 2px;
	margin-left: 20px;
	color: #1d3781;
	text-decoration: none;
	float: right;
	border-bottom: 1px solid #1d3781;
	border-top: 1px solid #fff;
	text-align: center;
	font-weight: bold;
}

#navcontainer ul li a:hover
{
	color: #537CAA;
	border-top: 1px solid #537CAA;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

#container    
{
	float: left;
	position: relative;
	border: 20px solid #3A4E3C;
	width: 760px;
	height: 370px;
}

.containerleft
{
	float: left;
	width: 300px;
	height: 350px;
	border-right: 20px solid #3A4E3C;
	padding: 10px;
	background-color: #032208;
}

.containerleft img
{
	margin-top: 8px;
	border: 2px outset white;
}

.containerleft a
{
	display: inline;
	width: 100px;
	height: 66px;
	background: transparent;
}

.containerleft a:hover
{
	display: inline;
	width: 100px;
	height: 66px;
	margin: 0px;
}

a img.hidden
{
	height: 0;
	width: 0;
	border: 0px;
	display: hide;
}

a:hover img.hidden
{
	position: absolute;
	top: 50px;
	left: 349px;
	height: auto;
	width: auto;
	border: 1px solid white;
	z-index: 1000;
	display: visible;
}

#home
{
	background: url('graphics/home.jpg');
}

#rooms
{
	background: url('graphics/rooms.jpg');
}

#contacts
{
	background: url('graphics/map.jpg');
}

.containerleft h2
{
	text-align: left;
	color: #9cae72;
	letter-spacing: -3px;
	margin-top: 30px;
}

html>body #containerright { 	background: #032208 url(graphics/content_back.jpg) top right no-repeat scroll; }


#containerright
{
	float: left;
	width: 400px;
	height: 350px;
	background: #032208 url(graphics/content_back.jpg) top right no-repeat fixed;
	overflow: auto;
	padding: 10px;
	color: #9cae72;
	z-index: 1;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -1px;
	font-size: 190%;
	border-bottom: 2px solid #152c18;
	padding-bottom: 5px;
	width: 75%;
	color: #E1BB9A;
}

#containerright p a,a:link,a:active,a:visited
{
	color: #E1BB9A;
	text-decoration: none;
	border-bottom: 1px solid #E1BB9A;
}

#containerright p a:hover
{
	border-bottom: 1px solid #032208;
	border-top: 1px solid #E1BB9A;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: #9cae72;
}

#footer img
{
	float: left;
	margin-top: -30px;
}

#footer a
{
	border: 0px;
}

#footer p a
{
	text-decoration: none;
	color: #9cae72;
	border-bottom: 1px solid #9cae72;
}

#footer p a:hover
{
	text-decoration: none;
	border-top: 1px solid #9cae72;
	border-bottom: 0px;
}

img.star
{
	position: relative;
	top: -20px;
}