body {
	margin: 0px auto;
	background-color:#fff;
	width: 800px;
}

#experience {
	position:absolute;
	width: 800px;
	background-color:#ffffff;
}

#header #logo {
	float: left;
	background:#ffffff url(/esuite/images/pages/soulPurposeExperience/logo.png) no-repeat top left;
	width:800px;
	height:112px;
	position:relative;
}

#header #contact-info {
	top: 16px;
	position: absolute;
	color: #603107;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	float: right;
	right:74px;
	text-align:right;
}

#header #contact-info a {
	text-decoration: none;
	text-transform: none;
	color: #d20e21;
}

#header #contact-info a:hover {
	text-decoration: underline;
}

#header #personalPhoto {
	width:66px;
	position:absolute;
	right:1px;
	top:10px;
}

#left-nav {
	position: relative;
	margin-top: 5px;
	float: left;
	border-color: #bda78b;
	border-style: solid;
	border-width: 1px;
	text-align: center;
	text-transform: uppercase;
	font-family: Georgia, serif;
	font-size:10pt;
	letter-spacing:2px;
	width: 255px;
	background-color:#f5f0eb;
}

#left-nav ul {
	padding: 0px;
	display: inline;
}

#left-nav ul li {
	padding: 8px;
	color: #9a784f;
	background-color: #f5f0eb;
}

#left-nav ul li.active {
	background-color: #bda78b;
}

#left-nav ul li.active a {
	color: #f5f0eb;
}

#left-nav ul li:hover {
	background-color: white;
}

#left-nav ul li:hover a {
	color: #603107;
	background-color: white;
}

#left-nav ul li a {
	padding-bottom: 12px;
	border-bottom-color: #bda78b;
	border-bottom-width: 1px;
	display: block;
	margin-right: 24px;
	margin-left: 24px;
	top: 6px;
	position: relative;
	border-bottom-style: dashed;
	color: #603107;
	text-decoration: none;
}

#main-content {
	font-family: Arial, sans-serif;
	background-color: #f5efea;
	border-color: #bda78b;
	border-width: 1px;
	border-style: solid;
	width: 510px;
	margin-top:6px;
	padding:0 10px;
	float: right;
}

#main-content h1 {
	margin-left: -6px;
	margin-top: 6px;
	margin-bottom: 0;
	color: #613101;
}

#main-content p {
	line-height: 1.6em;
	color: #613101;
	font-size: 10pt;
	margin-bottom: 8px;
}

#main-content a, #left-nav p a {
	text-transform: uppercase;
	color: #d4091e;
	text-decoration: none;
}

#main-content a:hover, #left-nav p a:hover  {
	text-decoration: underline;
	text-transform: uppercase;
	color: #d4091e;
}

#bottom-content {
	clear: both;
}

.image-links {
	padding: 5px;
	float: left;
}

a img {
	border-color: transparent;
	border-width: 0px;
}

/* Admin settings */
/*
#contact-info .admin {
	position:relative;
	top:-20px;
	text-align:right;
}
#contact-info .editButton {
	position:relative;
	top:-20px;
	text-align:center;
}
#personalPhoto {
	height: 70px;
	position: relative;
	float:right;
	top: 75px;
	width:68px;
	left: 200px;
}
*/