/* mainpage.css */


 
.SiteContent {
  width: 100%;
}

#Content {
  margin: auto;
  width: 930px;
}

.SiteMenuSection {
  background: #ECEEEF;
  height: 600px;
  display: table-cell;
}

#StructureTable {
  clear: both;
  margin: auto;
  width: 930px;
}

#StructureTable td {
  vertical-align: top;
}


#MainContent {
  width: 100%;
  min-height: 320px;
  _height: 320px; /* ie6 hack */
  _display: table; /* ie6 hack */
}

.link-title a {
  font-size: 12px;
  text-decoration: none;
  color: #666666;
  line-height: 20px;
}

h1, h2, h3 {
  margin: 10px 0;
}

p {
  margin-bottom: 10px;
  font-size: 12px;
  text-align: justify;
}
