




/*
|	Mark Chironna : Life Coaching
|	Homepage CSS File
|
|	Author: Erik Smith, erik@pdgcreative.com
|	Employed By: PDG+creative
|	Notes: ---
|	Date Created: June 14, 2007
*/





/* Header
/*--------------------------------- */	

	#header {
		width:772px; 
		height:250px;
		background-position:bottom center;
		position:relative;
		left:26px;
	}
	
		#headflash {
			z-index: 1;
			width:772px;
			height:181px;
			position:absolute;
			bottom:0px; 
			left:0px;
			background:#0D203E;
		}
		
			#headflash img {
				position:relative;
				left:100px;
				top:-20px;
			}
	
		#mark {
			position:absolute;
			left:-26px;
			bottom:0px;
			background:transparent url(../../images/mark.png) no-repeat; 
			width:144px;
			height:223px;
			z-index: 10000;
		}
			
	
		
			
			
/* Content
/*--------------------------------- */		
			
#content {
	border-top:20px solid #FFA800;
	width:772px;
	position:relative;
	left:26px;
	line-height:18px;
	color:#BCCEE6;
	font-size:12px;
	float:left;
	background:#213E68;
}	

	#left {
		width:456px;
		display:inline;
		float:left;
		padding:20px 0 0 0;
		color:#BCCEE6;
		background:#213E68;
	}
	
		#left div.callout {
			background:#213E68 url(../../images/callout.jpg) repeat-x top left;
			padding:8px;
			width:210px;
			float:left;
			margin:5px 2px 0 0;
			height:150px;
		}
	
	#right {
		width:300px;
		float:left;
		margin:0 0 0 10px;
		padding:20px 0 0 0;
		display:inline;
		background: url(../../images/sub-callout.jpg) repeat-x;
		padding-left:5px;
		padding-bottom:30px;
	}
	
		#right div.learn {
			background:url(../../images/learn.png) no-repeat;
			width:282px;
			height:149px;
			margin:0 0 10px 10px;
			line-height:normal;
			color:#fff;
		}
		
			#right div.learn p {
				position:relative;
				left:20px;
				width:250px;
				line-height:13px;
				font-size:11px;
				top:55px;
			}
			
			#right div.learn p a {
				color:#fff;
			}
		
		#right div.flash {
			width:294px;
			height:251px;
			position:relative;
			left:2;
			top:20;
			}

			
	
	
			
			
			
			
			
