html {
  font-size: 20px;
}
body {
	text-align: center;
	margin: 0;
	font: 50% Verdana, Arial;
	line-height: 1.4;
	color: #333;
}
a {
  color: #333;
}


/* Messes up Google translated page's tooltip */
/*
div {
  position: relative;
}
*/
img {
	border: none;
}
div#container {
  width: 994px;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 15px;
  position: relative;
}
div.clearThis {
  clear: both;
  float: none;
  height: 1px;
  font-size: 1px;
}

div#header {
  width: 994px;
  height: 130px;
  position: relative;
}
html>body div#header {
  height: auto;
  min-height: 130px;
}
div#headerLinks {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1.2em;
  text-align: right;
}
div#headerLinks a {
  padding-left: 14px;
}
div#headerLinks p {
  margin: 0 0 10px 0;
}
div#headerLinks p#languageLinks img {
  position: relative;
  top: 5px;
}
div#headerLinks p#languageLinks a {
  padding-left: 8px;
}

div#headerLogo {
  position: absolute;
  top: 10px;
  left: 10px;
}
div#headerLogo h1 {
  margin: 0;
  color: #E40022;
  font-size: 2em;
}

div#tabLinks {
  border-top: 1px solid #666;
  height: 22px;
  padding: 12px 0 0 6px;
  padding-bottom: 4px;
  clear: both;
  background-color: #FDFACA;
  font-size: 1.1em;
  line-height: 1.4;
  position: relative;
}
html>body div#tabLinks {
  height: auto;
  min-height: 21px;
}
ul#linksBar {
  position: absolute;
  top: 12px;
  right: 15px;
  text-align: right;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul#linksBar li {
  padding-left: 6px;
  display: inline;
}
div#innerLeftContainer {
  float: left;
  margin-bottom: 0;
}
div#leftColumn {
  float: left;
  margin: 15px 0 0 0;
  background: url(../images/column-left-middle.gif) top left repeat-y;
}

div.columnContent { 
  padding: 6px 15px 0 15px;
  height: 100%;
}
div.columnContent div.advertItem {
  width: 150px;
  padding: 10px;
  /*background-color: #D0DEBB;*/
  margin-bottom: 10px;
}
div.ruledAd {
  width: 150px;
  padding: 9px;
  border: 1px black solid;
  margin-bottom: 9px;
}
div.ruledAdYellow {
  width: 150px;
  padding: 9px;
  border: 1px black solid;
  background-color: yellow;
  margin-bottom: 9px;
}
div.ruledAdWhite  { background-color: #ffffff; margin-bottom: 9px; padding: 9px; width: 154px; border: solid 1px black }
div.ruledAdWhiteRb {
  width: 150px;
  padding: 9px;
  border: 1px red solid;
  background-color: #ffffff;
  margin-bottom: 9px;
}
div#middleColumn {
  width: 538px;
  padding: 15px;
  float: left;
  font-size: 1.2em;
}
div#contentTopBanner {
  height:100px;
  padding: 10px;
  background-color: #D1EAD3;
  margin-bottom: 15px;
}
div#contentClassifieds {
  margin-bottom: 15px;
  background-color: #EAD6D0;
  padding: 13px 0 0 13px;
  min-width: 2px;
}
div.classifiedsItem {
  width: 150px;
  padding: 10px;
  height: 140px;
  background-color: #B9AA9B;
  margin-right: 13px;
  margin-bottom: 13px;
}

div.columnContent div.classifiedsItem {
  margin-bottom: 10px;
}

div#contentClassifieds div.classifiedsItem {
  float: left;
}
div#contentWelcome {
  padding: 10px;
  background-color: #BBC7DF;
}
div#rightColumn {
  width: 200px;
  float: right;
  margin: 15px 0 0 0;
  background: url(../images/column-right-middle.gif) top left repeat-y;
}
div#footer {
  clear: both;
  border: 1px #666 solid;
  padding: 5px;
  margin-top: 9px;
}
