#wrapper {
margin:auto; 
width:800px;  
border: 1px solid black; 
text-align:left; 
background-color: white; 
}

#header {
width: 800px;
height: 80px;
background-image:url(../images/aluminum.gif);
background-repeat: repeat;
}

#header h1 {
margin: auto;
font-family: Times, serif; 
font-size: 28px;
padding:20px;
text-indent: 30px;
background-color:navy;
background-image: url(../images/seventies.gif);
color: #339900;
}


body{
font-family: "Times New Roman",Georgia,Serif;
line-height: 21px; 
font-size: 16px;
background-image: url(../images/bluewind.gif);
background-repeat:repeat;
}

#content {
margin:auto;
width:700px;
background-color:white; 
padding:10px;
}

.center_align {
text-align: center;
}

#order {
margin:auto;
width:700px;
background-color:white; 
padding:10px;
text-align: center;
font-size: 20px;
}
.pnumber {
font-size: 26px;
color: red;
}

.email{
font-size: 26px;
}

.home {
font-size: 16px;
}
.legend {
color: blue;
}

div#footer {font-family: Helvetica; 
margin-top: 80px; 
background-color: white; 
padding: 10px; 
}

div#footer a{
color:white; 
text-decoration: none;
}


