body {
	margin: 0px  0px 0px 0px;
	padding: 0px  0px 0px 0px;
	width: 97%;
	height: 97%;
}

#title{ 
	z-index: 23;
	position: absolute;
	left: 338px;
	top: 39px;
 }

#topBarBg{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 93px;
	background-image : url(images/t2.gif);
 }
#leftBar{ 
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 25px;
	height: 343px;
	border-right: solid 1px #BCA44C;
 }
 #rightBar{ 
	position: absolute;
	z-index: 3;
	top: 39px;
	left: 775px;
	width: 16px;
	height: 304px;
	border-left: solid 1px #BCA44C;
}
 #bigPic{ 
 	position: absolute;
	z-index: 4;
	top: 93px;
	left: 26px;
}
#pictureBar{
	position: absolute;
	z-index: 5;
	top: 343px;
	left: 0px;
	width: 100%;
	height: 70px;
	background-image : url(images/imgbarbg.jpg);
	background-repeat : no-repeat;
	background-position: bottom right;
	background-color : #CCDEF2;
	border-top: solid 1px #BCA44C;
	border-bottom: solid 1px #BCA44C;
	padding-left : 25px;
	padding-top : 3px;
}
img.pictureBarImg{ 
	float: left;
	border-top: solid 1px #497B46;
	border-left: solid 1px #497B46;	
	border-right: solid 1px #497B46;
	border-bottom: solid 1px #497B46;
	margin-right: 5px;
}
#contentBox{ 
	position: absolute;
	z-index: 6;
	top: 435px;
	left: 25px;
	width: 740px;
	border-left: solid 1px #BCA44C;	
	padding-left: 12px;
	text-align : justify;
	color : #40573D;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	line-height : 18px;	
}

.NavSpace {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
 }