body { 
font-family: Arial, sans-serif; 
line-height: 1.4;
font-size: 12px;
background: #000;
margin: 0;
padding: 0;
color: #fefefe;
}

#wrap { 
width: 80%;
margin: 0 auto;
<!--background: #171717;-->
background: black;
    padding: 0 0 75px;
    position: relative;
}

#header {
height: 100px;
<!-- <a href="."><img id="logo" src="images/logo.jpg" alt="Blue Collar Fabrication" /></a>
background: url(images/header3.jpg) no-repeat;
background: url(../images/logo.png) ; 
-->
background: url("images/logo.png" );
}
#header h1 {
margin: 0;
padding: 15px 0 0 10px;
font-weight: 100;
font-size: 40px;
letter-spacing: -1px;
color: #FFE3BF;
}

// There is no required CSS for this plugin to work properly
// but here is what is being used to style this demo
.horizontal-nav {
/*  background: #efefef;
*/  
  background: silver;
  border-radius: 6px;

}
.horizontal-nav ul {
/*  background: #128F9A;
*/
  background: silver;
  float: left;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #0e7079;
  list-style-type: none;
    width: 100%;
}
.horizontal-nav ul li {
  float: left;
  display: inline-block;
  border-left: 1px solid #0e7079;
  width: 19%;
  
}
.horizontal-nav ul li:first-child {
  border-left: 0 none;
}
.horizontal-nav ul li a {
	
  display: block;
  padding: 10px 20px;
/*  color: #fff;
*/
  color: #000;
  border-top: 1px solid rgba(255,255,255, 0.25);
  border-left: 1px solid rgba(255,255,255, 0.25);
  text-decoration: none;
}



.horizontal-nav ul li:first-child a {
  border-left: 0 none;
}
.horizontal-nav ul li a:hover {
  /*background: #12808a;
 */
  background: #fff;
}
.horizontal-nav ul li:first-child a {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.horizontal-nav ul li:last-child a {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#footer {float: bottom; position:absolute; bottom:0; clear:both; height:75px; }

#div1{
color: white;
}

.table {width: 100%; height: 100%;}
.row {width: 100%; min-height: 1px; height: auto; margin: 0;}
.cell {float: left; margin: 0; padding: 0;}
.onecol {width: 100%;}
.twocol {width: 50%;}


.white{
color: white;
}

