/* Style sheet for descriptive pages  photopage.css */
		table {
			margin-bottom: 8px;	
		}
		table img {
			width:330px;
			float:none;
		}
		td {
		font-style: italic;
		font-size: 14px;
		padding: 2px;
		padding-right: 10px;
		}
		img.thumb {
			width: 160px;
			float:none;		
		}
		div.small img {
			margin: 6px;
			width:200px;
			float:right;
		}
		div.sidebox {
			width: 200px;
			font-style: italic;
			border-width: 1px;
			border-style: solid;
			float:right;
		 }
		
		table.right {
			float: right;
		}
