﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color: #0000FF;
}

#masthead {
	min-width: 600px;
	height: 168px;
	background-image: url('../../Vinny/Tricolore/Gras%20Bild.jpg');
	width: 1240px;
}

#header {
	margin-left:200px;
}

#container {
	clear: both;
	min-width: 600px;
	height: 1310px;
	width: 998px;
}

#left_col {
	float: left;
	width: 200px;
	z-index: 1;
	left: 0px;
	top: 100px;
	position: absolute;
	height: 500px;
}

#right_col {
	float: right;
	width: 243px;
	z-index: 1;
	left: 1000px;
	top: 180px;
	position: absolute;
	height: 1220px;
	padding-left: 10px;
	background-color: #0000FF;
}

#page_content {
	margin-left: 205px;
	margin-right: 200px;
	z-index: 1;
	left: 12px;
	top: 180px;
	position: absolute;
	height: 1220px;
	width: 772px;
	background-color: #FFFFFF;
	padding-left: 10px;
}

#footer {
	border-style: inherit;
	clear: both;
	z-index: 1;
	left: 200px;
	top: 1500px;
	position: absolute;
	height: 100px;
	width: 697px;
}
