
body{
	background-color: #EAF1C1;	
	text-align:  center;
}

#center{
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

#content{
	position: absolute;
	top: 44px;
	width: 900px;
}

#home{
	position: absolute;
	left: 45px;
}
#gallery{
	position: absolute;
	left:145px;
}
#booking{
	position: absolute;
	left:265px;
}
#conference{
	position: absolute;
	left:400px;
}
#maps{
	position: absolute;
	left:580px;
}


#intro{
	position: absolute;
	top: 70px;
	left:30px;
	background-color: white;
	width: 620px;
}

#contact{
	position: absolute;
	left:640px;
	top: 250px;
	text-align: right;
	width: 240px;
}

#spacer{
	font: 18px times new roman, helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
}

div.spacer{
	font: 18px times new roman, helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
}

p.spacer{
	font: 18px times new roman, helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
}

#pictures{
	position: absolute;
	width: 620px;
	top: 240px;
	left: 60px;
}

#amenities{
	position: absolute;
	text-align: left;
	width: 250px;
	left:30px;
	top: 370px;
	background-color: white;
}

#rates{
	position: absolute;
	width: 350px;
	left: 300px;
	top: 370px;
	background-color: white;
}


#events{
	position: absolute;
	width: 350px;
	left: 300px;
	top: 685px;
	background-color: white;
}
#map{
	position: absolute;
	top:0px;
	width:625px;
	height:500px;
}

#directions{
	position: absolute;
	top:505px;
	
}

#motelMap{
	position: absolute;
	top:525px;
	left:-40px;
	
}
#info{
	position:absolute;
	top:1225px;
	background-color: white;
}


p{
	
	background: white url(images/topleft.png) top left no-repeat;
}

p span{
	display: block;
	background: url(images/topright.png) top right no-repeat;
}

p span span{
	background: url(images/bottomright.png) bottom right no-repeat;
}

p span span span{
	padding-left: 1em;
	height: 0;	
	background: url(images/bottomleft.png) bottom left no-repeat;
}

p span span > span{
	height: auto;
}


