﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#masthead {
background-attachment: scroll;
	background-image: url('Baniere%20-%201000-209.png');
	float: none;
	min-width: 800px;
	max-width: 1000px;
	height: 209px

}

#top_nav {
	background-attachment: scroll;
	background-image: url('Baniere%20-%201000-209.png');
	float: none;
	min-width: 800px;
	max-width: 1000px;
	height: 209px
}



#container {
	min-width: 600px;
	max-width: 1000px;
	
}

#left_col {
	
	width: 200px;
	float: left;
	height:auto;
	border-color: #1C39EE;
	background-color: #99CCFF;
}

#right_col {
	width: 200px;
	float: right;
	height:auto;
	border-color: #1C39EE;
	background-color: #99CCFF;
	
}

#page_content {
	margin-left: 200px;
	margin-right: 200px;
}

#footer {
	clear: both;
	color: #99CCFF;
	border-color: #1C39EE;
	min-width: 600px;
	max-width: 1000px;

}
