.pageBackground
{
  background-image: url('../images/Page-BgSimpleGradient.jpg');
  background-repeat: repeat-x;
  height: 900px;
}

#pageWrapper
{
	width: 1010px;	
	margin-top: 10px;
	padding-bottom: 10px;
}

#pageHeader
{
	width: 100%;	
}

#headerTop
{
	height: 30px;
	background-position: right bottom;
	background-image: url( '../images/headerTop.png	' );
	border-width: 1px;
	border-color: #333a92;
	border-left-style: solid;
	border-top-style: solid;
	border-right-style: solid;
}

#headerMiddle
{
	height: 150px;
	background-image: url('../images/header.png	');
	background-position: right top;
	border-width: 1px;
	border-color: #333a92;
	border-left-style: solid;
	border-right-style: solid;	
}

#headerBottom
{
	background-position: right top;
	background-image: url( '../images/headerBottom.png	' );
	height: 20px;
	border-width: 1px;
	border-color: #333a92;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: solid;
}

#pageContent
{
	background-image: url( '../images/siteBG.png	' );
	background-position: right;
	background-repeat: repeat-y;
	display: table-cell;
	width: 1008px;	
	border-width: 1px;
	border-color: #333a92;
	border-left-style: solid;
	border-right-style: solid;	
}

#sidebarLeft
{
	float: left;
	width: 160px;
}

#mainContent
{
	padding-top: 10px;
	float: left;
	width: 683px;
	text-align: justify;
}

#sidebarRight
{
	float: right;
	width: 165px;
	color: #FFFFFF;
}

#footerBottom
{
	border-width: 1px;
	border-color: #333a92;
	border-left-style: solid;
	border-top-style: none;
	border-right-style: solid;	
	border-bottom-style: solid;
	background-position: right top;
	background-image: url( '../images/headerBottom.png	' );	
	height: 40px;
	width: 1008px;	
}