body {
	background-image:	url(./images/background.jpg);
	background-repeat:	no-repeat;
}

#header	{
	position:	absolute;
	height: 100px;
	width:	1200px;
	background-image:	url(./images/header.png);
	background-repeat:	no-repeat;
	background-position:	top center;
}

#header h1 {
	display:	none;
}


#mainLinks {
	opacity:	0.5;
	filter:	alpha(opacity=50);
	position:	absolute;
	top:	105px;
	left:	0px;
	margin:	0px;
	padding:	0px;
	height:	30px;
	width:	1200px;
}

#mainLinks ul {
	background-color:	#888888;
	margin:	0px;
	padding: 0px;
	font-family:	Times;
	font-size:	22px;
	color:	#444444;
	text-align:	center;
	border-bottom:	double;
}
	
#mainLinks li {
	margin:		0px;
	padding:	0px;
	list-style-type:	none;
	display:	inline;
}

#mainLinks li a {
	text-decoration: none;
	margin: 10px;
	color:	#e6e6e6;
}

#mainLinks li a:hover{
	text-decoration: none;
	background-color:	#666666;
	color:	#840000;
}

#container {
	position: absolute;
	left: 100px;
	top: 140px;
	height: 375px;
	width: 1000px;
	background-color: #d6d6d6;
	opacity: 0.75;
	filter:	alpha(opacity=75);
}

#contactForm label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

#contactForm label {
	text-align: right;
	width: 75px;
	padding-right: 20px;
}

#reserveForm label,input {
	display: block;
	float: left;
	margin-bottom: 10px;
}

#reserveForm label {
	text-align: right;
	width: 125px;
	padding-right: 20px;
	font-family: Arial;
	font-size: 13px;
}

br {
	clear: left;
}

#mainContent {
	position: absolute;
	top:	130px;
	text-align: justify;
	text-indent: 1.5em;
}

#mainContent h2 {
	font-family:	Times New Roman;
	font-size:	22px;
}

#mainContent p {
	font-family:	Arial;
}

#contactForm {
	position: absolute;
	font-family: Arial;
}
#localSights ul {
	position: absolute;
	top:	390px;
	left:	130px;
	float: left;
	width: 24em;
	margin: 0;
	padding: 0;
	list-style: none;
}

#localSights li {
	float: left;
	width: 8em;
	margin: 0;
	padding: 0;
}

#localSights li a {
	color:	#000000;
}

#resources ul {
	position: absolute;
	top: 390px;
	left: 525px;
	float: left;
	width: 12em;
	margin: 0;
	padding: 0;
	list-style: none;
}

#resources li {
	float: left;
	width: 12em;
	margin: 0;
	padding: 0;
}

#resources li a {
	color:	#000000;
}

#roomLinks li a{
	color:	#000000;
}
	

#footer {
	position: absolute;
	left: 0;
	height: 25px;
	width: 1200px;
	text-align: justify;
	top: 575px;
}

#footer ul {
	margin:	0px;
	padding: 3px;
	font-family:	Helvatica;
	font-size:	14px;
	color:	#ffffff;
	text-align:	center;
	border-top:	double;
}

#footer li {
	margin:		0px;
	padding:	10px;
	list-style-type:	none;
	display:	inline;
}

#footer li a{
	text-decoration: none;
	margin: 10px;
	color:	#ffffff;
}
