/* Main.css */

* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background: black;
}

.linkTitle {
  color: white;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  margin: -140px 0 0 695px;
  //margin: 10px -300px;
  padding: 5px;
  width: 240px;
  text-align: center;
  list-style-type: none;
  background: black;
}

#Main .SiteContent {
  margin: 10px auto;
  border: 1px solid white;
  width: 800px;
}

#Main .SiteContent a img{
  border: none;
}

.SectionMenu {
  vertical-align: top;
  width: 150px;
  background: white;
  background: #3a7cd5 url(/images/sectionmenu/background-sectionmenu.gif) repeat-x bottom;
}

.Content {
  vertical-align: top;
  background: #d7dce2;
  width: 700px;
  min-height: 600px;
  padding: 10px; 
}

* html .Content {
  height: 500px;
  display: table-cell;
}

.Adworks {
  width: 13%;
  vertical-align: top;
  background: black;
}

.Footer {
  background: url(/images/footer/footer1.jpg);
  height: 50px;
  border-top: 1px solid white;
}

.Footer .bottom {
  text-align: right;
  color: white;
  margin-right: 10px;
}

.Footer .bottom a {
  color: white;
}

.Footer .bottom {
  margin-left: 10px;
  color: black;
  font-weight: bold;
}

.contact {
  margin-top: 40px;
}

.contact p {
  text-align: center;
}

.valid {
  text-align: center;
  font-size: 16px;
}





