body
{
width: 100%;
}

#header, #nav
{
display: none;
}

h1 
{text-align: center;
font-family: arial;}

#address
{
float: left;
width: 30%;
margin-left: 5%;
font-family: arial;
}

#email
{
float: left;
width: 30%;
text-align: center;
font-family: arial;
}

#phone
{
float: right;
width: 30%;
text-align: right;
margin-right:5%;
font-family: arial;
}

table
{
font-family: arial;
width:90%;
margin-left:5%; 
margin-right:5%;
border: 1px solid black;
margin-top: 10px;
}

th.title
{
width: auto;
height: 40px;
border: 1px solid black;
font-weight: normal;
font-size: 1.2em;
}

th.quantity
{
width: 10%;
height: 40px;
border: 1px solid black;
font-weight: normal;
font-size: 1.2em;
}

th.listprice
{
width: 10%;
height: 40px;
border: 1px solid black;
font-weight: normal;
font-size: 1.2em;
}

th.total
{
width: 10%;
height: 40px;
border: 1px solid black;
font-weight: normal;
font-size: 1.2em;
}

th.bottom
{
width: 20%;
height: 40px;
border: 1px solid black;
}

th.lasttotal
{
width: 10%;
height: 40px;
border: 2px solid black;
}

th.special
{
border: none;
width: auto;
text-align: left;
font-family: arial;
padding-top: 10px;
padding-bottom: 10px;
font-weight: normal;
font-size: 1.2em;
}

h2
{
font-family: arial;
text-align: center;
}

#bill
{
width: 45%;
float: left;
line-height: 200%;
font-family: arial;
margin-left: 5%;
text-align: center;
font-size: 1.2em;
}

#ship
{
width: 45%;
float: right;
line-height: 200%;
font-family: arial;
margin-right: 5%;
text-align: center;
font-size: 1.2em;
}

#custinfo
{
clear: both;
line-height: 200%;
font-family: arial;
margin-left: 5%;
text-align: left;
font-size: 1.2em;
}

i
{
line-height: 100%;
font-size: .8em;
}
