﻿body
{
  background-color: #554444;
  margin: 0px;
  padding: 0px;
  color:#dddddd;
}

#MainContainerOuter
{
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#MainContainerInner
{
  width: 770px;
  background-color: Black;
  height: 5500px;
  margin:0 auto;
}

#Header
{
  text-align: center;
  width: 100%;
  border-bottom: solid 5px #773333;
  padding:0px;
}

.MenuLeft
{
  width: 150px;
  float: left;
  background-color: #6f94be;
  border: solid 2px #773333;
  height: 275px;
  text-align: left;
}

.MenuRight
{
  width: 150px;
  float: right;
  background-color: #6f94be;
  border: solid 2px #773333;
  height: 275px;
  text-align: right;
}

.MenuItem
{
  border-bottom: solid 1px #773333;
  font-size: large;
  font-weight:bold;
  padding: 0px;
  margin: 0px;
  height: 30px;
}

.MenuItem a
{
  text-decoration: none;
  color: #363636;
  width: 100%;
  height: 100%;
  display: block;
}

.MenuItem a:hover
{
  text-decoration: none;
  color: #363636;
  background-color: #888877;
  width: 100%;
  display: block;
}
