body{
  margin:0 auto;
  width:950px;
  font-size:16px;
  color:#010101;
  background-color:#fdfdfd;
}

a{
  text-decoration:none;
  color:#007bbb;
}

.header {
  background-color:#945E8D;
  font-size:20px;
  height:25px;
  padding-left:10px;
}

.header a{
  font-weight:bold;
  font-size:large;
  text-shadow:-1px -1px 1px #561a0b;
  color:#f8f8f8;
}

.menu {
  float:left;
  background: #F39800;
  width:11%;
  padding:12px 2%;
}

.menu a{
  height:1.2em;
  line-height:1.2em;
  font-size:20px;
  border-top:1px solid rgba(0,0,0,0.5);
  border-bottom:1px solid rgba(225,225,225,0.5);
  text-shadow:1px 1px 1px rgba(0,0,0,0.5);
  background:rgba(225,225,225,0.3);
  padding-left:15px;
  color:#545454;
  display:block;
  font-weight:bold;
}

.menu a:first-child{
  border-top:0px;
}

.menu a:last-child{
  border-bottom:0px;
}

.menu a:hover {
  text-shadow:-1px -1px 1px rgba(225,225,225,0.3);
  background:rgba(0,0,0,0.1);
}
.main {
  float:right;
  background-color:#EDE0E6;
  padding:1em 1%;
  width:83%;
}

.underline{
  border-bottom: 1px dotted #999;
  line-height: 2em;
  display: inline;
  padding-bottom: 2px;
}

.footer {
  clear:both;
  background-color:#D70066;
  text-align:center;
  padding:5px 0;
}

.footer a{
  color:#f8f8f8;
}