﻿body {
  margin: 15px 15px 15px 15px;
  padding: 0;
  background-color: #666666;
  color: #ffffff;
  font-family: Sans-Serif, Arial, Helvetica;
  font-size: 12px;
}

h1, h2, h3, h4, h5 {
  font-family: Sans-Serif;
}

a {
  color: #00CC00;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#wrapper {
  border: solid 1px #999999;
  margin: 0;
  padding: 15px;
  position: relative;
  background-color: #000000;
}

.gallery {
  margin-left: 75px;
  text-align: right;
}

.gallery img {
  border: 1px solid #666666;
  display: none;
}

#Logo {
  position: absolute;
  right: 0px;
  top: 0px;
}

#Header {
  margin-top: 20px;
}

#TopNavigation {
}

#SideBar {
  width: 200px;
  margin: 10px;
  border: solid 1px #666666;
  background: #202020;
  float: left;
  padding: 10px;
  min-height: 300px;
}

#SideBar h1 {
  font-size: 24px;
}

#Main {
  min-height: 500px;
  margin-right: 10px;
  margin-top: 10px;
  margin-left: 10px;
}

#Main h1 {
  background-color: #202020;
  color: #999999;
  font-size: 3em;
  font-weight: bold;
  font-style: normal;
  font-family: Sans-Serif, Arial, Helvetica;
  text-align: right;
  padding-right: 10px;
}

#Footer {
  font-size: .8em;
}

ul.links {
  margin-left: 0px;
  padding-left: 0px;
  list-style-type: none;
}
