/* CSS Document */

body
{

}

#container {
	z-index: 1;
	width:900px;
	background-color: #67583E;
}

#header {
	z-index: 2;
	width:900px;
	height:186px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
}

#menu {
	z-index: 3;
	height: 39px;
	background-image: url(images/menu_01.gif);
	background-repeat: no-repeat;
	width: 900px;
}

#loading {
	z-index: 4;
	width:900px;
	height:38px;
	background-image: url(images/loadingBar.gif);
	background-repeat: no-repeat;
}
	
#content {
	z-index: 5;
	width:900px;
	height:auto; /*depends on the content*/
	background-image: url(images/content.gif);
	background-repeat: repeat-y;
}

#footer {
	z-index: 6;
	width:900px;
	height:100px;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
}

#newstitle {
	background-color:#CC6600;
}