div#header 
{ 
  margin-left: -380px; 
  position: absolute; 
  height: 80px; 
  width: 760px; 
  left: 50%; 
  top: 20px; 
  background-image: url(images/header_top.jpg); 
  background-repeat: 
  no-repeat; 
  z-index: 2
} 

div#frame 
{ 
  background-color: #FFFFFF; 
  position: absolute; 
  left: 50%; 
  top: 100px; 
  height: 340px; 
  width: 760px; 
  border-top: none; 
  border-right: 1px solid #000000; 
  border-bottom: 1px solid #000000; 
  border-left: 1px solid #000000; 
  margin-left: -380px; 
  z-index: 1
} 

div#background 
{ 
  background-image: url(images/clipart_bg.gif); 
  position: absolute;
  height: 100%; 
  width: 100%; 
  left: 0px; 
  top: 0px; 
  background-repeat: repeat; 
  margin: 0px; 
} 

div#navbar 
{
	background-color: #FFFFFF;
	position: absolute;
	height: 20px;
	width: 760px;
	left: 0px;
	top: 60px;
	background-image: url(images/nav_lft.jpg);
	background-repeat: no-repeat;
} 

div#thumbnav 
{
	background-color: #FFFFFF;
	position: absolute;
	height: 80px;
	width: 340px;
	left: 0px;
	top: 222px;
	vertical-align: bottom;

}

div#photo 
{ 
  position: absolute; 
  height: 300px; 
  width: 340px; 
  left: 20px; 
  top: 20px} 

div#content 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	position: absolute;
	left: 400px;
	top: 20px;
	width: 340px;
	text-align: justify;
	line-height: 16px;
	height: 300px;

} 

h1 
{ 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  font-weight: bold; 
  color: #996699; 
  text-decoration: none; 
} 


p 
{ 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  line-height: 16px; 
  font-weight: normal; 
  color: #000000; 
  text-decoration: none; 
} 

a:link 
{ 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #996699; 
  text-decoration: none; 
} 

a:hover 
{ 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #000000; 
  text-decoration: none
} 

a:visited 
{ 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-weight: normal; 
  color: #666666; 
  text-decoration: none
} 

div#link 
{
  position: absolute; 
  height: 20px; 
  width: 760px; 
  left: 0px; 
  top: 340px; 
  clip: rect(   ); 
}


a#home 
{
  display: block;
  width: 120px;
  height: 20px;
  background-image: url(images/home_up.gif);
  margin: 0 auto;
  position: absolute;
  left: 280px;
  top: 0px;
} 
a#home:hover {
  background-image: url(images/home_ovr.gif);
  left: 280px;
  top: 0px;
  position: absolute;
} a .alt { display: none; }

a#cars {
  display: block;
  width: 120px;
  height: 20px;
  background-image: url(images/cars_ovr.gif);
  margin: 0 auto;
  position: absolute;
  left: 400px;
  top: 0px;
} a#cars:hover { 
  background-image: url(images/cars_ovr.gif); 
  left: 400px; 
  top: 0px;
} a .alt { display: none; }

a#service 
{
  display: block;
  width: 120px;
  height: 20px;
  background-image: url(images/serv_up.gif);
  margin: 0 auto;
  position: absolute;
  left: 520px;
  top: 0px;
} a#service:hover { 
  background-image: url(images/serv_ovr.gif); 
  left: 520px; 
  top: 0px;
} a .alt { display: none; }

a#booking {
  display: block;
  width: 120px;
  height: 20px;
  background-image: url(images/book_up.gif);
  margin: 0 auto;
  position: absolute;
  left: 640px;
  top: 0px;
} a#booking:hover { 
  background-image: url(images/book_ovr.gif); 
  left: 640px; 
  top: 0px;
} a .alt { display: none; }


ul
{
  padding-left: 70;
  margin: 0;
  list-style: none;
  line-height: 29px; 
  background-color: #FFFFFF
}

