body {
    margin: 0;
    padding: 0;
    font: 100%/1.3 calibri, arial, helvetica, sans-serif;
    background: #000;
}
a img {border:0 none}
 
#container {
    width: 897px;
    margin: 0 auto;
    padding:20px 0;
}
#header {
    height: 158px;
    background: url(Banner.gif) no-repeat ;
    overflow:hidden;/*uncollapse child margins*/
}
 
/*===== Begin Nav Bar ======*/
#navbar {
    margin: 20px 0 0;
    padding: 0px;
    list-style: none;
    overflow:hidden;/*contain floats*/
	background:#000;
   }
#navbar li {
    float: left;
}
#navbar a {
    float: left;
    height: 58px;/*group common rules*/
    text-decoration: none;
	text-indent: -5000px;
    /*text-indent: -5000px;*/
}
#navbar #home {
    width: 120px;
    background: url(Home.png) no-repeat 0 0;
}
#navbar #manufacturing {
    width: 154px;    
    background: url(Manufacturing.png) no-repeat 0 0;
}
#navbar #services {
    width: 121px;
    background: url(Services.png) no-repeat 0 0;
}
#navbar #aboutus {
    width: 129px;
    background: url(About-Us.png) no-repeat 0 0;
}
#navbar #contactus {
    width: 132px;
    background: url(ContactUs.png) no-repeat 0 0;
}
#navbar #requestforquote {
    width: 229px;
    background: url(RequestForQuote.png) no-repeat 0 0;
}
#navbar #home:hover,
#navbar #manufacturing:hover,
#navbar #services:hover,
#navbar #aboutus:hover,
#navbar #contactus:hover,
#navbar #requestforquote:hover {
    background-position: 0 -58px;
   
}
 
.imgwrap {
    width:798px;/*470px total w/padding*/
    height:960px;/*270px total w/padding*/
    margin:20px;
	background:url(TemplateServices.jpg);	
    padding:20px;
    
}
.p1 {
color:#FFF;
font-size: 20px;
font:"Myriad Pro";
width: 600px;
margin: -650px 100px;
font-weight:400;
text-align:center;
}

.p2 {
color:#FFF;
font-size: 20px;
font:"Myriad Pro";
width: 600px;
margin: 720px 100px;
font-weight:400;
text-align:center;
}
.p3 {
color:#FFF;
font-size: 20px;
font:"Myriad Pro";
width: 600px;
margin: -650px 100px;

font-weight:400;
text-align:center;
}

h1 { 
color:#FFF;
font-size: 32px;
font:"Myriad Pro";
margin: 325px 330px ;
font-weight:100;
width: 600px;
}
h2 { 
color:#FFF;
font-size: 32px;
font:"Myriad Pro";
margin:-210px 170px ;
font-weight:100;
width: 600px;
}
h3 { 
color:#FFF;
font-size: 32px;
font:"Myriad Pro";
margin: 340px 80px ;
font-weight:100;
width: 650px;
}


#qoute {
float:right;
margin:680px 100px 0;/*set margins as you choose*/
display:inline;/*fix ie6 bug*/
}
#qoute a {
display:block;
width:176px;
height:31px;
background: url(Requestqoute.png) no-repeat;
}
#qoute a:hover {
	background:url(Request-for-qoute.png) no-repeat;}
	
	#footer {
    width:100%;
    margin-top:20px;    
    text-align:center;
    overflow:hidden;
}
#links {
    width:100%;
    margin-top:20px;    
    text-align:center;
    overflow:hidden;
	display : inline ;
	
}
#links p {
        font: 15px/15px calibri,arial;
        color: #FFF;
						
    }	

<STYLE type=text/css>
A:link {
 COLOR: FFF; /*The color of the link*/
}
A:visited {
 COLOR: #FFF; /*The color of the visited link*/
}
A:hover {
 COLOR: FFF; /*The color of the mouseover or 'hover' link*/
}
BODY { COLOR: #FFF; /*The color of all the other text within the body of the page*/
} 
</STYLE>

#footer p {
        margin: 0;
        font: 15px/15px calibri,arial;
        color: #FFF;
        
    }	

