body {
	background-color: #333300;
	background-repeat: repeat-x;
	background-image: url(images/bkg-tile.png);
	font-family: Georgia, Times, serif;
}
.standard {
	font-size: 12px;
	color: #FF6600;
	font-family: Georgia, Times, serif;
	text-decoration: none;
}
a:link {
	color: #330000;
	text-decoration: none;
}
a:visited {
	color: #330000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
}
.sixteen-twentytwo {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 22px;
}
.fourteen-twenty {
	color: #FF6600;
	font-size: 14px;
	font-family: Georgia, Times, serif;
	line-height: 20px;
}
.style8 {
font-size: 12px; 
color: #FF6600; 
font-family: Georgia, Times, serif; 
text-decoration: none; 
}
.style10 {
font-family: Georgia, Times, serif;
color: #FF6600;
}
.black-thirteen {
	font-family: Georgia, Times, serif;
	font-size: 13px;
	line-height: normal;
	display: block;
}
.scrolling-box {
	position: fixed;
	height: 600px;
	width: 900px;
	visibility: visible;
	background-color: #FFFFFF;
	overflow-y: auto;
	overflow-x: hidden;
}
#scrollbox 
{
	width:900px;
	height:600px;
	overflow: auto;
}
 #about_button
  {
	display: block;
	width: 95px;
	height: 25px;
	background-image: url(images/about_combo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }

  #about_button:hover
  { 
	background-position: 0 -25px;  
	}
	

 #gallery_button
  {
	display: block;
	width: 95px;
	height: 25px;
	background-image: url(images/gallery_combo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }

  #gallery_button:hover
  { 
	background-position: 0 -25px;  
	}

 #clients_button
  {
	display: block;
	width: 95px;
	height: 25px;
	background-image: url(images/clients_combo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }

  #clients_button:hover
  { 
	background-position: 0 -25px;  
	}
	
 #contact_button
  {
	display: block;
	width: 95px;
	height: 25px;
	background-image: url(images/contact_combo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
  }

  #contact_button:hover
  { 
	background-position: 0 -25px;  
	}#menubar {
	width:900px;
	height:25px;
	overflow: hidden;
	position: absolute;
	float: none;
	top: 82px;
}
