/* jacksonholephotos.com */
/* the border statements are left in place so they can easily be turned on and off for troubleshooting */

a:link {color:#ffffff;}
a:visited {color: #ffcc00;}
a:active {background-color:#666;}		/* dark gray */

body 	{
		background: #000;
		margin-left:10px;
		margin-right:0px;
		margin-top:10px;
		margin-bottom:10px
		}
		
table.nav {						/* this is the table that encompasses the left side, i.e. the menu */
		font-family: Trebuchet MS, arial, sans serif;
		font-size: 11pt;
		color: white;
		width: 205;
		border: 0px solid white;
		}
		
table.body {						/* this is the table that encompasses the right side, i.e. the content */
		font-family: Trebuchet MS, arial, sans serif;
		font-size: 11pt;
		color: #ccc;
		border: 0px solid white;
		}
		
table.gallery {						/* this is the table that surrounds the thumbs on the gallery pages */
		font-family: Trebuchet MS, arial, sans serif;
		font-size: 8pt;
		color: #ccc;
		width: 90%;
		border: 1px solid #2FD879;		/* sea green */
		}
		
table.gallery td {
		text-align: center;
		}
		
table.photo {						/* this is the table that holds the individual photos on the single photo pages */
		font-family: Trebuchet MS, arial, sans serif;
		font-size: 9pt;
		color: #ccc;
		border: 1px solid #00FFff;
		}
		
table.price {						/* this is the table on order.htm that has the pricing info */
		font-family: Trebuchet MS, arial, sans serif;
		font-size: 9pt;
		color: #ccc;
		}
		
table.divide {						/* this is the table that separates the menu from the content pane */
		border: 0px solid yellow;
		width: 100%;
		}		
				