/* Start of CMSMS style sheet 'rr_layout' */
body{
	margin:0px;
}
#page_container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:800px;
	height:600px;
	margin-left: -400px; /*set to a negative number 1/2 of your width*/	
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	border: 0px solid #EFEBDC;
	background-color: #fffffff;
}

#page_background{	
    position:absolute;
	width:800px;
	height:600px;
	color:red;
	/*background-color:purple;
 */
}
#pg_header{
	position:absolute;
	left:588px;
	z-index:6;
}
#pg_title{		
	position:absolute;
	width:160px;
	height:100px;
	left:220px;
	top:30px;
	z-index:2;
}

#menu{
	position:absolute;
	z-index:2;
}
#pg_footer{
	position:absolute;
	width:800px;
	height:250px;
	top:350px;
}
#pg_footer_menu{
	position:absolute;
	width:800px;
	height:60px;
	top:540px;
	z-index:6;
}
#page_content{
	position:absolute;
	width:660px;
	height:450px;
	left:130px;
	top:150px;
	z-index:4;
	overflow:auto;

	scrollbar-face-color : #FDBD00;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
}
#page_content_with_footer{
	position:absolute;
	width:660px;
	height:390px;
	left:130px;
	top:150px;
	z-index:4;
	overflow:auto;

	scrollbar-face-color : #FDBD00;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
}

#page_content_footer_menuleft{
	width:665px;
	position:absolute;
	left:130px;
	top:150px;
	z-index:4;
}



#page_content_without_footer_menu{	
	height:448px;
	/*jeff changes see above*/

	position:absolute;
	width:665px;
	/*height:300px; changed by jeff 29/03/2007*/

	overflow:auto;
	left:130px;
	top:150px;
	z-index:4;
	

	scrollbar-face-color : #FDBD00;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
}
/*background-color: transparent*/




#page_content_with_footer_menu{	
	height:455px;
	/*jeff changes see above*/

	position:absolute;
	width:665px;
	/*height:300px; changed by jeff 29/03/2007*/


	left:130px;
	top:150px;
	z-index:4;
	

	scrollbar-face-color : #FDBD00;
	scrollbar-highlight-color : #ffffff;
	scrollbar-3dlight-color : #ffffff;
	scrollbar-shadow-color : #ffffff;
	scrollbar-darkshadow-color : #ffffff;
	scrollbar-track-color : #ffffff;
	scrollbar-arrow-color : #ffffff;
}
/*background-color: transparent*/

.purple{
color:#92278f;
}




#gallery_table{
	float:right;
width:500px;
}



#gallery_table td .description{
	
	margin-bottom:0px;	
	margin-top:2px;
	width:100px;
}


#gallery_table td{
vertical-align:middle;
text-align:center;
font-size:8px;
}



/***************************JEFF ADDED*********************/
#pg_footer_menu_lrg_content{
	width:800px;
	height:60px;		
}



/* End of 'rr_layout' */

