@charset "utf-8";
/* CSS Document */

BODY {
  background-image    : url(/images/bg.gif);
  background-repeat   : repeat-x;
  background-color    : #ffe274;
  background-position : top;
  color               : #333333;
  font-family         : Verdana, sans-serif;
  font-size-adjust    : none;
  font-style          : normal;
  font-variant        : normal;
  font-weight         : normal;
}
#container {
  position            : relative;
  width               : 1000px;
  margin              : 0px auto;
  text-align          : center;
}
#container-inner {
  position            : relative;
  width               : 760px;
  margin              : 0px auto;
  text-align          : left;
}
#splashImg {
  position            : inherit;
  margin              : 0px auto;
}
#content p {
  /* margin-bottom       : 1.33em; */
  margin              : 0.5em 0 1.5em;
}
#content h2 {
  color               : #000000;
  font-size           : 1.5em;
  margin              : 1.25em 0 0.25em;
}
#main {
  font-size           : 15px;
  width               : 760px;
}
#right {
  float: right;
  width: 180px;
  padding-left: 15px;
  padding-bottom: 50px;
  border-left: 1px solid #333333;
}
.size {
  font-style: italic;
  font-size: 11px;
}
#left {
  margin: 30px 215px 0px 0px;
  text-align: justify;
  line-height: 19px;
}
#menu {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #333333;
  margin-bottom: 15px;
}
h2 {
  font-family         : Georgia, "Times New Roman", serif;
  font-size-adjust    : none;
  font-stretch        : normal;
  font-style          : normal;
  font-variant        : normal;
  font-weight         : normal;
  letter-spacing      : 1px;
  line-height         : normal;
}
#important {
  font-weight         : bold;
  color               : #f00000;
}
label {
  float               : left;
  font-weight         : bold;
  margin-right        : 0.5em;
  margin-top          : 1px;
  padding-top         : 0.1em;
  text-align          : right;
  width               : 245px;
}
input[type = "text"], textarea {
  font-family         : monospace;
  margin-bottom       : 4px;
  width               : 250px;
}
input[type = "radio"] {
  font-family         : monospace;
  margin-bottom       : 10px;
}
select {
  font-family         : monospace;
  margin-bottom       : 5px;
  width               : 150px;
}
#downloadWindow {
  background-color    : #ffe797;
  width               : 600px;
  margin              : 5px auto;
  padding             : 5px;
  border              : 1px solid #3D3D3D;
}
#downloadPC {
  width               : 295px;
  text-align          : center;
  float               : left;
  padding             : 2px;
  border-right        : 1px solid #3D3D3D;
}
#downloadMAC {
  width               : 295px;
  text-align          : center;
  float               : left;
  padding             : 2px;
}