*{
  margin: 0;
  padding: 0;
}

body{
  background-color: #000000;
  font-family: "Lucida Sans", arial;
  font-size: 12px;
  line-height: 16px;
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-position: top center;
}

h2{
  font-family: "Lucida Sans", arial;
  font-size: 22px;
  margin-bottom: 15px;
  margin-top: 30px;
  font-style: italic;
}


h3{
  font-family: "Lucida Sans", arial;
  font-size: 16px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-style: italic;
}


p{
  margin-bottom: 15px;
}

a{
  font-weight: bold;
  text-decoration: none;
  color: #333333;
}
a:hover{
  color: #555555;
}

#container{
  position: relative;
  margin: 0 auto;
  width: 900px; 
  min-height: 787px;
}

#header{
  height: 300px;
}

#nav{
  width: 830px;
  margin: 0 auto;
  text-align: right;
  color: #FFFFFF;
  position: relative;
  top: 250px;
  left: -10px;
  font-size: 14px;
}

#nav a{
  color: #CCCCCC; 
}
#nav a:hover{
  color: #FFFF00;
}

#box{
     border: 1px solid 000000;
     position: relative;
     width: 800px;
     margin: 0 auto;
}

#box_contents {
     background-color:transparent;
     height: 100%;
     position: relative;
     width: 650px;
     margin: 0 auto;
     padding: 40px 0 30px 0;
     min-height: 400px;
}

#box_background {
     background-color: white;
     height: 100%;
     filter:alpha(opacity=85);
     opacity: .85;
     position: absolute;
     top: 0px;
     width: 100%;
     border: 7px solid #cccccc;
}

#footer{
  position: relative;
  top: 20px;
  clear: both;
  text-align: center;
  padding-bottom: 20px;
  color: #666666;
  font-size: 10px;
  font-family: arial;
}
#footer a{
  font-weight: normal;
  color: #666666;
  text-decoration: none;
}
#footer a:hover{
  color: #999999;
}



.purchaseform td{
  padding-right: 10px;
}


.purchaseform input, select{
  width: 250px;
  border: 1px solid #CCC;
  padding: 3px;
}
.purchaseform select{
  width: 258px;
  text-align: center;
}

.purchaseform option{
  text-align: center;
  border-bottom: 1px dotted #CCC;
}



ul{
  margin-left: 30px;
  margin-bottom: 20px;
}















