﻿div.ads {
  background: transparent url("../images/background_ads.png") no-repeat scroll 0% 0%;
  display: inline;
  float: left;
  height: 540px;
  padding: 51px 10px 0px 10px;
  text-align: center;
  width: 220px;
}

div.ads a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
}

div.buttons {
  float: left;
  padding: 0px 10px 10px 10px;
  width: 70px;
}

div.buttons a img {
  padding-top: 10px;
}

div.contents {
  display: inline;
  float: right;
  width: 650px;
}

div.contents p {
  margin-bottom: 15px;
}

div.header {
  overflow: auto;
}

div.nav {
  height: 30px;
  line-height: 30px;
  margin-top: 175px;
  text-align: center;
}

div.nav a {
  font-size: 14pt;
  margin: 0px 6px;
  text-decoration: none;
  text-transform: uppercase;
}

div.nav a:hover {
  color: #554130;
}

div.nav a.selected {
  color: #fff2d9;
  font-size: 14pt;
  margin: 0px 6px;
  text-decoration: mone;
  text-transform: uppercase;
}

div.page {
  background: transparent url("../images/background_page.png") no-repeat scroll 0% 0%;
  margin: 20px auto 0px auto;
  height: 550px;
  width: 900px;
}

div.slogan {
  display: inline;
  float: left;
  padding: 51px 0px 10px 10px;
  width: 600px;
}

div.slogan p {
  line-height: 10pt;
  padding: 8px 0px 0px 2px;
  width: 110px;
}

p.quote {
  font-weight: bold;
  text-align: center;
}

p.quote a {
  color: #fff2d9;
}