﻿html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: auto;
	background-color: #000000;
	height: 100%;
}
#Page {
	width: 100%;
	min-height: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	background-color: #D7D1F8;
	background-attachment: fixed;
}
#PageHeader {
	position: relative;
	width: 100%;
	height: 155px;
	z-index: 5;
}
#PageHeaderInner {
	position: relative;
	width: 1000px;
	height: 155px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#PageHeaderImages {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1000px;
	height: 120px;
	overflow: hidden;
}
#PageHeaderMenu {
	position: absolute;
	top: 120px;
	left: 0px;
	width: 1000px;
	height: 35px;
	background-color: #E9E7E4;
}
#PageContent {
	position: relative;
	width: 100%;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	z-index: 1;
}
#PageContentInner {
	position: relative;
	width: 980px;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 10px;
}
#PageFooter {
	position: relative;
	width: 100%;
}
#PageFooterInner {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 10px;
	background-color: #C0C0C0;
}
.ClearFix {
	clear: both;
	font-size: 0;
	height: 0;
	line-height: 0;
	width: 1px;
}
#SideMenu {
	position: absolute;
	top: 155px;
	background-color:#E9E7E4

	
}
ul#navigation {
	list-style: none;
	margin: 0;
	margin-left:-20px
	
}
ul#navigation li {
	display: list-item;
	height: 25px;
	
}
ul#navigation a {
	font-weight: bold;
	font-family: "Ariel";
	color: #000000;
	text-decoration: none;
	font-size: 12px;
	
	/*background-color: #E9E7E4;*/
}
ul#navigation a:hover {
	color: #FFFFFF;
	background-color: #0000ff;
}

