*
{
	margin: 0;
	padding: 0;
}

html, body
{
	height: 100%;
	background: #8e8e8e url(../gfx/site/body.jpg) repeat-x;
}

#wrapper
{
	width: 858px;
	min-height: 80%;
	margin: 0 auto;
	background: url(../gfx/site/wrapper.jpg) repeat-y;
}

* html #wrapper
{
	height: 80%;
}

#banner
{
	height: 241px;
	background: url(../gfx/site/banner.jpg) no-repeat;
}

#menu
{
	height: 32px;
	padding: 0 35px 0 35px;
	background: url(../gfx/site/menu.jpg) no-repeat;
}
#content
{
	padding: 20px 35px;
	background: url(../gfx/site/content.jpg) top right no-repeat;
}
	#sideCol
	{
		float: right;
		width: 210px;
		margin-left: 20px;
	}
#footer
{
	width: 858px;
	height: 95px;
	margin: 0 auto;
	background: url(../gfx/site/footer.jpg) no-repeat;
}
