/* HOMEPAGE RULES */

/* SITE CONTAINERS */

div#whole_site_container {
}

div#site_container {
	background-repeat: no-repeat;
	background-position: center top;
}

	.signpost {
		background: #000000 url("/images/backgrounds/home/header_bg_signpost.jpg");
	}
	
	.globe {
		background: #000000 url("/images/backgrounds/home/header_bg_globe.jpg");
	}
	
	.workinglate {
		background: #000000 url("/images/backgrounds/home/header_bg_workinglate.jpg");
	}

	.cellmtg {
	background: #000000 url("/images/backgrounds/home/header_bg_cellmtg.jpg");
	}

	.lobbystaff {
	background: #000000 url("/images/backgrounds/home/header_bg_lobbystaff.jpg");
	}

	.unitednations {
		background: #000000 url("/images/backgrounds/home/header_bg_unitednations.jpg");
	}

div#container {
}

/* HEADER */

div#header {
	height: 275px;
}

	#header h1 {
		width: 285px;
		height: 120px;	
		}


/* SITE INTRO TEXT */

div#intro_text {
	height: 150px;
}


/* MAIN SITE CONTENT BODY */

div#whole_site_container {
}

div#site_container {
}

div#main_body {
}


/* MAIN TEXT REGION */

	div#body_text {
		margin: 0px 0px 0px 515px;
		width: 485px;
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	
		#body_text h2 {
		text-align: right;
		width: 485px;
		overflow: hidden;
		padding: 5px 10px 0px 0px;
		}
		