/****************************************************************/
/* Filename: BrochurePanel.css							 		*/
/* Description: Create panel for display of product brochure	*/
/*																*/
/* Created by: Michael Marek, The Wooden Quill					*/
/* Creation Date: May 14,2007									*/
/* History:														*/
/****************************************************************/
div.container-panel {
	float: right;
	position: relative;
    height: inherit; 
	background-color:#ffffff;
	font-size:.9em;
	border: 2px double #00008B; 
}
div.container-panel p {
	font-family: "Lucida Calligraphy";
	font-size: 1.5em; 
	text-align: center;
}
