﻿@charset "UTF-8";
.GreatWar #container {
	width: 859px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin: 0px;
	background-color: #666666;
	background-position: left;
} 
.GreatWar #header {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
} 
.GreatWar #mainContent {
	float:left;
	width:379px;
	margin-top: 0px;
	margin-bottom: 0px;
/*	margin-right: 220px;
	margin-left: 220px;
*/	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background-image: url(../Common/CentrePanelBck.gif);
	background-repeat: repeat-y;
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #333333;
	border-left-color: #333333;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	background-color: #666666;
} 
.GreatWar #footer {
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
} 
.GreatWar #container #MainText {
	background-color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 859px;
}
.GreatWar  #LeftColumn {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding: 0px;
	background-color: #666666;

}
.GreatWar  #RightColumn {
	float: right; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 215px;
	background-color: #666666;

}

