/* Home Layout
============================================================================== */
body {
	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#container {
	float: left;
	background-color: #ffffff;
	}
div#bar-top {
	float: left;
	width: 900px;
	height: 45px;
	background: url(../core/img/home_bar_bg.gif) left top no-repeat;
}

div#flash {
	float: left;
	width: 900px;
	height: 290px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	text-align: center;
	z-index: 1;
}

div#bar-menu {
	float: left;
	width: 560px;
	height: 40px;
	background: url(../core/img/home_bar_bg.gif) left top no-repeat;
	overflow: hidden;
	padding-left: 340px;
}

div#button-updates {
	float: left;
	margin-left: 5px;
}

div#button-events {
	float: left;
	margin-left: 10px;
}

div#logos {
	float: left;
	width: 340px;
	height: 100px;
	background: url(../core/img/ipc_ib_logos.gif) no-repeat left top;
}

div#studywiz {
	float: left;
	width: 340px;
	height: 249px;
	background: url(../core/img/ib_studywiz_logos.jpg) no-repeat left top;
}

div#content {
	float: left;
	width: 560px;
	height: 250px;
	overflow: hidden;
}

div#events {
	position: relative;
	top: 0px;
	left: 0px;
	width: 560px;
	height: 150px;
	padding-top: 10px;
	visibility: visible;
	overflow: hidden;
	z-index: 1000;
}

div#content #updates {
	position: relative;
	padding: 10px;
	top: 0px;
	left: 0px;
	width: 550px;
	height: 260px;
	background: url(../core/img/home_menu_bg.gif) left top repeat-y;
	overflow: hidden;
}

div#footer {
	width: 900px;
	height: 80px;
	margin: 0px;
	background: url(../core/img/footer_home_bg.gif) left bottom no-repeat;
	background-color: white;
	overflow: hidden;
	}
div#footer .text {
	width: 675px;
	height: 50px;
	margin: 28px auto 0px auto;
	overflow: hidden;
	}
div#footer p {
	margin: 0 0 0 0;
	font-size: 12px;
	line-height: 16px;
	color: #215611;
	text-align: center;
	}
	
