@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background: #EEE;
	font: 1em Arial, Verdana, Sans-Serif;
	color: #585956;
}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section { 
	display: block; 
}
#PageWrap {
	width: 980px;
	text-align: left;
	margin: 0 auto;
	font-size: .8em;
}
html > body #PageHeader {
	position: fixed;
	z-index: 10;
}
#PageHeader {
	width: 980px;
	background-image: url(layout_images/headtile.jpg);
	background-repeat:repeat-x;
	z-index: 100;
	height: 100px;
	font-size: 120%;
	padding: 0px;
	text-align: center;
}
#PageHeader .logo {
	float: left;
}
#PageHeader .title {
	position: absolute;
	top: 0px;
	right: 0px;
}
html > body #BodyContent {
	padding: 120px 40px 40px 20px; /* allow for header and footer heights */
}
#PageMenu {
	float: left;
	width: 200px;
	background: url(layout_images/left_background.jpg) repeat-y;
	padding: 0;
	margin: 0;
	position: fixed;
}
#PageContent {
	width: 650px;
	float: right;
}
html > body #PageFooter {
	height: 20px;
	position: fixed;
	bottom: 0;
	z-index: 10;
	background-image: url(layout_images/footertile.jpg);
	background-repeat: repeat-x;
	text-align: left;
	font-size: 0.75em;
	color: #666666;
	padding: 15px 0 0;
	clear: both;
}
#PageFooter {
	width: 980px;
}
#PageFooter .left {
	float: left;
	margin-top: -15px;
}
#PageFooter .content {
	display: inline;
}
#PageFooter .right {
	position: absolute;
	top: 0px;
	right: 0px;
}

