body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
 
#header {
	position: relative;
	margin-top: 38px;
	width: auto;
	text-align: center;
}

#main {
	position: relative;
	width: auto;
	margin: 25px 85px 0 85px;
	text-align: left;
	min-height: 450px;
}

#footer {
	position: relative;
	width: auto;
	margin: 1em 0 4em 0;
	font-size: 10px;
	color: #999;
}

#address {
	float: left;
}

#copyright {
	float: right;
}

/* ---- ADMIN ---- */

#adminHeader {
	position: relative;
	width: auto;
	height: 80px;
	text-align: center;
}

.adminLogOut {
	position: absolute;
	top: 50px;
	right: 25px;
}

#adminNavigation {
	position: relative;
	height: 34px;
	text-align: center;
	z-index: 100;
}

#adminMain {
	position: relative;
	margin: 3em 25px 4em 25px;
	width: 910px;
	text-align: left;
	min-height: 450px;
	z-index: 10;
}
