/* FRAME  ---------------------------------------------------------- */

.outerWrapper#homeContent{
	background: url(/static/images/bg_main_home.gif) repeat-x top left;
	margin-top: 34px;
}

#subContent{ 
	padding-top: 0; 
	position: relative;
}

	#subContent img{
		margin-right: 35px;
	}
	#subContent img.last{
		margin-right: 15px;
	}
	
	#subContent p{
		color:#727169;
		font-size:1.4em;
		line-height:1.5em;
	}

	#subContent #visual{
		position: absolute;	
		top: -163px;
		right: 0;
	}
	
	
	#subContent p{
		font-size: 1.5em;
	}
	
	.wide,
	.side{
		margin: 25px 0 60px 0;
	}
	
	.wide{
		width: 76%;
	}
	
	.wide p{
		margin-left: 220px;
		margin-top: -25px;
		width: 380px;
	}
	
	#homeContent .wide{
		position: relative;
		background: white url(/static/images/sidebar_shadow.gif) repeat-y top right;
	}
	
	#homeContent .wide .topRight{
		border-top: 30px solid white;
	}


/* MAIN CONTENT -------------------------------------------------------------*/

#mainContent{
	padding-top: 30px;
}

	#mainContent p{
		font-size: 1.7em;
		width: 560px;
	}
	
/* SIDEBAR -----------------------------------------------------------------*/

#sidebar{
	margin-top: 55px;
}
#sidebar p{
	margin: 0;
}

#sidebar h3{
	margin-top: 8px !important;
}

/* HEADER STYLES  ---------------------------------------------------------- */
h1{
	color: #c60651;
	font-size: 2.9em;
}
h2{
	color: #424139;
}

#subContent h2{
	clear: left;
	font-family: Georgia, Palatino, serif, "Times New Roman";
	font-size: 2.4em;
	font-weight: lighter;
	color: #5F5E59;
	margin: 45px 0 0 0;
	line-height: 23px;
	width: 220px;
}
