#menue {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 175px;
  padding: 10px 0px 10px 10px;
  border: 1px #aaa solid;
  background-color: #fff;
  } 
  
#facebook {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 230px;
  padding: 10px 0px 10px 10px;
  border: 1px #aaa solid;
  background-color: #fff;
  z-index: 4;
  } 

#updates {
  position: absolute;
  top: 170px;
  right: 15px;
  width: 230px;
  padding: 10px 0px 10px 10px;
  border: 1px #aaa solid;
  background-color: #fff;
  z-index: 3;
  }     
 
#content {
  position: absolute;  
  top: 0px;
  left: 210px;
  width: 760px;
  padding: 10px;
  border: 1px #aaa solid;
  margin: 15px 0px 15px 0px;
  background-color: #fff;
  z-index: 5;
  }

#text { 
  position: absolute;
  top: 2000px;
  right: 0px;
  padding: 20px;
  z-index: 1;
  background-color: #fff;
  }  


A {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; text-decoration : none; }
A:link {color:#01257F; }
A:visited { color:#01257F; }
A:hover { color:#01257F; text-decoration:underline; font-weight: normal; }
A:active {color:#01257F; text-decoration:none; font-weight: normal; }



h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: normal; color:black; letter-spacing : 1px  }
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color:black; letter-spacing : 1px  }
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; color:#000 }
p  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal; color:black }

