html {
	width: 100%;
	height: 100%;
	min-height: 100%
}

body {
	height: 100%;
	margin: 0;
	text-align: left;
	background: url(../images/red-bar.gif) repeat-x 0 0;
	font: 10pt "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 130%;
}

html, body {
	border: 0;
	margin: 0;
	padding: 0;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -22px;
	width: 850px;
	z-index: 1;
	background: url(../images/background.gif) repeat-y;
}

#logo {
	width: 850px;
	height: 160px;
	background: url(../images/header.gif) no-repeat 0 0;
	position: relative;
	line-height: 130%;
	z-index: 1;
}

.conference {
	float: right;
	color: white;
	text-align: right;
	padding-top: 38px;
	padding-right: 154px;
	letter-spacing: 1pt;
	line-height: 155%;
	font-size: 14pt;
}

.header {
	font: italic bold 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	padding-top: 105px;
	padding-left: 254px;
	letter-spacing: .1em;
}

#left-column {
	width: 200px;
	float: left;
	clear: both;
	position: relative;
	z-index: 100;
	left: 20px;
	font-size: 9pt;
	line-height: 130%;
	top: -30px;
}

#live-chat {
	text-align: right;
	padding-right: 8px;
}

#right-column {
	width: 575px;
	float: right;
	position: relative;
	z-index: 3;
	right: 20px;
	padding-top: 23px;
	padding-bottom: 10px;
	background-color: white;
}

.push {
	height: 22px;
	clear: both;
}

/* page options*/

#page-options {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #686968; 
	font-size: 9pt;
}

.page-options {
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* headers*/

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
}

/* formats */

p, ul, ol, li {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0 0 15px;
	z-index: 10;
}

/* image spacing */

.img-top {
	margin-top: 10px;
}

.img-right {
	margin-left: 10px;
	margin-bottom: 10px;
}

.img-left {
	margin-bottom: 10px;
	margin-right: 10px;
}

.img-bottom {
	margin-bottom: 10px;
}


/* footer */

.footer {
	clear: left;
	width: 100%;
	background: black;
	color: #FFF;
	text-align: center;
	height: 22px;
	padding-top: 4px;
	padding-bottom: 4px;
	z-index: 6;
	font-size: 8pt;
}

.box-left {
	width: 235px;
	border: 1px solid #910202;
	margin-right: 30px;
	padding: 10px;
	float: left;
	margin-bottom: 30px;
}

.box-right {
	width: 235px;
	border: 1px solid #910202;
	padding: 10px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

#boxes {
	width: 575px;

}

#text { 
	width: 575px;
	clear: both;
}
