/* 
================================
 Container Styles for ALFC
================================
*/   

/*********************************************************/
/*******ALFC Main Container Style & Formating Start*******/
/*********************************************************/
	#mainContainer{
		background-image:url('images/content_container_bg_middle.png'); 
		background-repeat:repeat-y; 
		width:664px; 
		min-height:308px;
		height:auto !important;
		height:308px;
	}
	#mainContainerContent{
		background-image:url('images/content_container_bg_top.png'); 
		background-repeat:no-repeat; 
		width:664px; 
		min-height:208px;
		padding-top:20px;
		padding-left:60px;
		padding-right:60px;
		padding-bottom:30px;
	}
	.mainContainerContentPane {
		color:#514E45;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		width:543px;
		padding-left:10px;
		min-height:100px;
		height:auto !important;
		height:100px;
	}
	#mainContainerFooter{
		background-image:url('images/content_container_bg_bottom.png'); 
		background-repeat:no-repeat;
		width:664px; 
		min-height:90px;
		height:auto !important;
		height:90px;
	}
	.title {
		color:#514E45;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		text-transform: uppercase;
		text-align:left;
		font-size:26px;
		font-weight:400;
		padding-bottom:15px;
		width:543px;
	}
	.titleleft {
		color:#B92F0A;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		text-transform: uppercase;
		text-align:left;
		font-size:20px;
		font-weight:400;
		padding-bottom:0px;
		/* width:543px; */
	}
/*********************************************************/




