body {
	margin: 1px;
	color: #333333;		
	background-image: url(background1.jpg);
	background-repeat: repeat-y;	
}

p {
	width: 80%;
}
table {
	border: 1px;
	width: 525px;
	
}
td { 
	vertical-align: top;
}
th { 
	vertical-align: baseline;
}

a:link {
	color: 333399;
	text-decoration: underline;
	font-weight: bold;
	text-decoration:none;
}

a:visited { 
color: 333399;
font-weight: bold;
text-decoration:none;
}

a:hover {
color: white;
padding-bottom: 5px;
font-weight: bold;
text-decoration:none;
}  
a:active { 
color: black;
font-weight: bold;
text-decoration:none;
} 



img.b {
  display: block; 
}

img.b46860 {
  width: 60px; 
  height: 80px;
  border: 2px;
  border-color: black; 
}
img.signfull{
  width: 150px; 
  height: 199px;
}

img.ball{
	width: 15px;
	height: 15px;
}
img.sponsor{
	width: 150px;
	height: 53px;
}

img.toppic{
	width: 100%;
	border: 0;
}
img.holes{
	width: 300px;
	height: 400px;
}

#menu {
	position:absolute;
    left:25px;
    top:250px;
    width:260px;
        
    }

#main {
	position: absolute;
    left:80px;
	width: 850px;	
	padding: 0 0 20px 150px; 
	margin-top: 50px;
	margin-left: 20px;
}

#scorecard {
	position: static;
	padding: 0 0 0px 0px;
	margin-top: 650px;
	margin-left: 0px;
}

.newyork {
    color: 333399;
    font-weight: bold;
    text-decoration:none;

 }
.newyork:link {
	color: 333399;
	text-decoration: underline;
	font-weight: bold;
	text-decoration:none;
}

.newyork:visited { 
color: 333399;
font-weight: bold;
text-decoration:none;
}

.newyork:hover {
color: white;
padding-bottom: 5px;
font-weight: bold;
text-decoration:none;
}  
.newyork:active { 
color: black;
font-weight: bold;
text-decoration:none;
} 
 
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
left: 0px; /*position where enlarged image should offset horizontally */

}





