html, body{
    height:auto !important;
    height:100%;
    min-height:100%;
}

body
{
    font-family:Arial, Verdana, Helvetica, Sans-Serif;
    font-size:80%;
    color:#6e6e6e;
    margin:0;
    padding:0;
}

h2
{
    font-weight:bold;
    color:#c10538;
    font-size:100%;
}

#headerArea
{
    position:relative;
    top:0px;
    left:0px;
    height:150px;
    margin:0;
    z-index:0;
    width:1000px;
    text-align:left;
    background:url('assets/images/topHeaderBckGrnd.jpg') repeat-x left top;
}

#HaworthLogoArea{
	position:relative;
	left:250px;
	top:55px;
	width:500px;
	z-index:1;
}

#StartItUpTitleArea{
	position:relative;
	left:400px;
	top:0px;
	width:400px;
	z-index:1;
	font-size:100%;
}

#sideBar{
	position:absolute;
	top:0;
	left:0;
	height:auto !important;
	height:100%;
	min-height:100%;
	width:30px;
	clear:none;
	background-image:url('assets/images/sideBarAquaPng.png');
	background-repeat:repeat-y;
	background-position:left top;
	z-index:99;
}

#contentArea
{
    width:900px;
    margin:20px 80px;
}

.formButton
{
    font-size:10px;
    color:#333333;
    background-color:#ffffff;
}

#cutSheetFooter
{
    width:1000px;
    height:60px;
    margin:20px 0;
    background:url('assets/images/footerBottomImage.jpg') repeat-x top left;
}

.FooterText
{
    font:arial, 10px, #999999;
}

    
    

