@CHARSET "ISO-8859-1";

body {
  background: url('../images/shared/header.repeat.jpg') #FFF repeat-x top;
  margin: 0;
  padding: 0;
  font-family: "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.9em;
  text-align: justify;
  text-justify: newspaper;
  line-height: 1.35;
  color: #665;
}

img {
  border: none;
}

a:link, a:visited {
  color: #E5A926;
  text-decoration: underline;
}

a:hover, a:active {
  color: #E5A926;
  text-decoration: none;
}

#header {
  background: url('../images/shared/logo.png') no-repeat;
  width: 800px;
  margin: 0 auto 5px;
}

#header img {
  padding-left: 90px;
  vertical-align: bottom;
}

#header ul {
  display: block;
  margin: 2px 0 0 100px;
  padding: 0;
  height: 40px;
  border-left: 1px solid #282d44;
}

#header ul li:first-child a {
  border-left: 1px solid #abb2c6;
}

#header ul li {
  display: block;
  margin: 0;
  padding: 0;
  float: left;
  height: 40px;
  border-right: 1px solid #abb2c6;
  text-transform: uppercase;
  font-size: 0.9em;
}

#header ul li a:link, #header ul li a:visited, #header ul li a:active {
  display: block;
  height: 27px;
  color: #FFF;
  padding: 13px 15px 0;
  text-decoration: none;
  border-right: 1px solid #282d44;
  white-space: nowrap;
  float: left;
}

#header ul li a:hover, #header ul li.active a {
  background-color: #6f7595
}

#content {
  padding: 25px 0px;
  margin: 0 auto;
  width: 750px;
}

#content::after {
  content: "\A0";
  clear: both;
  display: block;
  height: 0px;
  overflow: none;
}

.frame_full {
  width: 750px;
  float: left;
  position: relative;
}

.frame_full_sides {
  width: 748px;
  float: left;
  position: relative;
  border: 1px #DADADA;
  border-style: none solid;
}

.box {
  background-color: #FFF;
  padding: 5px 20px 5px 20px;
}

.home_box {
  background-color: #FFF;
  padding: 5px 20px 5px 20px;
}

.news_box {
  background-color: #FFF;
  padding: 5px 80px 5px 90px;
  margin-top: -15px;
}

.changelog_box {
  background-color: #FFF;
  padding: 5px 70px 5px 20px;
}

.right {
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.center {
  float: inherit;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.frame_half {
  width: 395px;
  padding: 0;
  margin: 0 5px 0 0;
  float: left;
  position: relative;
}

.frame_half#right {
  float: right;	
}

.frame_half p {
  clear: both;
}

.frame_half::before, .frame_full::before {
  display: block;
  height: 9px;
  overflow: hidden;
}

.frame_half::after, .frame_full::after {
  display: block;
  height: 17px;
  overflow: hidden;
}

.frame_half::before {
  content: url('../images/shared/frame_half_top.png');
}

.frame_half::after {
  content: url('../images/shared/frame_half_bottom.png');
}

.frame_full::before {
  content: url('../images/shared/frame_full_top.png');
}

.frame_full::after {
  content: url('../images/shared/frame_full_bottom.png');
}

#footer {
  height: 40px;
  padding-top: 118px;
  margin-top: -60px;
  text-align: center;
  background: url('../images/shared/footer.repeat.jpg') repeat-x top;
}

li {
  line-height: 1.5;
}

h1 {
  color: #E5A926;
  margin-top: 1em;
  padding-top: 0;
  font-weight: normal;
  font-size: 2em;
}

h2 {
  color: #E5A926;
  margin-top: 0em;
  margin-bottom: 0.5em;
  padding-top: 0;
  font-weight: normal;
  font-size: 1.5em;
}

h3 {
  color: #E5A926;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  padding-top: 0;
  font-weight: normal;
  font-size: 1.25em;
}

h4 {
  color: #665;
  margin-top: 0px;
  padding-top: 0;
  font-weight: normal;
  font-style: italic;
  font-size: 1em;
}
