/* Layout
============================================================================== */
body {
/*	background-image: url(../core/img/container_bg.gif);*/
/*	background-repeat: repeat-y;*/
	background-color: #0c2113;
	}

div#page_container {
	width: 900px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	}

div#header {
	width: auto;
	height: 60px;
	background-color: #FFFBF0;
	background-image: url(../core/img/header.jpg);
	background-repeat: repeat-x;
	text-align: center;
	}

div#nav-top {
	clear: both;
	width: auto;
	height: 30px;
	background-image: url(../core/img/nav_top_bg.gif);
	background-repeat: repeat-x;
	}

div#banner-about {
	clear: both; width: auto; height: 85px; background-color: #FF9900; text-align: left;
	background: url(../core/img/banner_about.jpg) top left no-repeat;
	}
div#banner-primary {
	clear: both; width: auto; height: 85px; background-color: #FF9900; text-align: left;
	background: url(../core/img/banner_primary.jpg) top left no-repeat;
	}
div#banner-secondary {
	clear: both; width: auto; height: 85px; background-color: #FF9900; text-align: left;
	background: url(../core/img/banner_secondary.jpg) top left no-repeat;
	}
div#banner-esl {
	clear: both; width: auto; height: 85px; background-color: #FF9900; text-align: left;
	background: url(../core/img/banner_esl.jpg) top left no-repeat;
	}
div#banner-library {
	clear: both; width: auto; height: 85px; background-color: #FF9900; text-align: left;
	background: url(../core/img/banner_library.jpg) top left no-repeat;
	}
div#banner-departments {
	clear: both; width: auto; height: 85px; background-color: #FF9900; text-align: left;
	background: url(../core/img/banner_departments.jpg) top left no-repeat;
	}
div#banner-parents {
	clear: both; width: auto; height: 85px; background-color: #FF9900; text-align: left;
	background: url(../core/img/banner_parents.jpg) top left no-repeat;
	}

div#container {
	float: left;
	background-color: #fffbef;
	background-image: url(../core/img/container_bg.gif);
	}

div#nav-left {
	float: left;
	width: 170px;
	text-align: left;
	}

div#content {
	position: relative;
/*	left: 170px;*/
	float: right;
	width: 730px;
	height: inherit;
/*	background: url(../core/img/content_bg.gif) left top repeat-y;*/
	background-color: #fffaea;
	}
div#content-primary {
	width: 440px;
	float: left;
	padding: 0 20px 0 20px;
	}
div#content-secondary {
	width: 220px;
	float: right;
	padding: 0;
	overflow: hidden;
	}
div#spiral {
	position: absolute;
	top: 190px;
	left: 283px;
	width: 26px;
	/*height: 375px;*/
	background-image: url(../core/img/spiral.gif);
	z-index: 20;
	}
	
div#footer {
	width: 900px;
	height: 100px;
	margin: 0px;
	background: url(../core/img/footer_bg.gif) left bottom no-repeat;
	background-color: white;
	overflow: hidden;
	}
div#footer .text {
	width: 675px;
	height: 50px;
	margin: 45px 30px 0px 195px;
	overflow: hidden;
	}
div#footer p {
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #215611;
	text-align: center;
	}
	

