.top {
 width:100%;
 height:65px;
 background-image: url(../images/topframeheader_bg.jpg);
 background-color: #9f3b57;
 color: white;
 background-repeat:repeat-x;
}

.top .title {
 font-size: 30px;
}

.top p {
 border: 0;
 margin: 0;
 font-size: 25px;
}

.bottom {
 width:100%;
}

.menu {
  width:155px;
  padding: 0px;
}

.menutop {
 background-image: url(../images/menutopbg.gif);
 background-repeat: repeat-y;
}

.menumiddle {
  background-image: url(../images/menubg.gif);
  background-repeat: no-repeat;
  height: 200px; /* minimal height, just for the background */
  color: #ffffff;
  margin: 0px;
  padding-left: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  font-family: Arial, Helvetica;
  font-size: 11px;
  text-decoration: none
}

.menuitem, a.menuitem:link, a.menuitem:visited, a.menuitem:hover {
  width: 100%;
  background-color: #9F3B57;
  color: #ffffff;
  margin: 0px;
  padding-left: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  font-family: Arial, Helvetica;
  font-size: 11px;
  text-decoration: none
}

div.menuitem {
  width:150px;
  background-color: #9F3B57;
  margin-left: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding: 0px;
}

a.menuitem:hover {
  background-color: #79A1B8;
}

.menusection {
  margin-left: 5px;
  margin-top: 2px;
  margin-bottom: 5px;
  padding: 0px;
}

.loginsection {
   margin-top: 0px;
   padding-bottom: 0px;
   padding-top: 0px;
   padding-left: 5px;
   padding-right: 5px;
   margin-left: 5px;
   margin-right: 20px;
   border: 1px solid #fff;
}

.loginsection input {
 padding: 0px;
 margin-left: auto;
 margin-right: auto;
 width: 108px;
}


.main {
 position: absolute;
 top: 65px;
 left:155px;
 height:100%;
 right: 0px;
 padding: 10px;
 height:120px;
}



