/* Main layout */


body {
	margin:  0;
	padding: 0;
}

#container {
	position: relative;
	width:979px;
	border-width: 1px;
	border-style: solid;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

#popupContainer {
	position: relative;
	margin: 20px 1em 2em;
	border-width: 1px;
	border-style: solid;
	}

#header {
	margin: 0em;
}

#header h1 {
	height: 130px;
	margin:  0;
	padding: 0;
}

#header h1 span {
	display: none;
}

.headerMargin {
	height: 12px;
	border-bottom: 1px solid;
}

#primaryNavigation {
	position: absolute;
	width: 850px;
	top: 212px;
	left: 148;
}

#secondaryNavigation {
	position: absolute;
	top: 160px;
	background-repeat: no-repeat;
	width: 148px;
	height: auto;
	padding-left: 0px;
	padding-right: 2px;
	left: 2px;
}

#primaryContent {
	margin-left: 13em;
	padding: 1em;
	height: auto;
	float: none;
	background-color: #FFFFFF;
	width: auto;
}

#adminContent {
	margin-left: 1em;
	padding: 1em 1em 3em;
	height: 650px;
	float: none;
}
#popupContainer #primaryContent {
	border-left: none;
	margin-left: 0;
}

#footer {
	text-align: right;
	padding: 1em 0.5em 0;
	border-top: 1px solid;
	margin: 1em;
	background-color: #FFFFFF;
	float: none;
}

