/* + Reset */
* {
	position: relative;
	margin: 0;
	padding: 0;
	font-size: 1em;
	border: none;
	outline: none;
	vertical-align: baseline;
}

html {
	position: static;
	font-size: 10px;
}
/* - Reset */


/* + Fonts */
body {
	font-family: Arial;
	font-size: 1.1em;
	line-height: 1.5em;
	color: #666666;
	background: url(../img/bg-body.gif) #d6d500 0 0 repeat-x;
}

body.iframe {
	font-size: 12px;
	background: #ffffff;
}

h1, h2, h3 {
	font-weight: normal;
}

h2 {
	margin-bottom: 15px;
	font-size: 1.5em;
	font-weight: bold;
}

h2.gray { color: #4d4d4d; }
h2.green { color: #84b61a; }
h2.orange { color: #df4619; }

h2 img {
	margin-right: 7px;
}

p {
	margin: .5em 0 1em 0;
}

a {
	color: #666666;
	text-decoration: underline;
}

ul {
	list-style: none;
}

body.iframe ul {
	margin: 10px 20px;
}

li {
	padding-left: 10px;
	background: url(../img/bg-li.gif) 0 5px no-repeat;
}

body.iframe li {
	margin-bottom: 3px;
	padding-left: 15px;
}


table {
	font: inherit;
}
/* - Fonts */


#wrapper {
	margin: 0 auto;
	width: 1017px;
}

/* + Wrapper shades */
.wrapper-shade {
	margin: 0 24px;
	height: 15px;
	background: url(../img/bg-wrapper-shade-v.png) repeat-x;
}

#wrapper-top { padding-bottom: 10px; background-position: 0 0; }
#wrapper-bottom { padding-top: 10px; background-position: 0 -25px; }
/* - Wrapper shades */


/* + Wrapper shade corners */
.wsc {
	position: absolute;
	width: 25px;
	height: 25px;
	background: url(../img/bg-wrapper-shade-corners.png) no-repeat;
	z-index: 1;
}

.wsc-top-left { left: -1px; top: 0; background-position: 0 0; }
.wsc-top-right { right: -1px; top: 0; background-position: -25px 0; }
.wsc-bottom-left { left: -1px; bottom: 0; background-position: 0 -25px; }
.wsc-bottom-right { right: -1px; bottom: 0; background-position: -25px -25px; }
/* - Wrapper shade corners */


#wrapper-inner {
	padding: 10px 14px 10px 35px;
	background: url(../img/bg-wrapper-shade-h.png) 0 0 repeat-y;
}

#header {
	height: 115px;
	z-index: 1;
}

#logo {
	position: absolute;
	left: 30px;
	z-index: 1;
}

#date {
	position: absolute;
	right: 45px;
	top: 40px;
	z-index: 1;
}

#banner {
	padding: 40px 35px;
	height: 54px;
	font-size: 20px;
	font-weight: bold;
	line-height: 28px;
	color: #f5d5cb;
	background: url(../img/bg-banner.png) 0 0 repeat-x;
}

#banner p {
	margin: 0;
}

#payoff {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
	line-height: 0;
	z-index: 1;
}

#cols {
	margin-top: 15px;
}

#content {
	float: left;
	width: 475px;
	border-right: 1px solid #e6e6e6;
}

.content-item {
	margin: 0 25px 0 0;
	padding: 15px 0 15px 25px;
	border-bottom: 1px solid #e6e6e6;
}

.content-item p {
	margin: 0;
}

#content-item-3 {
	margin: 15px 0 0 0;
	padding: 15px;
	border-right: none;
	border-bottom: none;
	color: #999999;
	background: #e7e5e4;
}
#content-item-2 img {
	float: left;
	padding-right: 10px;
}

#content-item-3 img {
	float: right;
	padding-left: 10px;
}

#sidecol {
	float: right;
	width: 470px;
}

#participants {
	width: 100%;
	height: 1100px;
}

#footer {
	margin-top: 25px;
	font-size: 1.1em;
	text-align: center;
}

#footer img {
	margin-top: 10px;
}

.clear {
	clear: both;
}