﻿html, body
{
	margin: 0;
	padding: 0;
	background-color: #ececec;
}
div#pageFrame
{
	position: relative;
	width: 777px;
	margin: 0 auto;
	color: #7f7f7f;
	background: transparent url(img/pageFrameBk.gif) repeat-y 0 0;
	z-index: 1;
}
div#pageHeader
{
	position: relative;
	padding: 15px 0 0 12px;
	height: 130px;
	background: transparent url(img/pageHeaderBk.gif) no-repeat 0 0;
	z-index: 3;
}
a#logoLink
{
	border: none 0;
}
div#mainMenuContainer
{
	position: absolute;
	left: 256px;
	bottom: 16px;
}
div#contentContainer
{
	position: relative;
	width: 758px;
	padding: 0 13px 122px 6px;
	z-index: 2;
}
div#imageContainer
{
	position: absolute;
	left: 6px;
	bottom: -5px;
}
div#pageFooter
{
	position: relative;
	width: 769px;
	padding: 14px 0 6px 8px;
	color: #4C434A;
	font-size: 10px;
	background: #f2f2f2 url(img/pageFooterBk.gif) no-repeat 0 0;
	z-index: 3;
}
ul#quickLinks
{
	position: absolute;
	top: -82px;
	right: 40px;
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
}
ul#quickLinks li
{
	float: left;
	margin: 0;
	padding: 0 10px 0 9px;
	border-right: solid 1px #c41130;
}
ul#quickLinks li.first
{
	padding-left: 0;
}
ul#quickLinks li.last
{
	border-right: none 0;
	padding-right: 0;
}
ul#quickLinks a
{
	border: none 0;
}