﻿/* CSS layout */

#wrapper {
	margin-left: auto;
	margin-right:auto;
	width: 850px;
	
}

#masthead {
	font: normal normal bold xx-large serif;

	width: 850px;
	background-image: url('../images/flag2wm2.JPG');
	height: 200px;
	background-repeat: no-repeat;
		font-style: italic;
	text-align: center;
}

#top_nav {

width: 850px;

}

#container {
	
	position: relative;
	width: 850px;
	border: thin;
	 border-style:solid;
	Border-color: black;
	background-color:white;
	
}

#left_col {
	width: 125px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color:#E13333;
}

#page_content {
	margin-right: 200px;
	margin-left: 125px;
	border: thin;
	 border-style:solid;
	Border-color: black;
	padding-left:10px;
	padding-right:10px;
	text-align:left
	
}

#right_col {
	width: 190px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left: 10px;
	
}

#footer {
	
	width: 850px;
	text-align: center;
}

