/* CSS Document */

body	{ 
	margin-top: 12px;
	color: #666666;
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CBD9FE;
	font-size: 14px;
	}
	
.bodytext	{
	padding-left: 35px;
	padding-right: 25px;
	}
	
.littletext	{
	font-size: 10px;
	}


#bodytable	{
	border: 1.5px solid black;
	}

.nav	{
	width:680px;
	}
	
#leftimagetd	{
	width: 30px;
	background-image:  url("images/left_wood2.jpg");
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	}
	
#texttd{
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	padding-top:10px;
	width: 410px;
	background-image:  url("images/photos/regatta2.jpg");
	}
	
#picturetd {
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	text-align: center;
	width: 240px;
	background-image:  url("images/wood4.gif");
	vertical-align: top;
	padding-top: 10px;
	}
	
.photo	{
	border: 2px solid #D47119;
	margin-left: 8px;
	}

.header	{ 
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	}
	
 .headerpic	{
	margin-left: 6px;
	}  
	
#bottomnav {
	border-top: 1px solid white;
	padding: 5px;
	background-color: #D47119;
	}
.navtext	{
	font: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: 16px;
	color: white;
	}
	
.navtext:hover	{
	color: white;
	text-decoration: underline;
	}

.bigphoto	{
	margin-left: -16px;
	border: 2px solid #D47119;
		}




	
