/* v1.0 | 20080212 */

/* @override http://www.inextremisleadership.com/assessment/css/base.css */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	font-family: Helvetica, Arial, FreeSans, sans-serif;
	font-size: 14px;
	background: #070707 none no-repeat;
	color: #333;
}
h1, h2, h3, a {
	color: #356ba9;
}
p {
	margin-bottom: 2em;
	line-height: 1.2em;
}
hr {
	height: 1px;
	color: #fff;
}
#container {
	width: 900px;
	background: #fff url(../images/bg-content.jpg) bottom left repeat-x;
}
#container .container-wrap {
	background: url(../images/assessment.jpg) no-repeat;
	position: relative;
	padding: 205px 25px 25px;
}
.wrap {
}
.clear {
	clear: both;
}
.header {
	text-align: right;
	height: 115px;
	font-size: 10px;
	text-transform: uppercase;
	color: #464646;
}
.header .wrap {
	background: url(../images/bg-extremis-leadership-assessment.png) top right no-repeat;
	height: 64px;
}
.content {
}
.content .wrap {
	padding: 15px 100px;
}
