body
{

	margin-left: 50px;

	margin-bottom: 50px;

	margin-top: 0px;

	background-image: url('images/background.png');
}

#site
{
	position: relative;

	width: 800px;
	height: 800px;

	margin: 0 auto;

	background-color: #5B83C3;
}

#sidebar
{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url(images/sidebar.png);
	position: absolute;

	width: 216px;
	height: 800px;

	top: 0px;
	left: 0px;	
}

#menu
{
	background-position: 0 1px;
	color: #FFF797;
	list-style-type: none;
	font-size: 15px;
	font-family: Georgia;
	position: absolute;
	
	top: 180px;
	left: 0px;
	
	width: 216px;
	
	padding-left: 0px;
	margin: 0px;
}

.menu
{
	margin-bottom: 3px;
	margin-top: 3px;
	position: relative;
	line-height: 22px;
	height: 22px;
	margin-left: 0px;
	background-color: #5B83C3;
}

.bullet
{
	top: 8px;
	position: absolute;
	left: 30px;
}

.menuItem
{
	height: 22px;
	padding-left: 40px;
	margin-left: 0px;
}

#menu li
{
	padding-left: 0px;
}

#menu ul
{
	color: #5B83C3;
	padding-left: 40px;
	margin: 0px;
	list-style-type: none;
}
#logo
{
	position: absolute;

	top: 30px;
	left: 30px;

	width: 300px
	height: 120px;
	
	z-index: 2;
}

#header
{
	position: absolute;

	top: 0px;
	left: 216px;
	
	width: 584px;
	height: 236px;	
}

#byline
{
	text-align: center;
	line-height: 24px;
	font-family: Georgia, "Arial Narrow";
	font-size: 20px;
	color: white;
	position: absolute;

	top: 236px;
	left: 216px;

	width: 584px;
	height: 26px;
}

#content
{
	background-color: #def0fa;
	position: absolute;

	top: 262px;
	left: 216px;
	
	width: 584px;
	height: 538px;
}

.upper
{
	font-size: 19px;
}

#contact
{
	left: 25px;
	bottom: 80px;
	height: 165px;
	position: absolute;
	width: 165px;
}

#menu li a
{
	color: #b9c033;
	text-transform: none;
	text-decoration: none;
}

#menu li a:hover
{
	color: #96973a;
	text-transform: none;
	text-decoration: none;
}

.amenities a
{
	color: #b9c033;
	text-transform: none;
	text-decoration: none;
}

.amenities a:hover
{
	color: #6f191a;
	text-transform: none;
	text-decoration: none;
}

#menu ul li a
{
	color: #F7EBBD;
	text-transform: none;
	text-decoration: none;
}

#menu ul li a:hover
{
	color: #cfc6a5;
	text-transform: none;
	text-decoration: none;
}

