    /* css for milkshakezombie.com */

p {
    color: black;
  }

a {
    color: black;
    text-decoration: none;
  }
  

a:visited {
           color: grey;
           text-decoration: none;
	  }

a:hover {
	 text-decoration: underline;
	 color: white;
	}

body {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 80%;
	color: black;
	background-color: #d9d9d9;
	margin: 4em;
	padding: 0;
     }
     
     
img {
	border-style: none;
	border-width: 0;
    }

#nav {
      font-weight: bold;
      font-size: 120%;
      line-height: 150%;
      float: left;
      width: 10%;
      text-align: justify;
      display: inline;
     }
     

#nav, #nav ul {
  	       padding: 0;
	       margin: 0;
	       list-style: none;
               display: inline;
              }

#nav a {
	display: block;
	width: 10em;
        display: inline;
       }

#nav li {
	 float: left;
	 width: 10em;
         display: inline;
        }
        
#nav li ul {
	    position: absolute;
	    width: 10em;
	    left: -999em;
            display: inline;
           }
           
#nav li ul li {
               background-color: #eeeeee;
               font-size: 80%;
               line-height: 110%;
               display: inline;
	      }
	      
#nav li ul li a {
		 color: black;
                 display: inline;
		}

#nav li:hover ul {
	          left: 10em;
                  display: inline;
                 }
                 
#nav li:hover ul, #nav li.sfhover ul {
	                              left: 7em;
                                      display: inline;
                                     }

#content {
	  margin: 0 20% ;
	  postition: absolute;
	  text-align: justify;
         }

#header {
	 text-align: center;
	}

#advert {
         position: absolute;
         width: 14em;
         text-align: justify;
         top: 20em;
         margin-top: 0em;
         left: 85%
        }
        
#footer {
	 clear: both;
	 margin-top: 150px;
	}