﻿#header, #headerInner
{
	background-image: url(../../images/headerBg.gif);
	background-color: #00a0ce;
	margin: 0;
	padding: 0;
}
#middleRowBg
{
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(../../images/siteBg.gif);
	border-top: solid 1px #00a0ce; /* Really a kludge for IE6 (bg image issue) - but have taken pixel into account. */
}
#headerMenu
{
	background-color: #00a0ce;
	background-position: right top;
	background-repeat: repeat-y;
	background-image: url(../../images/headerMenuBg.gif);
}
#leftSideNav {
	background-position: 10px 0px;
	background-image: url(../../images/LeftSideNav_Panels.jpg);
	background-repeat: no-repeat;
	width: 185px;
	height: 307px;
	position: relative;
}

