/* General & Page */

/* Winners */

body {
	background: #ffffff;
	text-align: center;
	}

img {
	border: none;
	}

.recent_entries {
	background: #8C1114;
	text-align: left;
	padding: 10px;
	color: #ffffff; 
	font-family: Georgia, small-caption;
	}

div.imageholder {
	margin-left:5px;
	margin-right:5px;
}

.entryimage {
	border: #8C1114 1px solid;
}

.entryimage:hover {
	border: #ffffff 1px solid;
}

.content {
    background: #e6f3f7;
    }

.selected_entry_row_item {
	height: 400px; 
	margin: auto; 
	display:inline-block; 
	text-align: center;
	float: left;
}

.top_row_item {
	display: inline-block; 
	padding: 0px;
	height: 25px;
	margin: auto;
}
