body{
  margin: 0;
  padding: 0;
  background-color: #420;
  color: #fc9;
}
a:link, a:visited {
  color: #36c;
  text-decoration: none;
}
p{
  margin: 0 0 0.5em;
}
p+p{
  margin-top:-0.5em;
  text-indent: 1em;
}
ol, ul{
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 0;
  padding-bottom: 0;
}
#intro{
  width: 766px;
  height: 37px;
  margin: 0 auto;
  padding: 8px 7px 2px 0;
}
#intro p {
    font-family: georgia, serif;
    font-style: italic;
    font-size: 75%;
    float: right;
    margin: 0 8px;
    line-height: 1;
    color: #ca7;
}
h1.logo{
  margin: 0 8px 0 0;
  padding: 0;
  height: 12px;
  width: 200px;
  font-size: 12px;
  line-height: 12px;
  background: #420 url("../images/name.gif") no-repeat bottom right;
  float: right;
}
h1.logo a{
  display: block;
  height: 13px;
}
h1.logo span{
  visibility: hidden;
}
h2, h3, h4{
  margin: 0.75em 0 0.5em;
  padding: 0;
  font-style: italic;
  color: #c33;
}
h2 {
  font-size: 167%;
}
h3 {
  font-size: 133%;
}
h4 {
  font-size: 100%;
}
h2+p, h3+p, h4+p{
  margin-top: -0.5em;
}
p.slogan{
  height: 10px;
  margin: 2px 5px 0 0;
  padding: 0;
  line-height: 12px;
  text-indent: -99em;
  background: #420 url("../images/slogan.gif") no-repeat top right;
}
#main{
  background: #feb url("../images/bg.gif") no-repeat top;
  width: 585px;
  height: 514px;
  padding: 33px 75px 25px 125px;
  position: relative;
  color: #631;
  font-family: "Georgia", serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 auto;
}
span.afr {
  font-variant: small-caps;
}
img.left {
  float: left;
  margin: 0 15px 10px 0;
}
img.right {
  float: right;
  margin: 0 15px 10px 0;
}
#nav{
  margin: 0;
  padding: 0;
  position: absolute;
  top: 125px;
  left: -44px;
  list-style: none;
}
#nav li{
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-transform: uppercase;
  text-align: center;
  font-family: "Arial", sans-serif;
  font-size: 9px;
  letter-spacing: 2px;
}
#nav a{
  display: block;
  width: 145px;
  height: 94px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-indent: -999px;
}
#nav #about{
  margin: 0 0 5px 2px;
  background: transparent url("../images/about_bg.gif") no-repeat -145px 0;
}
#nav #order{
  margin: 0 1px 4px 1px;
  padding: 0;
  background: transparent url("../images/order_bg.gif") no-repeat -145px 0;
}
#nav #cup{
  margin: 0 0 0 3px;
  background: transparent url("../images/cup_bg.gif") no-repeat -145px 0;
}
#about a{
  background: transparent url("../images/about_bg.gif") no-repeat top left;
}
#order a{
  background: transparent url("../images/order_bg.gif") no-repeat top left;
}
#cup a{
  background: transparent url("../images/cup_bg.gif") no-repeat top left;
}
#about a:hover {
  background: transparent;
}
#order a:hover {
  background: transparent;
}
#cup a:hover {
  background: transparent;
}

.section {
   height: 85%;
   overflow: auto;
}

#front {
  width: 500px;
  margin: 5em auto 0;
}
#footer{
  width: 780px;
  position: absolute;
  margin: 0 0 40px;
  left: 0;
  bottom: 0;
  font-family: "Verdana", sans-serif;
  font-size: 9px;
  color: #642;
  text-align: center;
}
#content a {
  border-bottom: 1px solid #33c;
}

#paypal {
  width: 365px; 
  background: transparent url("https://www.paypal.com/en_US/i/logo/PayPal_mark_37x23.gif") no-repeat top right;
}
/* Forms */
form {
  padding: 0;
  margin: 0;
}
table.form {
  border-collapse: collapse;
}
#order_form td {
  border-top: 1px solid #dc9;
}
td.label {
  padding: 2px 5px 2px 0;
  text-align: right;
  vertical-align: top;
}
#order_form td.label{
  width: 267px;
  padding: 2px 2px 2px 0;
  text-align: left;
}
input, select, textarea{
  font-family: "Arial", sans-serif;
  font-size: 10px;
}
td input.text, td textarea{
  width: 300px;;
}
td input.button {
  margin-right: 1.5em;
}
td.submit {
  text-align: right;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
}
/* Hides from IE-mac \*/* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */


