body 
	{
    font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/bg_tile.gif);
	font-size: 12px; 
	}

p
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	line-height: 18px; 
	text-decoration: none;
	color: #000;
	margin: 15px 10px 0 20px; 
	}		

a
	{
	text-decoration: underline;
	color: #64c8cc;
	font-weight: bold; 
	}
	
a:hover
	{
	color: #64c8cc;
	}		
	
img
	{
	border: 0; 
	} 
	
h1
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	color: #64c8cc;
	margin: 10px 10px 0 20px; 
	}	

h2
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 15px;
	text-decoration: none;
	color: #64c8cc;
	margin: 10px 10px 0 20px; 
	}		
	
h3
	{
	width: 400px; 
	background: #d0eef0; 
	margin: 20px 10px 0 16px;  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	line-height: 18px; 
	text-decoration: none;
	color: #000;	
	padding: 0 0 0 4px; 
	} 	
	
	
td
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	color: #000; 
 	padding: 15px 20px 0 20px; 	
	vertical-align: top; 
	}		
	
	
	
/* ----------------- page elements ------------------ */ 

#wrapper
	{
	width: 800px; 
	border: 0; 
	margin: 0 auto; 
	}

#main
	{
	float: left; 
	width: 800px;
	background-image: url(images/bg_wrapper.gif);
	background-repeat: repeat-y; 	 
	}	

#header
	{
	width: 800px;
	height: 104px; 
	background-image: url(images/bg_header.jpg);
	background-repeat: no-repeat; 
	margin: 0; 
	}
		
#content 
	{
	width: 579px; 
	margin: 0;  
	padding: 0;
	float: right; 
	background-color: #FFF; 
	}

*html #content {margin-left: 0;} 

#content img
	{
	padding: 10px 10px 10px 20px; 
	} 

/*---------- navigation ----------*/		

*html #navbar {margin-right: -3px; margin-top: -3px;} 

#navbar
	{
	float: left; 
	clear: right; 
	width: 220px;
	height: 800px; 
	margin: 0;
    padding: 0;
	background: #eff9fa; 
	background-image: url(images/bg_navbar.jpg);
	background-repeat: repeat-x; 
	background-position: right bottom; 	
	} 	
	
#navbar ul
	{
	padding: 0; 
	margin: 0; 
	}	
	
#navbar li 
	{
	width: 220px; 
	list-style-type: none; 
	text-decoration: none;
	color: #888389;
	line-height: 16px; 
	font-size: 12px; 
	padding: 0; 
	} 
	
#navbar a 
	{
	display: block;
	height: 18px; 
	border-bottom: 1px solid #b1e3e5;
	text-decoration: none; 
	padding: 2px 0 2px 10px; 
	color: #888389;
	font-weight: bold; 
	} 	
	
#navbar a:hover 
	{ 
	display: block;
	background-color: #92d8db; 
	color: #888389;
	} 
	
.nav_on
	{
	background-color: #d0eef0; 
	color: #888389;
	}
	
.sub_nav 
	{
	background-color: #eff9fa; 
	color: #888389;
	}
	
.sub_nav_on 
	{
	background-color: #d0eef0; 
	color: #888389;
	}		

.sub_nav_dot
	{
	margin: 0 5px 2px 20px;
	}	
	
/*---------- right buttons --------*/ 	

#right_buttons
	{
	float: right; 
	width: 121px; 
	margin: 10px 0 0 10px; 
	font-size: 12px; 
	color: #000;  	
	}
	
#right_buttons a 
	{
	color: #000; 
	font-weight: bold; 
	text-decoration: none;  
	padding: 0 0 0 4px; 
	} 	
	
#right_buttons a:hover 
	{
	color: #00a09d; 
	text-decoration: underline; 
	}		
	
#right_button01
	{	
	height: 73px; 
	background-image: url(images/bg_button.gif);
	background-repeat: no-repeat; 
	border-bottom: 4px solid #d0eef0;	
	margin: 10px 0 0 0; 
	} 
	
#right_button02
	{	
	height: 73px; 
	background-image: url(images/bg_button.gif);
	background-repeat: no-repeat; 
	border-bottom: 4px solid #d0eef0;	
	margin: 10px 0 0 0; 
	} 

#right_button03
	{	
	height: 73px; 
	background-image: url(images/bg_button.gif);
	background-repeat: no-repeat; 
	border-bottom: 4px solid #d0eef0;	
	margin: 10px 0 0 0; 	
	} 
	
#right_button04
	{	
	height: 73px; 
	background-image: url(images/bg_button.gif);
	background-repeat: no-repeat; 
	border-bottom: 4px solid #d0eef0;	
	margin: 10px 0 0 0; 	
	} 	
	
/*---------- other formatting ----------*/		

.content_box 
	{
	width: 400px; 
	background: #fff; 
	border: 1px solid #64c8cc;
	margin: 5px 5px 5px 20px; 
	padding: 10px 10px 15px 10px;  
	} 

.content_box a
	{
	font-size: 12px;
	line-height: 18px; 	
	}
		
.content_home
	{
	width: 400px; 
	background: #d0eef0; 
	border: 1px solid #64c8cc;
	margin: 5px 5px 5px 20px; 
	padding: 10px 5px 15px 0; 
	}
			
.home_image
	{
	width: 150px;
	float: right; 
	margin: 5px 50px 5px 5px;
	} 			
			
.logos td
	{
	text-align: center; 
	}				
		
hr 
	{
	width: 350px; 
	height: 1px; 
	color: 	#64c8cc;
	text-align: center; 
	} 		
			
.specials img
	{
	float: right; 
	margin: 0 10px 0 0; 
	}			
				
/*---------- map ----------*/		
		
#map
	{
	width: 534px;
	height: 500px;
	padding: 10px 10px 10px 10px;
	}	

	
#map_links
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000; 
	padding: 10px 20px 10px 10px;
	width: 534px;
	float: right;
	}	
	
#map_links a
	{
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #000;	
	}
	
#map_links a:hover 
	{
	text-decoration: underline;
	}			
		
			
/*---------- ramble ----------*/			
		
#ramble 
	{
	width: 800px; 
	margin: 0 auto; 
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
	color: #888389;
	text-align: right; 
	padding: 3px 20px 0 10px;
	background: transparent; 
	}	
	
#ramble a
	{
	text-decoration: underline;
	color: #888389;
	}
	
#ramble a:hover
	{
	color: #000; 
	}
    	
 /* styles for the index,specials pages */
 
  #intro
        {
	margin: 15px 10px 0 -20px; 
        }

 #hollywood{
	width:388px; 
	background-color:#D0EEF0;
	text-align:center;
	font: normal 12px sans-serif;
	color: #777174;
	margin:20px 0 0 20px;
	padding:10px;
}

#hollywood1
{
	padding-top:10px;
}

#hollywood2{
	font: normal 12px sans-serif;
}

#hollywood ul
{
	text-align:left;
        color: black;
}

.service{
	font: normal bold 12px sans-serif;
	color: #777174;
}

.price {
  font: normal 12px sans-serif;
  color: black;
}

.none {
  list-style-type: none;
}
 star.li
{
	margin-top:10px;
	list-style-image: url(images/star.gif) 
}
.marker {
  float: left;
  margin-left: -60px;
  width: 55px;
  text-align: right;
}

.marker2 {
  float: left;
  margin-left: -60px;
  width: 55px;
  text-align: right;
  color:#777174;
}	
italic_text
	{
	width: 400px; 
	background: #d0eef0; 
	margin: 20px 10px 0 16px;  
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
    font-style:italic;
	font-size: 12px;
	line-height: 18px; 
	text-decoration: none;
	color: #000;	
	padding: 0 0 0 4px; 
	}
 /* end of styles for the index,specials pages */  	
		
