#Header{
  height:150px;
  background:#50A69D url("Images/HeaderLogo.jpg") no-repeat center;
  padding:0px;
}

#Main{
   background:#C2C0FF;
}

#Content{
   font-family: cursive;
   font-size: 16px;
   float: left;
   Width: 600px;
   Padding: 30px 0px 30px 0px;
   text-align: justify;
}

#Sidebar{
   Width: 300px;
   Padding: 30px 0px 30px 30px;
   text-align: center;
   float: right;
}
#Footer{
  height:30px;
  background:#50A69D;
  padding:0px;
  margin: 0 auto;
  text-align: center;
  font-family: cursive;
  font-size: 16px;
  color: white;
}

#Menu{
  height:30px;
  background:#50A69D;
  padding:0px;
  margin: 0 auto;
  text-align: center;
  font-family: cursive;
  font-size: 16px;
  color: white;
}
#Menu a:link, a:visited{
  color: white;
  text-decoration: none;
}

#Menu a:hover{
  color: black;
  text-decoration: none;
  background: #C2C0FF;
}

a.barbados:link, a.barbados:visited{
  color: red;
  text-decoration: none;
}

a.barbados:hover{
  color: white;
  text-decoration: none;
  background: #50A69D;
}

#MainPage{
  margin-left: auto ;
  margin-right: auto ;
  padding:0px;
  width: 950px;
}

h2{
  text-decoration: underline;
}