body {
	background-image:url(images/gradient_bg.jpg);
	font-family: Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#27629c;
	padding: 0px;
	margin:0px;
	line-height:10px; /* hack to get rid of padding between ul elements*/
}
.clear{clear:both;}


#container{	
	width: 970px;
	height: 650px;
	margin: 75px auto 0 auto;
	
}

img{
	border-style:none;
	margin:0;
	padding:0;
	display:block;
}



h1, h2, p, table.links{
	margin-left:115px;
	margin-right:25px;

}



table.links {border-spacing:0px 5px;}

table{margin-left:175px;}



h1{
	font-size:24px;
	font-weight:bold;
	line-height:24px;
}

h2{
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}

p{
	font-size:14px;
	line-height:normal;
}

.quote{
	
	font-style:italic;	
}

/* --------- (navigation) --------*/



.content ul {
	list-style:none;	
	padding:0;
	margin:0;
	
}

.content li{

	display:inline;
	float:left;
	padding:0;
	margin:0;
	
}

/* ---------- rollovers and graphic navigation bar ----------- */
.amenities{
	width:212px;
	height:64px;
	
}

.amenities a{
	display:block;
	width:212px;
	height:64px;
	
	background-image: url(images/amenities_switch.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
}

.amenities a:hover {
	background-image: url(images/amenities_switch.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.amenities_page{
	width:212px;
	
	height:64px;
	}

.amenities_page a{
	display:block;
	width:212px;
	height:64px;
	
	background-image: url(images/amenities_switch.jpg); 
	background-repeat: no-repeat;
	background-position: bottom left;
}

.roomrates{
	width:165px;
	height:64px;
}

.roomrates a{
	display:block;
	width:165px;
	height:64px;
	background: url(images/roomrates_switch.jpg) no-repeat top left;
}

.roomrates a:hover {background-position: bottom left;}

.roomrates_page a{
	display:block;
	width:165px;
	height:64px;
	background: url(images/roomrates_switch.jpg) no-repeat bottom left;}

.dining{
	width:113px;
	height:64px;
}

.dining a{
	display:block;
	width:113px;
	height:64px;
	background: url(images/dining_switch.jpg) no-repeat top left;
}

.dining a:hover {background-position: bottom left;}

.dining_page a{
	display:block;
	width:113px;
	height:64px;
	background: url(images/dining_switch.jpg) no-repeat bottom left;}

.arcticlinks{
	width:194px;
	height:64px;
}

.arcticlinks a{
	display:block;
	width:194px;
	height:64px;
	background: url(images/arctic_links_switch.jpg) no-repeat top left;
}

.arcticlinks a:hover {background-position: bottom left;}

.arcticlinks_page a{
	display:block;
	width:194px;
	height:64px;
	background: url(images/arctic_links_switch.jpg) no-repeat bottom left;}

/* ---------- layout ----------*/


.content { 
	float:right;
	
	width:684px;
	clear:right;
	
     
 
      
}      
.navleft { 
	float:left;
	width:286px;
	clear:left;
     
   
}      

#words{
	float:right;
	width:684px;
	height:307px;	
	background-image: url(images/content_background.jpg); 
	background-repeat: no-repeat;

}
