﻿/* Layout */ 

 
.rightcolumn {
	float: left;
	clear: right;
	width: 510px;
	height: auto;
	color: #000000;
	background: #ffffff;
	
	margin-left: 10px;
	padding-right: 10px;	
}

.photo {
	float: left;
	margin: 15px 10px 15px 10px;
	border: 0;
}

.clear {
	clear:right;
	clear:left;
}

.phototop {
	text-align: left;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 96%;
	color: #000000;
	line-height: 15px;
}

.phototext{
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 76%;
	color: #000000;
}

.photographer{
	text-align: left;
	font-family: arial, sans-serif;
	font-size: 56%;
	color: #000000;

}

a.right{
	color: #000099;
	font-size: 106%;
}

