*
{
	margin: 0;
	padding: 0;
}
html, body
{
	height: 100%;
}
#wrapperTable
{
	width: 100%;
	height: 100%;
}
#wrapperCell
{
	text-align: center;
	vertical-align: middle;
}
#wrapper
{
	width: 1002px;
	height: 604px;
	margin: auto;
	padding: 13px 21px;
	text-align: left;
	background: url(../gfx/site/wrapper.jpg) no-repeat;
}
#leftContent
{
	float: left;
	width: 246px;
	height: 604px;
}
	#banner
	{
		height: 66px;
		background: url(../gfx/site/banner.jpg) no-repeat;
	}
	#banner-over
	{
		height: 66px;
		background: url(../gfx/site/banner-over.jpg) no-repeat;
		cursor: pointer;
	}
#rightContent
{
	float: right;
	width: 756px;
	height: 604px;
}
	#contentWindow
	{
		overflow: auto;
		margin: 20px 20px 5px 13px;
		height: 500px;
	}
	#slideshow
	{
		text-align: center;
	}
	#ahPromo
	{
		height: 62px;
		background: url(../gfx/site/ahPromo.jpg) no-repeat;
	}