﻿body
{
	margin: 0em;
	padding: 0em;
	text-align:center;
}
#outer
{
    margin:0 auto;
	padding: 0em;
	/*width: 965px;*/
	width: 100%;
	text-align:left;
}

/* Header */

#header
{
	position: relative;
	height: 4em;
}

#headerbar
{
	position: relative;
	z-index:1002;
	height: 1.6em;
	width: 100%;
	clear: both;
}

/* Content */

#content1
{
	/*line-height: 1.5em;
	margin-left: 1em;*/
}

#primaryContent
{
	float: left;
	width: 275px; /*275px;*/
}
#secondaryContent
{
	float: left;
	/*position: absolute; HTI: commented out because of DragPanelExtender*/
	/*width: 689px;*/ /* 664px; */
}

/* Footer */