body, html
{
	width: 100%;
	_height: 100%;
	min-height: 100%;
	margin: 0px;
}

body
{
	font-family: Arial, Verdana, sans-serif;
}

#Header
{
	_height: 150px;
	min-height: 150px;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

#HeaderImage
{
	width: 100%;
	_height: 150px;
	min-height: 150px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 0;
	line-height: 1px;
	font-size: 1px;
}

#Logo
{
	position: relative;
	margin-left: 60px;
	z-index: 100;
	color: #000;
}

#BusinessDescription
{
	margin: 0;
	padding: 0 0 0 60px;
	min-height: 5px;
}

#NavBar
{
	position: relative;
	min-height: 5px;
}

#NavBar ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 20px;
	text-align: center;
}

#NavBar ul li
{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#NavBar ul li a
{
	display: inline;
	padding: 2px 20px;
	text-decoration: none;
	text-transform: lowercase;
}

#MainDiv
{
	_height: 75%;
	min-height: 75%;
	position: relative;
}

#LeftBar
{
	width: 170px;
	position: absolute;
	left: 60px;
	top: 0px;
	margin-bottom: 8000px;
	padding-bottom: -8000px;
	text-align: right;
}

#LeftBar .LeftPicture
{
	margin-bottom: 1em;
}

#HighlightText, #QuickText
{
	padding-left: 20px;
}

#Content
{
	margin: 20px 20px 20px 260px;
}

#Copyright
{
	padding-left: 260px;
}

