html, body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
}

#PageWrapper
{
	position: relative;
}

#BG
{
	position: relative;
	width: 100%;
	height: 20px;
}

#HeaderImage
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

#MainPage
{
	position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
}

#TopSection
{
	position: relative;
	z-index: 30;
	/*border-left: 1px solid #fff;*/
	/*#position: absolute;*/
	width: 100%;
	height: 100px;
}

#LowerSection
{
	position: relative;
	z-index: 40;
}

#Copyright
{
	position: relative;
	z-index: 50;
}

#Logo
{
	width: 200px;
	float: left;
}

#Navigation, #BusinessDescription
{
	margin-left: 220px;
}

#Navigation ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#Navigation li
{
	display: block;
	float: left;
	width: 19.5%;
	text-align: center;
}

#Navigation li a
{
	text-decoration: none;
	font-weight: bold;
	line-height: 1.5em;
}

#BusinessDescription
{
	position: absolute;
	right: 0px;
	left: 0px;
	#left: auto;
	bottom: 0px;
	#width: expression((this.parentNode.offsetWidth - 220) + "px");
	text-align: center;
}

#LowerSection
{
	position: relative;
	clear: both;
}

#QuickText
{
	float: left;
	#float: none;
	#position: absolute;
	#left: 0px;
	_left: -220px;
	#top: 0px;
	width: 200px;
}

#Content
{
	position: relative;
	margin-left: 220px;
}

#Copyright
{
	#position: absolute;
	#top: 100%;
	#width: 100%;
	padding-left: 220px;
	float: none;
	clear: both;
}
