body { 
       margin:0 auto;
	   background-color:#000000;
	   color:#aaaaaa;
	   font-family:Arial, Helvetica, sans-serif;
	   font-size:9pt;
	   line-height:1.5;
}
       
a {color:#aaaaaa;}
	   
h1 { font-size:11pt;margin-top:0;}

.container {
     margin:0 auto;
	 width:1000px;
}


.nav { width:1000px; height:32px}

.nav_left { float:left }

.about { 
         display:block;
         background-image:url(images/about.jpg);
		 width:54px;
		 height:32px;
		 float:left;
}

.about-on { 
         display:block;
         background-image:url(images/about_on.jpg);
		 width:54px;
		 height:32px;
		 float:left;
}

.about:hover { background-image:url(images/about_on.jpg); }

.services { 
         display:block;
         background-image:url(images/services.jpg);
		 width:71px;
		 height:32px;
		 float:left;
}

.services-on { 
         display:block;
         background-image:url(images/services_on.jpg);
		 width:71px;
		 height:32px;
		 float:left;
}

.services:hover {  background-image:url(images/services_on.jpg); }

.testimonials { 
         display:block;
         background-image:url(images/testimonials.jpg);
		 width:92px;
		 height:32px;
		 float:left;
}      

.testimonials-on { 
         display:block;
         background-image:url(images/testimonials_on.jpg);
		 width:92px;
		 height:32px;
		 float:left;
}    

.testimonials:hover { background-image:url(images/testimonials_on.jpg);}

.contact { 
         display:block;
         background-image:url(images/contact.jpg);
		 width:61px;
		 height:32px;
		 float:left;
}

.contact-on { 
         display:block;
         background-image:url(images/contact_on.jpg);
		 width:61px;
		 height:32px;
		 float:left;
}

.contact:hover { background-image:url(images/contact_on.jpg);}

.nav_right {   
		 float:left;
}

.content_left {float:left;+margin-top:-5px;-margin-top:-5px;}

.content {
           width:470px;
		   height:197px;
		   background-image:url(images/content.jpg);
	       float:left;
		   
		   +margin-top:-5px;
		   -margin-top:-5px;
}

#scroll { 
		   width:470px;
		   height:197px;
		   overflow:hidden;
}

.content_right {float:right;+margin-top:-5px;-margin-top:-5px;}

.contact-form { font-size:8pt;}

.input-field { 
      border:1px solid #a7b65b; 
      width:270px;
	  height:25px;
	  background:transparent; 
	  color:#FFFFFF;
	  margin-top:5px;
	  margin-left:20px;
}

.select-field { border:1px solid #a7b65b; 
      width:275px;
	  height:25px;
	  background:transparent; 
	  color:#FFFFFF;
	  margin-top:5px;
	  margin-left:20px;
}
	  
.select-field option { background-color:#000000;}
     
textarea { 
           border:1px solid #a7b65b; 
		   width:270px; 
		   height:100px;
		   background:transparent;
		   margin-top:5px; 
		   margin-left:20px;
		   color:#FFFFFF; 
		   overflow:auto;
}

.submit {
  width:70px;
  height:30px;
  background-color:#a7b65b;
  border:none;
  color:#fff;
  margin-top:20px;
  margin-left:223px;
}

.thanks { color:#8cc63f; font-size:8pt; margin-left:20px;}

.portfolio { width:550px; border-color:#aaaaaa; border-width:0 0 1px 1px; border-style:none;}
.portfolio td { border-color:#aaaaaa; border-width:1px 1px 0 0; border-style:none; padding-left:5px; vertical-align:top}