body {
	margin-bottom: 0; 
	margin-left: 55px;
	margin-top: 200px; 
	background-color: rgb(34, 38, 36); 
	background-image: url(../background2.jpg); 
	background-repeat: no-repeat;
}

td.caption {
	font-family: Arial; 
	color: rgb(105, 105, 105); 
	font-size: 12px;
}

div.row {
	text-align: top;
	width: 810px;
	height: 223px;
	margin-bottom: 5px;
}

div.image {
	position: relative;
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
}
div.caption {
	position: relative;
	float: left;
	font-family: Arial; 
	color: rgb(105, 105, 105); 
	font-size: 12px;
	vertical-align: top;
	width: 200px;
	height: 230px;
}

div.imageplaceholder {
	height: 223px; 
	width: 400px; 
	font-family: Arial; 
	color: rgb(105, 105, 105); 
	font-size: 12px;
	background-color: #CCCCCC; 
	text-align: center; 
	vertical-align: middle;  
	line-height: 223px;
}

textarea.text {
	font-family: Arial; 
	color: rgb(105, 105, 105); 
	font-size: 12px;
}