body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #82ABB9;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}
.copy {
	font-size:10px;
	position:absolute;
	bottom:2px;
	margin:0;
	width:100%;
	text-align:center;
}
.copyright {
	font-size:10px;
	margin:0;
	width:100%;
	text-align:center;
}
.title {
	font-size:18px;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
}
.subtitle {
	font-size:14px;
	text-align:center;
	text-decoration:underline;
	font-weight:bold;
}
.open {
	font-size:18px;
}
.about {
	font-size:16px;
}
/*over*/
#home
{
  display: block;
  width: 169px;
  height: 20px;
  background: url("images/nav/home.gif") no-repeat 0 -20px;

}

#home:hover
{ 
  background-position: 0 0;
}

#home span
{
  display: none;
}

#open
{
  display: block;
  width: 170px;
  height: 20px;
  background: url("images/nav/open.gif") no-repeat 0 -20px;

}

#open:hover
{ 
  background-position: 0 0;
}

#open span
{
  display: none;
}

#products
{
  display: block;
  width: 169px;
  height: 20px;
  background: url("images/nav/products.gif") no-repeat 0 -20px;

}

#products:hover
{ 
  background-position: 0 0;
}

#products span
{
  display: none;
}

#contact
{
  display: block;
  width: 169px;
  height: 20px;
  background: url("images/nav/contact.gif") no-repeat 0 -20px;

}

#contact:hover
{ 
  background-position: 0 0;
}

#contact span
{
  display: none;
}
/*end over*/
/* up */
#homeUp
{
  display: block;
  width: 169px;
  height: 20px;
  background: url("images/nav/home.gif") no-repeat 0 0;
}
#openUp
{
  display: block;
  width: 169px;
  height: 20px;
  background: url("images/nav/open.gif") no-repeat 0 0;
}
#productsUp
{
  display: block;
  width: 169px;
  height: 20px;
  background: url("images/nav/products.gif") no-repeat 0 0;
}
#contactUp
{
  display: block;
  width: 169px;
  height: 20px;
  background: url("images/nav/contact.gif") no-repeat 0 0;
}
/*end up*/
