body {
	outline: none;
	text-align: center;
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	color: #0c3c72;
	background: #fff;
}
ol,ul,li,h1,h2,h3,h4,h5,h6,p{
  font-weight:normal;
	padding:0;
	margin:0;
}
li {
  list-style-type: none;
}
#wrapper {
  position: relative;
	text-align: left;
	margin: 30px auto;
	background: url('/images/pl.jpg') no-repeat;
	width: 1024px;
	height: 612px;
}
.open {
  cursor:pointer;
	position: absolute;
	left:10em;
	top:8em;
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 50px 37px 13px 37px;
  width:0;
  height:0;
}
.active {
  border-color: transparent;
}

.overlay {
  padding: 2em 0;
  text-align: right;
	display:none;
	width:1024px;
	background-color:#fff;
}

.titles {
  margin: 1em 0;
  padding: 1em 0;
}
.title {
	font-size: 176%;
}
.subtitle {
	font-size: 152%;
}
.heading {
  font-size: 135%;
}
.item {
  font-size: 100%;
  margin: 0.1em 0;
}


