/* CSS Document */

/* northernfellsgroup.org/youth - Site Layout and Geometry */


 /* -- General -- */
/* ------------- */

#container {
	width:760px;
	margin:auto;
}

#banner, #banner_home, #banner_act, #banner_trans, #banner_health, #banner_report {
	clear:both;
	height:155px;
}

#content {
	clear:both;
	min-height:370px;
}

#content_l {
	float:left;
	width:140px;
}

#nav_v {
	height:350px;
	margin:0px 0px 0px 5px;
}

#content_r {
	float:right;
	margin:0px 0px 0px 5px;
	width:610px;
}

#breadcrumb {
	height:25px;
	width:395px;
	float:left;
}

#quick {
	height:25px;
	width:200px;
	float:right;
}

#main {
	clear:both;
	width:100%;
}

#footer {
	clear:both;
	width:610px;
	margin:auto;
	
	text-align:center;
}


 /* -- Home Page -- */
/* -------------- */

#home_main {
	float:left;
	width:385px;
}

#home_side {
	float:right;
	width:190px;
}

#box_t {
	height:105px;
}

#box_m {
	height:190px;
}

#box_b {
	height:90px;
}
