body {
  margin:0px; padding:0px;
  color: black;
  background: white url("../images/body-background.png") repeat-x;
  font-family: Arial,Sans-serif;
  font-size: small;
  width: 1000px;
}
img {
  border: none;
}

p {
  margin: 10px 0px;
  padding: 0;
}

a {color: white; text-decoration: underline}
a:hover {color: silver; text-decoration: none}

/*layout*/

#content {
	width: 1000px;
	margin: auto;
}

#header {
	margin: 0px;
	text-align: left;
	float: left;
	width: 100%;
	border-bottom: 0px solid white;
	background: black url("../images/header-background.png") repeat-x;
}

#mainPanel {
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#footer {
  border: 0px solid red;
	padding: 5px;
	margin-top: 0px;
	font-size: small;
	clear: both;
	float: left;
	width: 100%;
}

hr.cleaner {
	clear:both;
	display: none
}

h1, h2, h3, h4, h5, h6 {color: #993399; font-weight: normal; margin: 0 0 14px 0;}
h1 {font-size: 24px;}
h2 {font-size: 16px; margin: 17px 0px; font-weight: bold;}
h3 {font-size: 13px; text-transform: uppercase; margin: 10px 0 5px 0}


/* MAIN MENU */
#main-menu {
  overflow: hidden;
  width: 100%;
  _height: 39px;
	min-height: 39px;
	height: 39px;
	background: #990000 url("../images/main-menu-bg.png") repeat-x left top;
}
#main-menu ul {
  margin: 0;
  padding: 0;
}
#main-menu ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline;
}
#main-menu ul li a {
  color: white;
  font-size: 90%;
  text-align: center;
  display: block;
  _height: 26px;
	min-height: 26px;
  border-left: 0px solid white;
  padding-top: 12px;
  width: 130px;
  float: left;
  margin: 0px;
  text-decoration: none;
  background: #990000 url("../images/main-menu-bg.png") repeat-x left top;
  
}
#main-menu ul li a:hover {
  color: black;
  background: #990000 url("../images/main-menu-bg-hover.png") repeat-x left top;
}
#main-menu ul li a.active {
  background: #990000 url("../images/main-menu-bg-hover.png") repeat-x left top;
  color: black;
  text-decoration: underline;
}

#main-menu ul li a.now {
  z-index: 3;
  background: url("../images/main-menu-bg-now.png") no-repeat right top;
}
#main-menu ul li a.now:hover {
  z-index: 3;
  background: url("../images/main-menu-bg-now-hover.png") no-repeat right top;
}


div#mainPanel-top {
  background: white url("../images/mainPanel-top-background.png") no-repeat; 
	padding: 30px;
	border: 0px red solid;
	color: white;
	padding-bottom: 0px;
}

.decorationImage {
  float: left;
  margin-right: 20px;
}
div#mainPanel-top h2 {
  margin-top: 0px;
  font-size: xx-large;
}
div#mainPanel-top h2, a {
  text-decoration: none;
  color: #f8e10b;
}
div#mainPanel-top h2, a:hover {
  text-decoration: none;
  color: #f8e10b;
}

img.screenshot {
  border: 1px solid #cc99cc;
  padding: 3px;
}

div#mainPanel-bottom {
	border: 0px red solid;
}

div#leftPanel {
  border: 0px red solid;
  width: 750px;
  float: left;
}

div#rightPanel {
  margin-top: 10px;
  padding: 10px 0px;
  float: right;
  width: 245px;
  border: 0px red solid;
  _height: 300px;
	min-height: 300px;
  background: #8a57a3 url("../images/news-background.png") no-repeat;
  color: white;
}

div#rightPanel div {
  padding: 0px 20px;
}
div#rightPanel h3 {
  color: black;
  font-weight: bold;
  background: #990000 url("../images/main-menu-bg-hover.png") repeat-x left top;
  padding: 10px 20px;
}

div#rightPanel h4 {
  color: yellow;
  margin: 5px 0px;
  font-weight: bold;
}

div#footer img.logo-bottom {
  float: left;
  margin-right: 50px;
}

div#footer p {
  padding: 20px 0px;
}
div#footer a {
  color: black;
  text-decoration: underline;
}
div#footer a:hover {
  text-decoration: none;
}

img.logo {
  float: left;
}

div#select-language {
  color: white;
  line-height: 2em;
  padding: 5px;
  float: right;
  border: 0px red solid;
  margin-top: 15px;
  width: auto;
  background: url("../images/select-language-background.png") right no-repeat; 
}
div#select-language img {
   border: 1px solid grey;
}

div.review-tab {
  background: white url("../images/review-tab-background.png") no-repeat;
  _height: 230px;
	min-height: 230px;
	width: 670px;
	margin-left: 20px;
	float: left;
	padding: 30px;
	border: 0px red solid;
}

img.review-picture {
  border: 1px solid #cc99cc;
  padding: 3px;
  float: left;
  margin-right: 20px;
}

div.review-tab h2 {
  margin-left: 170px;
  border-bottom: 1px solid #993399; 
}
div.review-tab h2 a {
  float: right;
  color: black;
  font-weight: normal;
  font-size: small; 
}

div.subpage-content {
	width: 670px;
	margin-left: 20px;
	float: left;
	padding: 30px;
	border: 0px red solid;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
