body   {
	color: #58595b;
	font-size: 13px;
	font-family: Arial, sans-serif;
	background: url("../images/background.jpg") center top no-repeat; 
	margin-top: 0;
	text-align: center;
}

#nav img {
	border: none;
	margin-right: -4px;
	padding-right: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

.preview {
	margin: 8px;
}

.services {
    width: 174px;
    height: 38px;
    background: url("../images/1.jpg");
}

#nav a:hover .services, #nav a:active .services {
	background: url("../images/1b.jpg");
}

#services {
	 position:absolute;
	 margin-left: -1px;
	 visibility: hidden; 
	 border: 1px solid black; 
	 background-color: #B8C6AB; 
	 width: 950px;
}

.aboutus {
    width: 180px;
    height: 38px;
    background: url("../images/2.jpg");
}

#nav a:hover .aboutus, #nav a:active .aboutus {
	background: url("../images/2b.jpg");
}

#aboutus {
	 position:absolute;
	 margin-left: -175px;
	 visibility: hidden; 
	 border: 1px solid black; 
	 background-color: #B8C6AB; 
	 width: 950px;
}
  
.links {
    width: 248px;
    height: 38px;
    background: url("../images/3.jpg");
}

#nav a:hover .links, #nav a:active .links {
	background: url("../images/3b.jpg");
}

#links {
	 position:absolute;
	 margin-left: -355px; 
	 visibility: hidden; 
	 border: 1px solid black; 
	 background-color: #B8C6AB; 
	 width: 950px;
}

.contactus {
    width: 193px;
    height: 38px;
    background: url("../images/4.jpg");
}

#nav a:hover .contactus, #nav a:active .contactus {
	background: url("../images/4b.jpg");
}

#contactus {
	 position:absolute;
	 margin-left: -603px;
	 visibility: hidden; 
	 border: 1px solid black; 
	 background-color: #B8C6AB; 
	 width: 950px;
}

.home {
    width: 155px;
    height: 38px;
    background: url("../images/5.jpg");
}

#nav a:hover .home, #nav a:active .home {
	background: url("../images/5b.jpg");
}


#home {
	 position:absolute;
	 margin-left: -796px;
	 visibility: hidden; 
	 border: 1px solid black; 
	 background-color: #B8C6AB; 
	 width: 950px;
}

.text {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #58595B;
}

.textlarge {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #58595B;
}

table{
    border-color: #000;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
}

.title {
	font-family: Arial, sans-serif;
	font-size: 31px;
	color: #8E9300;
}

.titleorange {
	font-family: Arial, sans-serif;
	font-size: 31px;
	color: #DF7A1C;
}

.footer {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #58595B;
	text-align: center;
	text-decoration: none;
}

.footer:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	text-decoration: underline;
}

.copyright {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	text-decoration: none;
}

.copyright:hover {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: white;
	text-align: center;
	text-decoration: underline;
}
