body
{
	background: url('../images/gradient.gif') repeat-x #dea510;
}

/* ------ Page Layout (DIVs) ------ */

#main_container
{
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000000;
}

#top {
	height: 37px;
	background: url('../images/top.gif');
}

#content_container
{
	background: url('../images/background.gif');
	line-height: 24px;
}

#header
{
	height: 262px;
	width: 900px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: top center;
}

#nav-container {
	width: 900px;
	height: 41px;
	margin: 0 auto;
	background: url(../images/nav.gif);
}

#footer
{
	background: url('../images/bottom.gif');
	height: 33px;
}

#content {
	margin: 20px 59px 0 118px;
}
