body {
  width: 800px;
  font-family: Arial, "sans serif";
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #910000;
}

a:hover {
  text-decoration: underline;
}

img {
  border: 0;
}

h1 {
  text-transform: uppercase;
  font-family: "Trajan Pro", "Times New Roman", sans;
  font-size: 1.1em;
  padding: 0;
  margin: 0;
}

h2 {
  text-transform: uppercase;
  font-family: "Trajan Pro", "Times New Roman", sans;
  font-size: 1em;
  font-style: italic;
  padding: 0;
  margin: 0;
}

h3 {
  font-family: "Trajan Pro", "Times New Roman", sans;
  font-size: .9em;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

h4 {
  font-family: "Trajan Pro", "Times New Roman", sans;
  font-size: .9em;
  padding: 0;
  margin: 0;
}

h5 {
  font-family: "Trajan Pro", "Times New Roman", sans;
  font-size: .8em;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

p {
  font-size: 75%;
  padding: 0;
  margin: 0;
}

ul {
  font-size: .7em;
}

#header img {
  width: 250px;
  height: 177px;
  border: 1px groove #666666;
  margin: 20px;
}

#header a {
  width: 250px;
  float: left;
  position: relative;
}

#header h1{
  width: 490px;
  float: right;
  position: relative;
  text-align: right;
  margin-top: 173px;
  padding-right: 10px;
  border-bottom: 1px solid #000000;
}

.clear {
  clear: both;
}

#nav {
  background-color: #910000;
  width: 210px;
  margin-left: 30px;
  padding: 20px 0 20px 20px;
  position: relative;
  float: left;
}

#nav a {
  color: white;
  font-style: italic;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#nav li {
  font-family: "Trajan Pro", "Times New Roman", sans;
  font-size: 1.5em;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 150%;
  padding-bottom: 20px;
  text-transform: uppercase;
}

#nav ul li {
  font-size: 1.4em;
}

#nav ul li ul {
  padding: 5px 0 0 15px;
  margin-right: 25px;
  border-top: 1px solid #FFFFFF;
}

#nav ul li ul li {
  font-size: 1.4em;
  line-height: 150%;
  border: none;
  padding: 0;
}

#nav .sublist {
  padding: 5px 0 5px 0;
}

#nav .sublist {
  text-transform: uppercase;
  font-size: 1.3em;
}

#nav .sublist ul li {
  text-transform: none;
  font-size: 1.4em;
}

#text {
  width: 500px;
  position: relative;
  float: right;
}

#text h2 {
  border-bottom: 1px solid #000000;
}

#text h3 {
  margin: 0 10px 0 20px;
  border-bottom: 1px solid #000000;
}

.section {
  padding-bottom: 20px;
}

.section p {
  padding: 5px 10px 5px 5px;
}

.pricelist {
  margin: 0 0 0 30px;
  width: 450px;
}

.pricelist a {
  font-style: normal;
}

.pricelist ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.pricelist li {
  font-family: "Trajan Pro", "Times New Roman", serif;
  font-size: 125%;
  font-weight: bold;
  padding: 3px 0 13px 0;
  margin: 0;
  line-height: 150%;
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
}

.pricelist ul li ul {
  padding: 0 0 0 10px;
}

.pricelist ul li ul li {
  font-family: Arial, "san serif";
  font-size: 1.2em;
  text-transform: none;
  padding: 5px 0 5px 0;
  border: none;
}

.pricelist ul li ul a {
  font-style: italic;
  font-size: 1.1em;
}

.pricelist ul li ul li ul li {
  font-size: 1.4em;
  padding: 0;
  font-style: normal;
  font-weight: normal;
}

.pricelist .total {
  border: none;
  font-size: 1.4em;
}

.section1 {
  padding-bottom: 15px;
}

.section1 p {
  padding: 5px 10px 5px 25px;
}

.section1 h3 a {
  font-style: normal;
  font-size: 1em;
}

.section2 {
  border-top: 1px dashed #000000;
  margin: 10px 10px 0 25px;
  padding: 5px 0 5px 0;
}

.section2 p {
  padding: 5px 0 5px 5px;
}

.section3 {
  border-top: 1px dashed #000000;
  margin: 10px 0 0 10px;
  padding-top: 5px;
}

.section3 p {
  padding-left: 5px;
  font-style: italic;
}

.section3 h5 a {
  font-style: normal;
}

#examples h3 {
  margin-bottom: 10px;
}

#examples a {
  font-family: "Trajan Pro", "Times New Roman", serif;
  font-size: 1em;
  text-transform: uppercase;
}

#examples ul {
  padding: 0;
  margin: 0 0 0 30px;
  list-style-type: none;
}

#examples li {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 30px 0 0;
  margin: 0 30px 0 0;
  line-height: 130%;
}

#examples ul li ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid #000000;
}

#examples ul li ul li {
  border: none;
  font-weight: normal;
  padding: 2px 0 10px 5px;
  margin: 2px 0 10px 5px;
}

.right {
  text-align: right;
}

.right a {
  font-style: italic;
}

.compose {
  width: 150px;
  height: 194px;
  float: left;
  position: relative;
}

#footer {
  padding-top: 30px;
  text-align: center;
  color: gray;
  font-size: .8em;
  line-height: 110%;
}

#footer a {
  color: gray;
  font-style: italic;
}
