/* CSS Document */

/* Modifies middle of white page background. Applied to <td> */					
#main_page_middle		
						{
						padding-top: 50px;
						}	

/* CSS specifically for caption box to left of beach photo */
#photo_caption      	{
						margin-top: 20px;
						margin-bottom: 30px;
                        font-size: 11px;
                        line-height: 18px;
                        font-weight: bold;
                        text-align: right;
                        float: left;
						width: 300px;
						/* total height: 362px; */
						padding-top: 280px;
						height: 82px;
                        }
						
p						{
						text-align: justify;
						}
