﻿/* CSS layout */

#wrapper {
	margin-left: auto;
	margin-right:auto;
	width: 850px;
	
}

#masthead {
	font: normal normal bold xx-large serif;

	width: 750px;
	background-image: url('images/flag2wm.jpg');
	height: 200px;
	background-repeat: no-repeat;
		font-style: italic;
	text-align: center;
}

#top_nav {

width: 750px;

}

#container {
	
	position: relative;
	width: 750px;
	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: 210px;
	margin-left: 125px;
	border: thin;
	border-style: solid;
	Border-color: black;
	padding-left: 10px;
	padding-right: 10px;
	
}

#right_col {

	width: 200px;
	position: absolute;
	right: 0px;
	top: 0px;
	padding-left:10px;
	
}

#footer {
	
	width: 800px;
	text-align: center;
}


