@charset "utf-8";
/* CSS Document */




/*
 * CONTAINER
 */


#container-wrap {
	width:			960px;
	background:		transparent;
	margin:			0 auto 20px auto;
	background:		url(../../img/design/content/container-wrap-bg.jpg) top center no-repeat;
	padding:        32px 0 0 0;
	text-align:		center;
}




#container {
	width:			950px;
	background:		transparent;
	margin:			0 auto;
	background:		#ffffff url(../../img/design/content/container-bg.jpg) top center repeat-y;
	border-bottom:	4px solid #72ACCB;
	padding:        10px 0 30px 0;
	text-align:		center;
}



#container p {
	text-align:		left;
}



#container h1 {
	background:		url(../../img/design/content/heading-bg.jpg) top left repeat-x;
	height:			38px;
	margin-bottom:	15px;
	font-size:		18px !important;
	font-weight:	bold;
	color:			white;
	line-height:	27px;
	padding:        0px 10px 0px 15px;
}



#focus {
	width:			405px;
	float:			left;
	text-align:		left;
}




#resources {
	width:			405px;
	float:			right;
	text-align:		left;
}



