body {  background-color: white; 
	  }	  
	  

#top {background-color: white;
	position: absolute;
	width: auto;
	height: 114px;
	top: 8px;
	left: 5px
	bottom: auto
     margin: 0px;
     padding: 0px;
     }

#nav { 
    background-color: white; 
    font-family: arial, lucida, sans-serif; 
    position: absolute;
    width: 157px;
    height: auto;
    top: 122px;
    left: 8px;
    right: auto;
    bottom: auto;
    margin: 0px;
    padding: 0px;
    color: black; 
     }
     
#nav p {padding-left: 5px;
        font-size: 110%;
        line-height: 130%;
        }     
         
#content {position: absolute;
		top: 107px;
		left: 165px;
		right: auto;
	   font-family: arial, lucida, sans-serif; background-color: white;
	   padding: 0;
	   margin: 0;
       color: black;
       width: 523px;
	   }
	   		
#board table {border-style: none;
		width: 523px;
		}
		
#board td {vertical-align: top;
		width: 240px;
		padding: 10px;
		}

h1.reddrop  {color:red;text-shadow: 4px 4px 4px grey;text-align:center;}

img {border:0 none}

#nav a:link { 
	text-decoration: none; 
	color: black;
	}
	
#nav a:visited { 
	text-decoration: none; 
	color: grey;
	}
	
#nav a:hover, a:active { 
	text-decoration: none; 
	color: red;
	}
	

