html {
  overflow: auto;
  overflow-x: hidden;
}

body {
  background: no-repeat #252525 url(images/flag.png) center center;
  margin: 0;
  padding: 0;
}

* {
  font-size: 10pt;
  font-family: Tahoma, Verdana, sans-serif;
  color: black;
  text-align: left;
}

.list {
  margin: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

/* === Containers === */
#third_container {
  margin: 5% auto;
  width: 80%;
  /* background width (800) - title width (50) */
  max-width: 750px;
}

/* === Menu === */
#menu {
  height: 31px;
  padding-right: 2px;
  margin: 0;
  list-style: none;
  min-width: 575px;
}

#menu li {
  float: right;
  display: block;
  width: 82px;
  height: 31px;
}

#menu a {
  background-image: url('images/taba2.png');
  display: block;
  width: 82px;
  height: 31px;
  background-color: inherit;
  text-decoration: none;
  line-height: 31px;
  text-align: center;
}

#menu a:link, #menu a:visited {
  color: #b1b1b1;
}

#menu a:hover, #menu a:active {
  background-image: url('images/taba.png');
  color: white;
}

#menuselected {
  display: block;
  width: 82px;
  height: 31px;
  background-image: url('images/taba.jpg');
  text-decoration: none;
  line-height: 31px;
  color: white;
  text-align: center;
}

/* === Language menu === */
#submenu {
  float: left;
  height: 31px;
  width: 300px;
  padding-left: 10px;
  margin: 0;
  list-style: none;
}

#submenu li {
  float: left;
  display: block;
  width: 82px;
  height: 31px;
}

#submenu a {
  display: block;
  background-image: url('images/tabb2.png');
  width: 82px;
  height: 31px;
  background-color: inherit;
  text-decoration: none;
  line-height: 25px;
  text-align: center;
}

#submenu a:link, #submenu a:visited {
  color: #b1b1b1;
}

#submenu a:hover, #submenu a:active {
  background-image: url('images/tabb.png');
  color: white;
}

#submenuselected {
  display: block;
  width: 82px;
  height: 31px;
  background-image: url('images/tabb.png');
  text-decoration: none;
  line-height: 25px;
  color: white;
  text-align: center;
}

/* === Other Divs === */
.border {
  padding-left: 146px;
  background: no-repeat url('images/back.jpg') left center;
  border: 10px solid #252525;
  min-width: 445px;
}

.title {
  position: absolute;
  margin-left: 15px;
  margin-top: 25px;
  width:  74px;
  height: 286px;
  background: no-repeat url('images/swag.png') center right;
}

.content {
  /* the approximate height of the SWAG image */
  min-height: 350px;
  border-left: 2px solid #252525;
  max-height: 500px;
  overflow: auto;
  padding: 7px;
  /* give it a transparent background */
  background: url('images/opacity80.png');
}

.designinfo {
  margin-top: 5px;
  text-align: right;
  color: #b1b1b1;
  background-color: inherit;
}

/* === Inline Text Styles === */
h1 {
  margin-left: 10px;
  font-size: 16px;
  background-color: inherit;
  border-left: 5px black;
}

a {
  color: #980000;
  text-decoration: none;
  font-weight: bold;
}

a:hover, .text a:active {
  color: red;
}

blockquote {
  margin: 3px 0 3px 0;
  padding: 5px 10px 5px 10px;
}

.note {
  display: block;
	margin: 10px 15px 10px 15px;
	color: #555555;
}

.bold {
  font-weight: bold;
}

.text {
  display: block;
  margin: 5px 5px 20px 12px;
}
