body {
	background-image: url("../images/layout/bg_body.png");
	background-color: #fff;
	background-repeat: repeat-x;
}
#content {
	width: 955px;
	margin: auto;
	padding: 0px;
}
#top {
	background-color: #fff;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#middle {
	padding-top: 15px;
	color: #fff;
	background-color: #8e7a87;
	background-image: url("../images/layout/bg_middle.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}
	#left { width: 275px; }
	#center { padding: 0 20px; }
	#center .content {
	}
	#right {
		width: 268px;
		padding-top: 38px;
		padding-right: 20px;
		padding-bottom: 2em;
	}
#bottom {
	padding: 10px 0px 0px;
}
#bottom, #bottom a {
	color: #535355;
}
#bottom .footnav {
	text-align: center;
}
#copyOffWorld {
	padding: 15px;
	text-align: center;
}
#copyOffWorld, #copyOffWorld a {
	color: #bbc;
}
#copyOffWorld a.selected {
	color: #a7036b;
}

#headlogo {
	position: absolute;
	margin-top: 39px;
	margin-left: 714px;
}

#headnav {
	color: #aaa;
	padding-bottom: 10px;
	padding-top: 70px;
	padding-left: 20px;
}
#headnav a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  text-transform: lowercase;
}
#headnav a:hover {
	color: #bbb;
}
#headnav a.selected, #headnav a.open {
	color: #a7036b;
}

#center .centerTitle {
	margin-bottom: 15px;
	padding-bottom: 3px;
}
#center .centerTitle h1 {
	color: #fff;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

#center .centerSubTitle h2 {
	color: #a7036b;
	font-size: 14px;
}
#right h2.title {
	background-color: #ababac;
	padding: 5px 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
