body { 
  background: #ffffff url(mether_01.jpg) no-repeat fixed; 
  background-position: 10px 100px;
}

div#menu {
  border-width: 3px;
  position: absolute; 
  right: 90px; 
  top: 100px;
}

div#closer {
  position: absolute;
  right: 340px;
  top: 532px;
}

div#profile_link {
  position: absolute;
  right: 550px;
  top: 532px;
}

div#content {
  border-color: #cdb7b1;
  border-style: inset; 
  border-width: 6px;
  padding-left: 3px;
  padding-right: 3px;
  padding-top: 3px;
  padding-bottom: 3px;
  z-index: 1;
  float: none;
  visibility: visible;
  margin: 2px;
  position: absolute;
  right: 340px;
  top: 110px;
  background-color: #ffffff;
  height: 400px;
  width: 500px;
  font-family: Geneva, sans-serif;
  font-size: 14pt;
  overflow: auto;
}


.first {
  color: #663333;
  font-family: Geneva, sans-serif;
  font-size: 20px;
} 

.second {
  color: #000000;
  font-family: Geneva, sans-serif;
  font-size: 14px;
} 

.centered {
  text-align: center;
  vertical-align: middle;
}

.third {
  border-color: #cdb7b1;
  color: #663333;
  font-family: Geneva, sans-serif;
  font-size: 16px;
} 

.third:hover {
  border-color: #663333;
  color: #000000;
  font-family: Geneva, sans-serif;
  font-size: 16px;
} 

.closer {
  color: #663333;
  font-family: Geneva, sans-serif;
  font-size: 16px;
}

.closer:hover {
  color: #000000;
}

.list {
  color: #000000;
  font-family: Geneva, sans-serif;
  font-size: 14px;
  margin-left: 20px;
} 

a:active { 
  text-decoration: none; 
} 

a:link { 
  text-decoration: none; 
}

a:visited { 
  text-decoration: none; 
} 

a.menu_link {
  color: #663333;
  font-family: arial;
  font-size: 26px;
  max-width: 300px;
}
a.menu_link:visited {
  color: #663333;
}
a.menu_link:hover {
  color: #777;
}

a.submenu_link {
  text-decoration: none; 
  font-family: arial, sans-serif;
  font-size: 16px;
  color: #111111;
  padding-left: 16px;
}
a.submenu_link:hover {
  text-decoration: underline; 
  color: #777;
}

