@charset "utf-8";

html, body {
	background:#09759e url(http://www.iamjustinlong.com/images/site_design_elements/bgBodyHome.gif) repeat-x;
	}
	
/* MASTHEAD */
	
#mastheadWrap {
	height:276px;
	}
	
	#masthead {
		position:relative; top:108px;
		}
	
/* CONTENT */
	
#content1Wrap {
	height:310px;
	}
	
#content2Wrap {
	min-height:310px;
	background:#06445b;
	background:url(http://www.iamjustinlong.com/images/site_design_elements/bgContent2.jpg) top center repeat-y;
	}
	
	#content1, #content2 {
		width:930px; min-height:240px;
		margin:0 auto;
		padding:35px 0;
		overflow:hidden;
		}
	
/* SIDEBAR & MID COLUMN CONTENT */
	
.midColumn img  {
	padding:0 4px 4px 0;
	}
		
	.midColumn h1 {
		margin-bottom:10px;
		}
	
	#content2 .dateStamp {
		font-size:12px; color:#62b7d7; line-height:normal;
		margin-top:0!important;
		}
	
		#content2 .dateStamp a, #content2 .dateStamp a:visited {
			color:#f5f4f4;
			text-decoration:none;
			}
	
.midColumn  {
	position:relative;
	float:right;
	width:277px; 
	min-height:270px;
	overflow:hidden;
	margin:0 0 0 17px;
	color:#87ddfe; line-height:20px;
	}
	
/* FOOTER */
	
#footer {
	color:#043c51;
	}

.clear_fix { float:none; clear:right; height:1px; }