body {
	height: 100%;
	text-align: center; /* Centers all divs */
	background: url("/images/tile.png") repeat;
	margin: -34px auto;
}
#container{
	height: 100%;
	width: 600px;
	margin: 0 auto;
	padding: 0;
	background-image: url("/images/tile1.jpg");
}
#header{
	height: 118px;
	background-image: url("/images/header.jpg");
}
#navigation{
	width: 105px;
	margin: 50px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
}
a#home img {
	height: 20px; 
	width: 105px; 
	background: url("/images/HOME_N.PNG")top left no-repeat;
}
a#home:hover img {
	height: 20px; 
	width: 105px; 
	background: url("/images/home_o.png") top left no-repeat;
}
a#photos img {
	height: 20px; 
	width: 105px; 
	background: url("/images/photo_n.png") top left no-repeat;
}
a#photos:hover img {
	height: 20px; 
	width: 105px; 
	background: url("/images/photo_o.png") top left no-repeat;
}
a#directions img {
	height: 20px; 
	width: 105px; 
	background: url("/images/directions_n.png") top left no-repeat;
}
a#directions:hover img {
	height: 20px; 
	width: 105px; 
	background: url("/images/directions_o.png") top left no-repeat;
}
a#visit img {
	height: 20px; 
	width: 105px; 
	background: url("/images/visit_n.png") top left no-repeat;
}
a#visit:hover img {
	height: 20px; 
	width: 105px; 
	background: url("/images/visit_o.png") top left no-repeat;
}
a#booking img {
	height: 20px; 
	width: 105px; 
	background: url("/images/booking_n.png") top left no-repeat;
}
a#booking:hover img {
	height: 20px; 
	width: 105px; 
	background: url("/images/booking_o.png") top left no-repeat;
}
#texthome {
	float: left;
	width: 460px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	margin: 0px;
	padding: 15px;
	text-align: left;
}
#lefttext {
float: left;
width: 175px;
}
#photomain {
	width: 284;
	height: 209;	
	margin: 0px;
	pading: 3px;
	float: right;
}
#photoslide{
	width: 450;
	height: 280;	
	margin: 0px;
	float: left;
	padding: 10px;
}
#textdirections{
	width: 320;
	margin-left: 0;
	margin-right: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	margin: 10px;
	padding: 20px;
	text-align: left;
}
#logos{
	width: 100;
	padding: 10px;
	float: right;
}
#textvisit{
	width: 320;
	margin-left: 0;
	margin-right: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	margin: 10px;
	padding: 20px;
	text-align: left;
	height: auto;
}
a:link {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}
#textbooking{
	width: 300;
	margin-left: 0;
	margin-right: 0;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	margin: 10px;
	padding: 20px;
	text-align: left;
	height: auto;
}

