* {
    background-color:#000;
    color : #fff;
    font-family : helvetica, arial, sans-serif;
    font-size : 15px;
    margin-bottom : 0;
    margin-left : 0;
    margin-right : 0;
    margin-top : 0;
    padding-bottom : 0;
    padding-left : 0;
    padding-right : 0;
    padding-top : 0;
  }


ul li {
    list-style-type : none;
    text-decoration : none;
  }


a {
    color : green;
    text-decoration : none;
  }


a:visited {
    color : green;
    text-decoration : none;
  }


a:hover {
    color : white;
    text-decoration : none;
  }

#top h1 {
    font-size : 1.5em;
    text-align: center;
  }


#leftnav {
    position : absolute;
    left : 10px;
    width: 179px;
    padding: .5em;
    border: 1px solid white;
  }


#leftmassage {
    border-bottom-color : white;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    border-left-color : white;
    border-left-style : solid;
    border-left-width : 1px;
    border-right-color : white;
    border-right-style : solid;
    border-right-width : 1px;
    border-top-color : white;
    border-top-style : solid;
    border-top-width : 1px;
    left : 10px;
    padding-bottom : .5em;
    padding-left : .5em;
    padding-right : .5em;
    padding-top : .5em;
    position : relative;
    text-align : center;
    top : 100px;
    width : 179px;
  }

#call {
    left : 10px;
    position : relative;
    text-align : center;
    top : 130px;
    width : 179px;
  }

#content {
    margin-right:10px;
    margin-left: 210px;
    border: 1px solid white;
    padding: .5em;
  }


#footer {
    align : center;
    bottom : 0px;
    position : absolute;
  }

#logo {
    height:172px;
    width:200px;
    background-image: url('rect3810.png');
  }

