			.container {
				position: absolute;
				left: 10%;
				right: 10%;
				min-width: 300px;
				max-width: 1280px;
				margin: auto;
				background-color: #FFDDDD;
				background-repeat: no-repeat;
				background-position: top;
				background-size: cover;
			}
			
			.leftColumn {
				display: block;
				float: left;
				padding-right: 20px;
				color: #660000;
				min-width: 270px;
				min-height: 150px;
				background-image: url("../Pix/logo.png"); 
				background-repeat: no-repeat;
				background-position: top;
				background-size: contain;
			}
			
			.header {
				background: rgba(255, 255, 255, 1);
				letter-spacing: 8px;
				text-shadow: 4px 4px 8px #2E2E2E;
				text-align: center;
				color: #C00000; 
				font-size: 40px;
				font-family: 'Open Sans', sans-serif;
				padding: 20px 20px 10px 20px;
				z-index: 10;
			}

			.subheader {
				background: rgba(255, 255, 255, 1);
				letter-spacing: 24px;
				text-shadow: 4px 4px 8px #2E2E2E;
				text-align: center;
				color: #C00000; 
				font-size: 20px;
				font-family: 'Open Sans', sans-serif;
				padding-bottom: 10px;
				z-index: 10;
			}

			.banner {
				display: block;
				min-height: 20px;
			}

			.mainContentTitle {
				color: #C00000; 
				background: rgba(255, 225, 225, 1);
				text-align: left;				
				font-family: 'Open Sans', sans-serif;
				font-size: 16px;
				padding: 20px 20px 0px 10px;
			}
			
			.main {
				background: rgba(255, 225, 225, 1);
				text-align: justify;
				font-family: 'Open Sans', sans-serif;
				font-size: 14px;
				padding: 10px;
				min-height: 200px;
				overflow: auto;
			}

			.footer {
				background: rgba(255, 220, 220, .9);
				background-repeat: no-repeat;
				background-position: center;
				display: inline-block;
				margin: auto;
				width: 100%;
			}

			.languageSelector {
				float: right;
			}
			
			.languageSelector a:HOVER {
				color: FF0000;
				text-decoration: none;
			}
			
			nav ul:nth-child(2) li a:HOVER {
				background: none;
				display: block;
			}
			
