﻿/* CSS layout */
body {
	margin: 0;
	padding: 0;
}

#header {
	background-position: 131px 800px;
	border-width: medium;
	border-color: #C0C0C0;
	position: relative;
	height: 131px;
	width: 800px;
	top: 0px;
	right: 200px;
	left: 200px;
	background-image: none;
	bottom: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #C0CFE7;
}
#mainMenu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 25px;
	width: 800px;
	background-color: #C0CFE7;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: medium;
	border-left-width: medium;
	border-right-color: #C0C0C0;
	border-left-color: #C0C0C0;
}

#container {
	min-width: 600px;
}

#right_col {
	width: 50px;
	float: right;
	height: 400px;
	background-color: #FFFFFF;
	position: absolute;
	left: 950px;
	border-right-style: solid;
	border-bottom-style: groove;
	border-left-style: groove;
	border-right-width: medium;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
}
#pageContent {
	margin-right: 200px;
	height: 5000px;
	background-color: #FFFFFF;
	position: absolute;
	width: 600px;
	left: 200px;
	border-left-style: solid;
	border-left-width: medium;
	border-left-color: #C0C0C0;
	border-right-style: solid;
	border-right-width: medium;
	border-right-color: #C0C0C0;
	background-image: none;
}
#footer {
	clear: both;
	height: 500px;
	top: 575px;
	right: 200px;
	bottom: 0px;
	left: 0px;
	position: absolute;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	width: 800px;
}
