#pc_wrap {
	background-color: #dfefc0;
	margin: -1px 0 0 -1px;
	width: 100%;
	border: 2px solid #336;
	padding-bottom: 16px;
	
	color: #336;
	font-weight: bold;
}

#pc_topStripe {
	width: 100%;
	height: 10px;
	background-color: #98cb30;
}
#pc_header {
	position: relative;
	height: 50px;
	padding: 0 10px;
	background-color: #d3d3d3;
	border: 2px solid #336;
	border-width: 2px 0;
	text-align: right;
	font-size: 2em;
	line-height: .8em;
}

#pc_content {
	/* position: relative; */
	margin: 15px 20px;
	font-size: 1.2em;
}

#pc_style {
	position: absolute;
}

.pc_left {
	position: absolute;
}

.pc_right {
	text-align: right;
}
	

/* TYPOGRAPHY
_____________________________________________________________________*/

#pc_group {
	margin-bottom: -4px;
	font-size: 1.35em;
	line-height: 1.1em;
}

#pc_side, #pc_move, #pc_close {
	/* float: right; */
	text-align: right;
}
#pc_move {
	font-size: 1em;
}
#pc_close {
	margin-top: 10px;
	clear: both;
}
.pc_float {
	float: left;
}

/* IMAGES
_____________________________________________________________________*/

#pc_header img {
	position: absolute;
	top: -7px;
	left: 10px;
}
#pc_header img {
	width: 260px;
	height: 54px;
}
#pc_content img {
	/* position: relative; */
	margin: 5px auto;
	border: 1px solid #ccc;
}