/*  
FILE NAME:project.css 
DATE MODIFIED:19 SFeb 2013
Quan Pham
DESCRIPTION: This style sheet is the default standard for the CLIPS CD-ROM and HTML products.
Please do not alter. All style variables are developed on 'project.css'. 

*/

#nonFooter
{

	background:url(graphics/nonfooter_back2.png) repeat;
	

}
#popup #nonFooter{
	
	background-image: url(graphics/popup_nonfooter_back2.png);

	
	padding:0 0;
}	
	

#content{
	
	background-image: url(graphics/content_back2.png);
	
	}	

		
#popup #content{

	background-image: url(graphics/popup_content_back2.png);
	
	
}
#title{
	
	background-image: url(graphics/title_banner2.png);
	
	}

#popup #title{
	
	background-image: url(graphics/popup_top2.png);
	
	}
	
#show #title{
	
	background-image: url(graphics/popup_top2.png);
	
	}	




/*-------------------------- navigation --------------------- */




#footer {
	
	background-image: url(graphics/footer_back22.png);
	
	
 }
 #popup #footer {
	
	background-image: url(graphics/popup_footer_back2.png);
	
	
 }


	
