BODY {
 margin: 0px;
 padding: 0px;
 font-family: Arial,Verdana;
 font-size: 12pt;
 font-style: normal;
 background-image: url("../imgs/water_pole.jpg");
 background-repeat: repeat-y;
 background-position: left;
 background-color: #FFF;
}

#WaterPole {
 float: left;
 width: 210px;
 border: 0px #000 solid;
}

#Content {
 float: left;
 width: 750px;
 padding: 10px;
}

img {
 float: left;
 margin: 0 15px 0 4px;
}

img.Logo {
 float: left;
 margin: 0 8px 0 4px;
}

#NavBar {
 width: 185px;
 padding: 1px 2px 1px 4px;
 margin: 157px 8px 0px 0px;
 border: 0px solid #999;
}

.navbox {
 font-size: 12px;
 border-color: #999;
 border-width: 0px;
 border-style: solid;
 width: 185px;
 padding: 1px 1px 1px 5px;
 margin: 0px;
}

A.nav {
 display: block;
 color: #039;
 text-decoration: none;
 background: transparent;
 padding-left: 16px;
}

A.navH1 {
 color: #006;
 text-decoration : none;
 font-size: 10pt;
 font-weight: bold;
}

A.nav:hover {
 color: #f69;
 text-decoration: underline;
 display: block; 
}

#Order {
 position: relative;
 left: 0%;
 top: 10%;
 width: 85%;
 height: 90px;
 padding: 0%;
 margin: 0%;
 background-color: #ccf;
 text-align: center;
}

#Price {
 position: relative;
 left: 10%;
 top: 4%;
 margin: 0%;
 padding: 0%;
 width: 65%;
 background-color: #fff;
 text-align: center;
 border: solid red 1px;
}

.PriceBox {
 border: 0px solid red;
 font-weight: bold;
}

H1 {
 position: relative;
 width: 100%; 
 text-align: center;
 font-size: 28pt;
 color: #006;
 margin: 0%;
 padding: 0%;
}

H2 {
 position: relative;
 font-size: 16pt;
 color: #006;
 padding: 0%;
 margin: 0%;
 text-align: left;
}

H3 {
 position: relative;
 font-size: 10pt;
 color: #006;
 padding: 1px;
 padding-left: 4px;
 margin: 1px 1px;
}

H4 {
 position: relative;
 padding: 0px;
 margin: 0px;
 font-size: 11pt;
 color: #006;
 text-align: center;
}

H5 {
 position: relative;
 padding: 0px;
 margin: 0px;
 font-size: 12pt;
 font-weight: normal;
 color: #006;
 text-align: left;
}

UL {
 position: relative;
 margin-left: 35px;
 margin-right: 40px;
 top: 0px;
 line-height: 145%;
 font-size: 10pt;
}

IMG {
 border: 0px none;
}

.description {
 width: 90%;
 text-align: justify;
 line-height: 140%;
}

.footer {
 font-size: 8pt;
 text-align: center;
 margin: 5%;
}

#footerNav {
 width: 90%;
 margin-top: 6%;
}

table#post {
 border-collapse: collapse;
}

table#post td {
 border-width: 1px;
 padding: 3px 12px 3px 4px;
 border-style: inset;
 border-color: gray;
 background-color: #faf0e6;
}



