/* Style sheet for Pearls homepage v3 */

body {
    background-image : url('images/background.jpg');
    font-family : Georgia, Verdana, Arial, Helvetica;
  }

/* Page */

#page {
    position : relative;
    width: 800px;
    margin: 0 auto;
  }

/* Logo (top left) */

#logo {
    background-color : white;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 190px;
    height: 110px;
  }

/* Top */

#top {
    background-color : white;
    position: absolute;
    top: 0px;
    left: 195px;
    width: 605px;
    height: 110px;
  }

/* Menu */

#stats {
    height : 147px;
    left : 20px;
    position : absolute;
    top : 350px;
    width : 115px;
    visibility : hidden;
}

#menu {
    background-color : white;
    height : 570px;
    left : 0px;
    position : absolute;
    top : 115px;
    width : 190px;
    overflow : auto;
  }


#menu h1 {
    color : #000000;
    margin-left : 5px;
    margin-right : 5px;
    font-size : 20px;
    border-bottom: 2px #000000 dotted;
  }


#menu p {
    font-size : 16px;
    margin-left : 5px;
  }


#menu a {
    color : #ae6b6b;
    cursor : pointer;
    font-size : 16px;
    font-style : normal;
    text-decoration : none;
    margin-left : 5px;
  }

#menu a:hover {
    font-weight : bold;
  }

#menu sup {
    color : #ff0000;
    font-size : 10px;
    text-decoration : blink;
  }

/* Content */

#flashPlayer {
    margin-left : 5px;
  }

#content {
    background-color : white;
    height : 570px;
    left : 195px;
    position : absolute;
    top : 115px;
    width : 605px;
    overflow : auto;
  }


#content h1 {
    color : #000000;
    font-size : 20px;
    font-style : inherit;
    margin-left : 5px;
    margin-right : 5px;
    border-bottom: 2px #000000 dotted;
  }


#content h2 {
    color : #000000;
    margin-left : 5px;
    font-size : 16px;
    font-style : italic;
  }


#content p, form, embed, ul,li,td, tr {
    margin-left : 5px;
    color : #000000;
    font-size : 14px;
  }


#content a {
    margin-left : 5px;
    cursor : pointer;
    font-size : 14px;
    font-style : normal;
    text-decoration : none;
  }


#content a:hover {
    margin-left : 5px;
    font-weight : bold;
  }

/* Footer */

#footer {
    height : 40px;
    left : 0px;
    position : absolute;
    top : 690px;
    width : 800px;
  }


#footer p {
    color : #000000;
    font-size : 14px;
    font-style : italic;
  }


#footer a {
    cursor : pointer;
    font-size : 14px;
    font-style : normal;
    text-decoration : none;
  }


#footer a:hover {
    font-weight : bold;
  }

/* EOF */