/* CSS Document */

.holderLeft {
	width: 227px;
	height: 267px;
	margin-top: 15px;
	margin-left: 10px;
	border: 1px solid maroon;
	float: left;
	margin-right: 10px;
	margin-bottom: 14px
	}
	
.holderLeft .credit {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
	text-align: right;
	line-height: 100%;
	/*margin-right: -2px;*/
	}
	
.holderLeft .caption {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 100%;
	}

.holderRight {
	/*width: 288px;*/
	margin-left: 10px;
	border: 1px solid maroon;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
	}
	
.holderRight .credit {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
	text-align: right;
	/*margin-right: 2px;*/
	line-height: 100%;
	}
	
.holderRight .caption {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 100%;
	}
	
.holderCenter {
	width: 433px;
	margin: auto;
	/* padding: 10px 0 10px 0;*/
	border: 1px solid maroon;
	}
	
.holderCenter .credit {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
	text-align: right;
	line-height: 100%;
	/*margin-right: 2px;*/
	}
	
.holderCenter .caption {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 100%;
	}
