﻿body {
}

/*--------------------------------------------------------------------------------------------------*/
/*--------------------------------- Photo of the Day Classes ---------------------------------------*/
/*--------------------------------------------------------------------------------------------------*/


div.Photos
{
	float: left;
	width: 191px;
	height: 331px;
	background: #6d6753;
	border: 1px solid #4d4a31;
	margin: 1px 0px 0px 0px;
	padding: 0px 6px 0px 6px; 
	text-align:left;
}

* html div.Photos
{
	padding-bottom: 0px;
}


    div.PhotoBox
	{
		float: left;
		width: 188px;
		border: 1px solid #a6a49a;
		margin: 6px 0px 0px 0px;
	}
	
	* html div.PhotoBox
	{
		margin-bottom: 8px;
	}

		div.PhotoTitle
		{
			float: left;
			width: 182px;
			background: #7e7968;
			color: #b5b0a5;
			font-size: 12px;
			font-weight: bold;
			text-align: center;
			border: 1px solid #6a6551;
			padding: 2px 2px 2px 2px;
		}
		
		div.PhotoImage
		{	
		    position:relative;
		    z-index: 0;
		    overflow:hidden;
			float:left;
			width: 186px;
			height: 200px;
			background: #e5e4e0;
			border: 1px solid #6a6551;
			padding: 0px 0px 0px 0px;
			text-align:center;
		}
		
		div.PhotoImage img
		{
		  
		}
		
		
		div.PhotoCaption
		{
			float: left;
			width: 176px;
			background: #b5b0a5;
			color: #646053;
			font-size: 11px;
			font-weight: bold;
			text-align: left;
			border: 1px solid #6a6551;
			padding: 2px 5px 2px 5px;
			height: 87px;
		}
