body {
  background: url(images/back.gif);
  text-align: center;
}

input, textarea, select {
  background-color: #FD9E72;
  color: #B3564C;
  border: 1px solid #E85631;
}

blockquote {
  font-size: 9pt;
  font-family: Verdana, serif;
  text-align: left;
  color: #4C4542;
  background: #E85631;
  padding: 5px;
}

img {
padding: 4px;
background: #E85631;}

#container {
  width: 810px;
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  background: #FD9E72;
  padding: 0px;
  min-height: 1050px;
}

#image {
  width: 810px;
  border: 0px;
  margin: 0px;
  background: url(images/head.png);
  height: 600px;
  padding: 0px;
}

#navi {
  width: 235px;
  position: absolute;
  left: 0px;
  top: 370px;
  background: #FD9E72;
  padding: 0px;
  margin: 0px;
}

.naviboxes {
  width: 230px;
  margin-top: 5px;
  background-color: #FD9E72;
  border-bottom: 2px solid #E85631;
  font-family: Arial;
  font-size: 13pt;
  color: #B3564C;
  font-weight: bold;
  text-transform: uppercase;
  text-align: left;
  padding-left: 5px;
  font-style: italic;
}

#content {
  position: absolute;
  top: 370px;
  left: 250px;
  width: 560px;
  background: #FD9E72;
  padding: 0px;
  margin: 0px;
}

ul {
  list-style-type: square;
  color: #4C4542;
  font-size: 10pt;
  FONT-FAMILY: Tahoma, Verdana, serif;
  text-align: left;
}

.show_sort_list {
  list-style-type: square;
  font-size: 10pt;
  color: #4C4542;
  FONT-FAMILY: Tahoma, Verdana, serif;
  text-align: left;
}

a:link { font-weight:bold; color:#B3564C; text-decoration:none; }
a:visited { font-weight:bold; color:#B3564C; text-decoration:none; }
a:focus { font-weight:bold; color:#B3564C; text-decoration:none; }
a:hover { font-weight:bold; color:#B3564C; text-decoration:none; }
a:active { font-weight:bold; color:#B3564C; text-decoration:none; }

p {
  font-size: 10pt;
  color: #4C4542;
  font-weight: normal;
  font-family: Tahoma, Verdana, serif ;
  text-align: left;
}

.sizes {
  font-size: 10pt;
  color: #4C4542;
  font-weight: normal;
  font-family: Tahoma, Verdana, serif ;
  text-align: center;
  padding: 5px;
}

h1{
  font-family: Arial;
  color: #B3564C;
  font-size: 13pt;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 2px solid #E85631;
  font-style: italic;
  padding-left: 5px;
  margin-bottom: -2px;
  font-weight: bold;
  margin-top: 5px;
}

h2 {
   font-size: 9pt;
   font-family: Verdana, Tahoma, serif;
   text-align: left;
   color: #B3564C;
   letter-spacing: 2px;
   border-bottom: 1px solid #E85631;
   font-style: italic;
   font-weight: bold;
   padding-left: 5px;
}