body {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	background: #8f8f8f;
	background-image:url('../images/website_01.jpg');
	background-repeat:repeat-x;

}

a:visited {border-style: none;}
a:active {border-style: none;}
a:hover {border-style: none;}
a {text-decoration: none; border-style: none;}
a:link {
	text-decoration: none;
	border-style: none;
	}
	
img
{  border-style: none;
}
	
.hidden {
	display: none;
}

#title {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 24px;
	color: #6666;
}
	
#subtitle {
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 14px;
	color: #8f8f8f;
}

#page-container {
	width: 600px;
	margin: auto;
	text-align: left;
}

#header {
	height: 129px;
	background: #8f8f8f
		    url(../images/website_02.jpg);
}

	            

#green {
	height: 133px;
	background: #8f8f8f
	            url(../images/website_05.jpg);
}

#stuff {
	padding: 25px;
	background: #ffffff;
		    url(../images/website_07.jpg);
}

#footer {
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 10px;
	color: #c9c9c9;
	background: #ffffff;
	}
	
	
	#yellow {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 600px;
  height: 42px;
  background: url(../images/website_04.jpg) no-repeat;
  position: relative;
}
#yellow span {
  display: none;
  position: absolute;
}
#yellow a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#yellow a:hover {
  background-position: left bottom;
}
#yellow a:hover span {
  display: block;
}

#yellow .home {
  width: 114px;
  height: 42px;
  background: url(../images/menu_01.jpg) no-repeat;
  left: 198px;
  top: 0px;
}
#yellow .home span {
  width: 114px;
  height: 42px;
  background: url(../images/hover_01.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#yellow .port {
  width: 143px;
  height: 42px;
  background: url(../images/menu_02.jpg) no-repeat;
  left: 312px;
  top: 0px;
}
#yellow .port span {
  width: 143px;
  height: 42px;
  background: url(../images/hover_02.jpg) no-repeat;
  left: 0px;
  top: 0px;
}

#yellow .contact {
  width: 145px;
  height: 42px;
  background: url(../images/menu_03.jpg) no-repeat;
  left: 454px;
  top: 0px;
}
#yellow .contact span {
  width: 145px;
  height: 42px;
  background: url(../images/hover_03.jpg) no-repeat;
  left: 0px;
  top: 0px;
}