/**
 * Humans Left and Right
 */
.humans {
	font-size: .75em;
	height: 0;
	min-width: 970px;
	position: relative;
	width: 100%;
}

.humans .human_left,
.humans .human_right {
	display: block;
	overflow: hidden;
	position: absolute;
}

.humans .message_left,
.humans .message_right {
	color: #6a6a6a;
	position: absolute;
}

.humans .message_left,
.humans .human_left {
	left: 0;
	top: 18em;
}

.humans .message_right,
.humans .human_right {
	right: 0;
	top: 13em;
}

.humans .human_left {
	background: url(human_left.jpg) right 0 no-repeat;
	height: 394px;
	width: 176px;
}

.humans .human_right {
	background: url(human_right.jpg) 0 0 no-repeat;
	height: 495px;
	width: 308px;
}

.humans .message_left {
	margin: 210px 0 0 72px;
	width: 7.2em;
}

.humans .message_right {
	margin: 45px 30px 0 0;
	width: 8.3em;
}


/**
 * Headers
 */
#content h2 {
	color: #f66c1f;
	font-size: 2.285em;
	margin-bottom: 0;
	padding-top: .5em;
}


/**
 * Content
 */
#content .main {
	padding: 0 23% 0 17%;
	width: 60%;
}

#content .warning {
	clear: left;
	font-size: 2.571em;
	margin-bottom: .3em;
}

#content .pseudo {
	color: #f66c1f;
}


/**
 * Dialog Panel
 */
#content .dialog_panel {
	color: #3c3c3c;
	font-style: italic;
}

#content .panel1 {
	margin: 2em 0 1em 6%;
	width: 80%;
}

#content .panel1 .people {
	left: auto;
	margin-right: 10px;
	right: 100%;
}

#content .panel2,
#content .panel3 {
	float: left;
	margin: 1.25em 0 1em;
}

#content .panel2 {
	margin: 1.25em 5% 1em -2%;
	width: 28%;
}

#content .panel3 {
	width: 54%;
}


/**
 * Trainers
 */
#content .trainers {
	font-size: 1.286em;
	left: -12.5em;
	margin: .75em 0 -3em 137%;
	position: relative;
}
