html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	
}

body {
	background-color: #3f3f3f;
	font-family: arial,verdana,sans serif;
	font-size: 12px;
	line-height: 150%;
	color: white;
}

a {
	color: black;
	font-weight: bold;
}

#wrapper {
	position: relative;
	display: block;
	width: 100%;
	min-width: 980px;
	height:auto !important; /* real browsers */
	_height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	background-color: #3f3f3f;
	background-image: url(images/bg-tile.jpg);
	background-repeat: repeat-x;
	background-position: 0px 104px;
}

h1 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;
}

#container {
	height: 100%;
}
#content {
	/*position: relative;*/
	/*position: absolute;
	top: 105px;*/
	/*margin-top: 105px;*/
	left: 0px;
	width: 100%;
	min-height: 577px;
	_height: 577px;
	/*padding-top: 105px;*/
	padding-bottom: 50px;
	background: url(images/bg-body.jpg) no-repeat top center;
	

}


* html #content
{
	height:auto !important; /* real browsers */
	_height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}


#header {
	background: url(images/bg-header.gif) repeat-x top left;
	height: 105px;
	width: 100%;
	/*padding-top: 44px;*/
}

#banner {
	position: relative;
	width: 980px;
	height: 263px;
	overflow: hidden;
	margin-top: 20px;
}

#banner,
#logo,
#hotels,
#footer-inner {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	padding-top: 44px;
}

#banner-text {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 230px;
	color: black;
	line-height: 200%;
}

#hotels {
	margin-top: 34px;
	width: 980px;
	cursor: pointer;
	cursor: hand;
}

#hotels h1 {
	font-size: 16px;
}

.hotel-heading h1 {
	height: 40px; 
	color: white; 
	font-size: 16px;
}

#crown-hotel-sydney,
#dolphins-harbourside,
#kings-park-tavern,
#overlander-hotel-motel,
#penrith-hotel-motel {
	float: left;
	width: 181px;

	margin-right: 19px;
}

#overlander-hotel-motel {
	margin-right: 18px;
}

#penrith-hotel-motel {
	margin-right: 0px;
}	

.button {
	margin-top: 12px;
}

#footer {
	background-color: #292929; 
	height: 32px; 
	width: 100%;
	position: absolute; 
	left: 0px; 
	bottom: 0px; 
	border-top: 1px solid black;
}

#footer-inner {
	padding-top: 3px;
	font-size: 11px;
	color: #666666;
}