/* CSS style sheet for SCS */
/* BRR */


/*
   Create main frame for everything else...
*/
.frame {
	position:			relative; 
	margin:				auto;
	width: 				1180px; 
	height: 			1137px;  
	top: 				-8px;
	background-color:	transparent;
	z-index:			1;
	
	//border: 1px solid green;
	
}

/*
	main window for textual information....
*/
#lpMainContent {
	width:			740px;
	height:			425px;
	position:		absolute;
	z-index:		2;
	overflow: 		auto;
	top: 			595px;
	left:			330px;
	font-family:	Calibri;
	color:			#444444;
	text-align:		justify;
	line-height:	110%;
	//border: 1px solid black;
	
}


/*
	main window where left hand picture goes....
*/
#lpMainPic {
	width:				210px;
	height:				426px;
	position:			absolute;
	z-index:			2;
	top: 				595px;
	left:				90px;
	background-color:	transparent;
	background-position: 16px 0px;
}

