#my-data {
	width: 450px;
}

#newsEntries .comment {
	margin-top:12px;
}

#newsEntries img {
	max-width:426px;
}

#photosEntries {
	width: 450px;
	heigth:128px;
	margin-bottom:1px;
	display: table; display: inline-block;
}

#photosEntries .comment {
	margin-top:12px;
}

#photosEntries img {
	max-width:426px;
}

.photosHr {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0px;
	margin:0px;
}

.photosImages  {
	float:left; background-color:#FFFFFF; margin-right:12px;
}

.photosImages a:link, .photosImages a:visited {
	display:block; width:104px; height:104px; padding:12px;
}

.photosImages a:hover {
	background-color:#CC0000;
}

.photosTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-variant:small-caps;
	color:#CC0000;
	width:300px;
}

.photosTitle a:link, .photosTitle a:visited {
	color:#CC0000;
	text-decoration:underline;
}

.photosTitle a:hover {
	color:#CC0000;
	text-decoration:underline;
}

.photosDate {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color: #999999;
	width:300px;
	margin-bottom:8px;
}

.photosText {
	font-size:12px;
	color: #FFF;
	/*text-align:justify;*/
	/*text-indent:24px;*/
}

.photosText a:link, .photosText a:visited {
	color: #CC0000;
	text-decoration:none;
}

.photosText a:hover {
	color: #CC0000;
	text-decoration:none;
}

#newsEntries .zoneTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-variant:small-caps;
	color:#CC0000;
	width:450px;
}

#newsEntries .zoneTitle a:link, #newsEntries .zoneTitle a:visited {
	color:#CC0000;
	text-decoration:underline;
}

#newsEntries .zoneTitle a:hover {
	color:#CC0000;
	text-decoration:none;
}

#newsEntries .zoneDate {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-style:italic;
	color: #999999;
	width:450px;
	margin-bottom:8px;
}


.zoneFooter {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-variant:small-caps;
	width:450px;
	margin-top:25px;
}

.zoneFooter a:link, .zoneFooter a:visited {
	text-decoration:none;
	color:#CC0000;
}

.zoneFooter a:hover {
	text-decoration:none;
	color:#CC0000;
}

