body {
	text-align: center;
	font-size: 12px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #39322d;
}

table {
	margin-left: auto;
	margin-right: auto;
}

td.label {
	text-align:right;
}

td.input {
	text-align:left;
}

#container {
	margin: auto;
	height: 100%;
	max-width: 850px;
}

#header {
	float: left;
	width: 750px;
	height: 150px;
	margin-top: 10px;
}

#footer {
	clear: both;
	width: 750px;
	padding-top: 35px;
	padding-bottom: 15px;
	color: #D6D4D1;
}

#logo {
	float: left;
	height: 150px;
}

#logout {
	float: right;
	height: 70px;
	padding-top: 40px;
}

#content {
	float: left;
	min-width: 750px;
}

#nav {
	float: left;
	width: 750px;
	background-image: url(../images/nav_back.png);
}

#navEndLeft {
	float: left;
}

#navEndRight {
	float: right;
}

#navItems {
	float: left;
	width: 700px;
	color: #d4ceca;
	padding-top: 5px;
}

#navItems a:active, #navItems a:visited, #navItems a {
	color: #d4ceca;
	text-decoration: none;
}

#navItems ul {
	margin: 0px;
	padding: 0px;
}

#navItems li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-left: 16px;
}
