/* CSS Document */

	.page_pre_email
	{
		width:970px;
		text-align:right;
	}	

	.page_holder
	{
		width:970px;
		text-align:left;
		background-color:white;

	}
	
		.page_header
		{
			background-image:url(../images/background/header_bricks.jpg);
			background-repeat:no-repeat;
			background-color:#483C18;
			width:970px;
			height:153px;
			color:white;
			
			font-family:"Times New Roman", Times, serif;

			font-size:3em;
			
		}
		
			.page_header_text
			{
				position:relative;
				top:105px;
				left:230px;
				
			}

		.page_header_navigation
		{
			background-image:url(../images/background/header_navigation.png);
			background-repeat:repeat-x;
			background-color:#bea589;
			width:970px;
			height:47px;
			color:black;
			
			
		}
		
		.page_left
		{
			float:left;
			
			width:208px;
			padding-left:12px;
			margin-top:40px;
	
		}

		.page_right
		{
			width:730px;
			margin-left:10px;
			margin-top:10px;
			
			padding-bottom:17px;

			min-height:600px;
	
			float:left;
	
		}
	

			
		
	
	.page_footer
	{
		width:970px;
		text-align:right;
		font-size:0.85em;
		color:#54514F;
		margin-top:10px;		
	}	
	
		.page_footer a
		{
			color:#54514F;
		}



.pic_float_left
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	border:1px solid #811788;
	width:350px;
}

.pic_float_right
{
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	border:1px solid #811788;
	width:350px;
}

.pic_grid
{
	margin-right:10px;
	margin-bottom:10px;
}


.clear
{
	clear:both;
	margin-top:20px;
}

.picGrid_thumbs
{

}

.picGrid_thumbs img
{
	cursor:pointer;
	border:1px solid #8B5C29;
}

.picGrid_large
{
	float:left;
}


.para_2_box
{
	clear:both;	
	
	background-color:#E8CCB5;
	color: black;
	border:2px solid #8B5C29;
	padding:12px;
	
	width:690px;

}