/* CSS Document */

#main_content h3 {font-size: 13px;}

.paragraph1 {
	background:url(../images/separator.gif) no-repeat bottom;
	height:175px;
	width: 450px;
}	

.paragraph2 {
	background:url(../images/separator.gif) no-repeat bottom;
	height:140px;
	width: 450px;
}	

.paraother{
	background:url(../images/separator.gif) no-repeat bottom;
	height:100px;
	width: 450px;
}

.paranote_on{
	background:url(../images/separator.gif) no-repeat bottom;
	height:165px;
	width: 450px;
}



#accommodation_pic {
	background:url(../images/h1_accommodation.jpg) no-repeat;
	width: 454px;
	height:30px;
	text-indent: -90000px;}
	
.parafaci {
	background:url(../images/separator.gif) no-repeat bottom;
	height:285px;
	width: 450px;
}	

.parabeach {
	background:url(../images/separator.gif) no-repeat bottom;
	height:165px;
	width: 450px;
}

/***********************LIST WRAPPER ****************************/

div.wrapper ul
{
  width: 25em;  /* room for 3 columns */
  margin-top:20px;
  
}
div.wrapper ul li
{
  float: left;
  width: 10em;  /* accommodate the widest item */
  font-size: 11px;
  /*color: #4C7FBA;*/
  color: #4D4D4D;
}
/* stop the floating after the list */
br
{
  clear: left;
}
/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em;
  width: 400px;

}


/***********************END OF LIST WRAPPER ****************************/
	
