body {
  background-color: #EFEFEF;
  text-align: center;
}

img {
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}

#main {
  margin: 2px;
  min-width: 800px;
  width: 75%;
  margin: 0 auto;
  background-color: #FFD302;
  text-align: left;
  border-style: ridge;
  border-width: 3px 2px;
}

.centered {
    text-align: center;
}

.video {
    position: relative;
    right: 20%;
}

.video_description {
    position: relative;
    left: 20%;
}

#header {
  margin: 0 auto;
  background: url(../images/header.jpg) no-repeat top center;
  display: block;
  height: 108px;
  border-bottom: 1px solid gray;
}

#header span {
  display: none;
}

#footer {
  text-align: center;
  background-color: #FFDFBF;
  font-size: small;
  border-top: 1px solid gray;
}

#Menu {
  width: 100%;
  text-align: center;
  background-color: #FFE3A8;
  font-size: small;
}

a:link {
  text-decoration: none;
  color: #00A000;
}

a:visited {
  text-decoration: none;
  color: #206020;
}

a:hover {
  text-decoration: underline;
  color: #40E040;
}

#Menu h5 {
  font-size: medium;
  margin: 0;
  padding: 0;
}

#content {
  min-height: 1000px;
  position: relative;
  background-color: #FFFFFF;
  text-align: left;
}

#content h2 {
  text-align: center;
}

#content h3 {
  text-align: center;
}

#info {
  background-color: #FFFFFF;
  padding-right: 3%;
  padding-left: 3%;
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: left;
}

#info ul li {
  padding-bottom: 10px;
}

h1 {
  text-align: center;
}

/*table {*/
  /*border: 1px dotted gray;*/
  /*border-collapse:collapse;*/
  /*font-size: small;*/
/*}*/

/*table th {*/
  /*text-align:center;*/
  /*background-color: #FFE3A8;*/
/*}*/

table th {
    font-weight: normal;
    font-style: italic;
    text-indent: 20px;
}

/*table td {*/
  /*text-align: left;*/
  /*border: 1px dotted gray;*/
  /*font-size: small;*/
/*}*/

table td+td {
  text-align: center;
}

.prices th {
  width: 52%;
}

.prices th+th {
  width: 16%;
}

.regist {
  padding-left: 20%;
  padding-right: 20%;
}

.regist td {
  width: 40%;
  border: 1px solid gray;
}

.regist td + td {
  width: 20%;
  text-align: left;
  border: 1px solid gray;
}

.paypal {
  margin: 0 auto;
  width: 200px;
  padding-left: 40%;
  padding-right: 40%;
}

.error {
  font-weight: bold;
  color: #D00000;
}

.roundedcornr_top div {
   background: url(roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top {
   background: url(roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom div {
   background: url(roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom {
   background: url(roundedcornr_br.png) no-repeat bottom right;
}

.roundedcornr_top div, .roundedcornr_top, 
.roundedcornr_bottom div, .roundedcornr_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.roundedcornr_content { margin: 0 10px; }

.img_center {
  text-align: center;
}

