a
.left {
  float: left;
  margin: 1em 2em 1em 0em;
}

.right {
  float: right;
  margin: 1em 0em 1em 2em;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

/* ********************** */

.wiki_editSection2 {
  margin-top: -3.0em;
}

.wiki_editSection3 {
  margin-top: -3em;
}

/* ********************** */
/* G E N E R A L */
/* ********************** */

body {
  color: #222;
  font-family: verdana, arial, sans-serif;
  background: #fff;
  margin: 0px;
  line-height: 2em;
  font-size: 80%;
}


a img {
  border: 0px;
}

a.image {
  padding-left: 0px;
  padding-right: 0px;
}

a {
  font-weight: bold;
  font-size: inherit;
  text-decoration: none;
  color: #d02090;
}

a:hover {
  color: #2020d0;
}

h1, h2, h3 {
  font-style: normal;
  font-weight: bold;
}


h1 {
  font-size: 200%;
  color: #000;
  margin: 1em auto 3em auto;
  text-align: center;
  padding-bottom: 1em;
  background: url('bar.png') no-repeat bottom center;
}

h2 {
  font-size: 160%;
  color: #000;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 1em;
  background: url('bar.png') no-repeat bottom center;
}

h3 {
  font-size: 120%;
  color: #666;
}

p {
  margin-top: 0.5em;
  margin-bottom: 1em;
}

hr {
  width: 60%;
}

/* ********************** */
/* L A Y O U T */
/* ********************** */

#main {
}

#mainContent {
  margin: 0px 220px 0px 220px;
  max-width: 650px;
}

#sidebar {
  background: url('sidebar.png') no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 210px;
  float: left;
  height: 1100px;
  padding: 100px 0px 0px 0px;
  z-index: 5;
}
#adverts {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #000 url('adbackground.png') no-repeat;
  color: #fff;
  height: 1100px;
  width: 220px;
}

#advertAnimation {
  text-align: right;
  margin-left: 60px;
  height: 250px;
}

#advertsMain {
  margin-left: 60px;
}

.smallInner {
  margin: 0 1em 1em 1em;
}

.largeInner {
  margin: 0 2em 2em 2em;
}

.navigation {
}

#toolsOuter {
  position: relative;
}

#tools {
  position: absolute;
  right: 0px;
}

#tools ul {
  text-align: right;
  margin: 0px;
  list-style: none;
}

#tools ul li {
  float: left;
  margin-left: 1.5em;
}

.thumbnailItem, .thumbnailImage, .thumbnailLabel {
  width: 180px;  
}
.thumbnailItem {
  position: relative;
  height: 150px;
  border: 1px solid #ccc;
  margin: 10px;
}
.thumbnailImage {
  position: absolute;
  bottom: 30px;
  text-align: center;
}

.thumbnailLabel {
  position: absolute;
  bottom: 0px;
  height: 30px;
  text-align: center;
}


