﻿#container {
	border: medium solid #FFFF00;
	background-image: url('../images/graphics/photopage_color.png');
	background-repeat: repeat-y;
	background-position: center;
	width: 910px;
	height: 705px;
	float: left;
}
#left_container {
	background-image: url('../images/graphics/ew1_flag1.png');
	width: 175px;
	height: 705px;
	float: left;
	background-repeat: repeat-y;
	text-align: center;
	background-position: center top;
}
#middle_container {
	text-align: center;
	width: 560px;
	height: 705px;
	float: left;
	background-color: #554A00;
	background-image: url('../images/graphics/photopage_color11.png');
	background-repeat: repeat-y;
	background-position: center center;
}
#right_container {
	background-image: url('../images/graphics/ewvfc1dal1.png');
	width: 175px;
	height: 705px;
	float: right;
	background-repeat: repeat-y;
	text-align: center;
	background-position: center top;
}
.red_text_box {
	border: 2px solid #D90D0D;
	background-color: #800000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
.no_underscore {
	text-decoration: none;
}
a {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:active {
	color: #FFFF00;
}
a:hover {
	color: #FFFF00;
}

