body {
    margin: 0;
    padding: 0;
    font: 100%/1.3 calibri, arial, helvetica, sans-serif;
    background: #000;	
	scrollbar-arrow-color: #FFF;
scrollbar-track-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-3dlight-color: #000000;
filter: chroma(color: #000000);
}
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:818px;/*470px total w/padding*/
    height:980px;/*270px total w/padding*/
    margin:10px;
	margin-left:30px;
	background:url(TemplateDie-Cutting.jpg);
    padding:10px;
    
}
.imgwrap p {
color:#FFF;
font-size: 17.5px;
font:"Myriad Pro";
width: 410px;
margin: -524px 100px;
font-weight:400;
text-align:center;
}
h1 { 
color:#FFF;
font-size: 32px;
font:"Myriad Pro";
margin: 520px 190px ;
font-weight:100;
width: 600px;
}

ul { 
color:#FFF;
font-size: 17px;
font:"Myriad Pro";
text-align:center;
list-style: none;
font-weight:800;

}

#qoute {
float:right;
margin:-215px 570px 0;/*set margins as you choose*/
display:inline;/*fix ie6 bug*/
width:176px;
}
#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;
}
#next {
float:right;
margin:-215px 295px 0;/*set margins as you choose*/
display:inline;/*fix ie6 bug*/
width:111px;
}

#next a {
display:block;
width:111px;
height:31px;
background: url(Next.png) no-repeat;
}

#next a:hover {
	background:url(Next1.png) no-repeat;}
	
	#footer {
    width:100%;
    margin-top:20px;    
    text-align:center;
    overflow:hidden;
}
#prev {
float:left;
width: 148px;
margin:-215px 250px 0;/*set margins as you choose*/
display:inline;/*fix ie6 bug*/
}

#prev a {
display:block;
width:148px;
height:30px;
background: url(Previous.png) no-repeat;
}

#prev a:hover {
	background:url(Previous1.png) no-repeat;}
	
	#footer {
    width:100%;
    margin-top:20px;    
    text-align:center;
    overflow:hidden;
}


.scroll {
width: 230px; 
height: 356px;
padding-left: 5px;
padding-right: 5px;
margin: 195px 500px; 
overflow: auto;
color:#FFF;
font-size: 15.5px;
font:"Myriad Pro";
text-align:center;
}
.underline 
{text-decoration:underline}

#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;
        
    }	
