body {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  text-align: center;
}

div {
  text-align: justify;
}

hr {
  display: none;
}

img {
  border: 0px solid white;
}

div#oldbrowser {
  display: none;
}

a, a:VISITED, a:HOVER {
  text-decoration: none;
  color: #324565;
}

a:HOVER {
  color: #627595;
}

div#page {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("/images/top_gradient.png");
  background-position: 0px 48px;
  background-repeat: repeat-x;
}

div#page div#navigation {
  height: 131px;
  float: left;
  width: 650px;
}

div#page div#navigation div.title {
  display: none;
}

div#page div#navigation ul {
  background-image: url("/images/top_logo.png");
  background-position: top left;
  background-repeat: no-repeat;
  height: 131px;
  list-style: none;
  list-style-position: inside;
  padding: 0px;
  margin: 0px;
  padding-top: 32px;
  padding-left: 240px;
  margin-bottom: -100px;
}

div#page div#navigation ul li {
  float: left;
  height: 131px;
}

div#page div#navigation ul li a {
  background-image: url("/images/arrow.png");
  background-position: 100% 5px;
  background-repeat: no-repeat;

  font-size: 11px;
  font-weight: bold;
  padding-right: 10px;
  margin-right: 16px;
  display: block;
}

div#page div#navigation ul li#gnuzilla {
  float: right;
  width: 150px;
  margin-left: -150px;
}

div#page div#navigation ul li#gnuzilla a {
  display: block;
  position: relative;
  left: 150px;
  top: -10px;
  /*background-color: black;*/
  background-image: none;
  height: 30px;
  width: 120px;
}

div#page div#navigation ul li#gnuzilla a span {
  display: none;
}

div#page div#mirrors {
  font-size: 9px;
  height: 131px;
  color: white;
  background-image: url("/images/top_right.png");
  background-position: 100% 48px;
  background-repeat: no-repeat;
  padding-right: 20px;
  vertical-align: bottom;
  text-align: right;
}

div#page div#mirrors div.title {
  background-image: url("/images/gnuzilla_info.png");
  background-position: 100% 26px;
  background-repeat: no-repeat;
  padding-top: 62px;
  text-align: right;
}

div#page div#mirrors ul {
  list-style: none;
  list-style-position: inside;
  padding: 0px;
  margin: 0px;
}

div#page div#mirrors ul li a{
  color: white;
  font-weight: bold;
}

h1 {
  font-size: 36px;
  margin: 0px;
  margin-top: 8px;
}

div#cover {
  float: right;
  margin-bottom: 16px;
}

div#options {
  clear: right;
  width: 750px;
  height: 46px;
  background-image: url("/images/options.png");
  background-position: top left;
  background-repeat: no-repeat;
}

div#options ul {
  list-style: none;
  list-style-position: inside;
  padding: 0px;
  padding-top: 5px;
  padding-left: 10px;
  margin: 0px;
}

div#options ul li {
  float: left;
  width: 240px;
}

div#options ul li a img {
  float: left;
  margin-right: 4px;
}

div#options ul li a {
  font-weight: bold;
  font-size: 16px;
}

div#options ul li a small {
  display: block;
  font-weight: normal;
  font-size: 10px;
}

div#page div#main div#box {
  padding-left: 10px;
}

div#page div#main div#box div#contents {
  padding-left: 10px;
}

div#footer {
  margin-top: 16px;
  font-size: 10px;
  color: #C2C5D5;
  border-top: 1px solid #C2C5D5;
}

div#footer div#fsn {
  float: left;
}

div#footer div#ja {
  float: right;
}

input[type="text"], input[type="password"], input[type="file"] {
  width: 100%;
  border: 1px solid gray;
  background-color: #F7F7F7;
}

input[type="submit"], input[type="reset"] {
  width: 100%;
  border: 1px solid gray;
  background-color: #676767;
  color: white;
}

textarea {
  border: 1px solid gray;
  width: 400px;
  height: 200px;
  background-color: #E7E7E7;
}

textarea[name="gz_dnload"] {
  height: 60px;
}

div.issue_cont {
  clear: left;
}

div.issue {
  float: left;
  width: 30%;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid silver;
}

div.issue img {
  border: 0px;
  width: 80%;
}

div.issue_small {
  float: left;
  width: 18%;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 20px;
}

div.issue_small img {
  border: 0px;
  width: 80%;
}

div.issue_smallest {
  float: left;
  width: 10%;
  padding: 4px;
  text-align: center;
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 20px;
}

div.issue_smallest img {
  border: 0px;
  width: 80%;
}

span.issue_list {
  font-weight: bold;
}

div#news {
  text-align: center;
  font-weight: bold;
  color: brown;
  padding-top: 6px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 750px;
  height: 46px;
  background-image: url("/images/options.png");
  background-position: top left;
  background-repeat: no-repeat;
}
