body {
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	position: relative;
	width: auto;
	margin: 22px 0 14px 0;
	height: 100px;
	text-align: left;
}

#headerLinks {
	position: absolute;
	top: 26px;
	right: 0;
	text-align: right;
	width: 130px;
}

#main {
	position: relative;
	width: auto;
	min-height: 400px;
	text-align: left;
	background-color: #FFF;
}

#corner {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 44px;
	width: 44px;
	background-image: url(images/_corner.png);
}

/* for IE6 */
* html #corner {
	background-image: url(images/_corner.gif);
}


#column1 {
	float: left;
	width: 750px;
}

#column1 .textPadding {
	margin: 18px 40px 35px 35px;
}

#column2 {
	float: right;
	width: auto;
	text-align: right;
}

#footer {
	position: relative;
	clear: both;
	width: auto;
	margin: 16px 0 25px 5px;
	text-align: left;
}


/* ---- ADMIN ---- */

#adminHeader {
	position: relative;
	width: auto;
	height: 80px;
	text-align: center;
}

.adminLogOut {
	position: absolute;
	top: 50px;
	right: 25px;
}

#adminNavigation {
	position: relative;
	height: 30px;
	text-align: center;
	z-index: 100;
}

#adminMain {
	position: relative;
	margin: 3em 25px 4em 25px;
	width: 910px;
	text-align: left;
	z-index: 10;
}

