.white {
	font-family: Tahoma;
	font-size: 14px;
	color: #FFFFFF;
}
.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
.black {
	font-size: 14px;
	color: #000000;
}
.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00529B;
}
.blackother {
	font-family: Tahoma;
	font-size: 14px;
	color: #333333;
}
.blackother {
	font-family: "Balloon Lt BT";
}
.blackother {
	font-family: Balloon Lt BT;
	font-size: 16px;
	color: #333333;
	font-style: italic;
}
form input {
display: block;
}


div#nav ul li 
{
display:inline;
list-style:none;
}

li.index a 
{
display: block;
float: left;	
text-indent:-9999px;
width: 152px;
height: 40px;
background:url(images/home.png) no-repeat;
border: 0;
}

li.detail a
{
display: block;
float: left;	
text-indent:-9999px;
width: 152px;
height: 40px;
background:url(images/detail.png) no-repeat;
border: 0;
}

li.gallery a
{
display: block;
float: left;	
text-indent:-9999px;
width: 152px;
height: 40px;
background:url(images/gallery.png) no-repeat;
border: 0;
}

li.about a
{
display: block;
float: left;	
text-indent:-9999px;
width: 152px;
height: 40px;
background:url(images/about.png) no-repeat;
border: 0;
}

li.contact a
{
display: block;
float: left;	
text-indent:-9999px;
width: 152px;
height: 40px;
background:url(images/contact.png) no-repeat;
border: 0;
}

div#nav ul li a:hover 
{
background-position: 0 -40px;	
}

div#nav ul {
margin: 0 0 0 0;
padding: 0 0 0 0;
width: 760px;
}






