﻿body {
}

#pageWrapper
{
	width: 995px;
	position: relative;
	text-align: justify;
}



#pageWrapper .header
{
	border: 2px solid #D4CFC1;
	width: 995px;
	height: 130px;
	background-color: #E6E2D8;
	position: relative;
}

#pageWrapper .header .pageTopLeft
{
	background-image: url('designImages/corner_topLeft_8px.png');
	background-repeat: no-repeat;
	position: absolute;
	top: -2px;
	left: -2px;
	width: 10px;
	height: 10px;
}

#pageWrapper .header .pageTopRight
{
	background-image: url('designImages/corner_topRight_8px.png');
	background-repeat: no-repeat;
	position: absolute;
	right: -2px;
	top: -2px;
	width: 10px;
	height: 10px;
}


#pageWrapper .header .pageTopCorners
{
	
	width: 960px;
	height: 8px;
	background-image: url(     'designImages/pageCornersTop.png' );
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: -2px;
}

#pageWrapper .header .logoDiv
{
	position: absolute;
	top: 5px;
	left: 5px;
}

#pageWrapper .header .masterLoginViewDiv
{
	position: absolute;
	top: 15px;
	left: 525px;
	width: 452px;
	height: 112px;
}



#pageWrapper .contentBlockFooter
{
	/* padding: 10px; */
	border-color: #D4CFC1;
	width: 995px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 2px;
	border-left-width: 2px;
	position: absolute;
	top: 132px;
	left: 0px;
	text-align: justify;
}


#pageWrapper .contentBlockFooter .footer
{
	border: 2px solid #D4CFC1;
	width: 995px;
	height: 50px;
	background-color: #E6E2D8;
	position: absolute;
	bottom: -52px;
	left: -2px;
	font-family: 'Times New Roman' , Times, serif;
	color: #B6A581;
	font-size: 12px;
	padding-top: 10px;
	text-align: center;
}

#pageWrapper .contentBlockFooter .footer .pageBottomRight
{
	background-image: url('designImages/corner_bottomRight_8px.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 10px;
	height: 10px;
}

#pageWrapper .contentBlockFooter .footer .pageBottomLeft
{
	background-image: url('designImages/corner_bottomLeft_8px.png');
	background-repeat: no-repeat;
	position: absolute;
	bottom: -2px;
	left: -2px;
	width: 10px;
	height: 10px;
}


#pageWrapper .pageBottomCorners
{
	width: 960px;
	height: 8px;
	background-image: url(      'designImages/pageCornersBottom.png' );
	background-repeat: no-repeat;
	position: absolute;
	left: -2px;
	bottom: 0px;
}

#contentPageContainer
{
	position: relative;
	width: 750px; /*725px;*/
	float: left;
	margin-left: 15px;
	margin-top: 10px;
	overflow: auto;
}