﻿#admincontainer
{
	width: 970px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

#navadminheader
{
	height:24px; 
	background-image:url(images/admin_header_full_new.jpg); 
	background-position: left; 
	background-repeat: no-repeat;
	border-right: solid 1px #3C5041;
}

#centeradmincontent
{
	margin-top: 0px;
	margin-bottom: 0px;
}

#centeradmincontentbody
{
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 500px;
}

.adminBox
{
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.returnLink
{
	margin-bottom: 10px;
}