html {
	font-size: .75em;	
}

a {
	outline: none;
}

body {
	background: #f6f5f2 url("../images/background.gif") top left repeat-x;
}

#logo {
	display: block;
	position: relative;
	width: 700px;
	height: 140px;
	background: url("../images/logo.gif");
}

#logo a {
	display: block;
	position: relative;
	width: 650px;
	height: 130px;
	text-indent: -2000px;
}


#container {
	display: block;
	position: relative;
	width: 900px;
	height: auto;
	margin: 0 auto;
}

#header {
	display: block;
	position: relative;
	width: 900px;
	height: 113px;
	background: url(../images/header.gif) top left no-repeat;
}

#header h2 {
	display: block;
	position: relative;
	margin: 0;
	font-size: 35px;
	color: #fff;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 25px 0 0 25px;
}

#phoneBox {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #26698a;
	display: block;
	position: absolute;
	right: 25px;
	text-align: right;
	z-index: 10;
	font-size: 1.3em;
	letter-spacing: .02em;
}

#greenHeader {
	display: block;
	position: relative;
	width: 900px;
	height: 316px;
	background: url(../images/green_header.gif) top left no-repeat;
}

#reg_price {
	display: block;
	position: absolute;
	width: 145px;
	height: 87px;
	background: url(../images/price.gif) top left no-repeat;
	top: 130px;
	left: 680px;
}

#register_button {
	display: block;
	position: absolute;
	width: 243px;
	height: 73px;
	background: url(../images/register-button.gif) top left no-repeat;
	top: 210px;
	left: 640px;
}

#register_button a {
	display: block;
	position: relative;
	width: 243px;
	height: 73px;
	text-indent: -3000px;
}

#time_place {
	width: 248px;
	height: 153px;
	display: block;
	position: absolute;
	top: 135px;
	left: 380px;
	background: url(../images/time-place.gif);
}

#featured_speaker_box {
	display: block;
	position: relative;
	width: 322px;
	height: 262px;
	top: 25px;
	left: 25px;
}

#featurebox {
	display: block;
	position: relative;
	width: 900px;
	height: auto;
	background: url(../images/featurebox.gif) bottom left no-repeat;
	min-height: 220px;
	.height: 220px;
}

#keynote_speakers {
	display: block;
	position: absolute;
	width: 322px;
	height: auto;
	left: 20px;
}

#featured_speakers {
	display: block;
	position: absolute;
	width: 500px;
	height: auto;
	left: 380px;
	height: 200px;
}

#thankyou {
	display: block;
	font-size: 1.2em;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0 0 0 185px;
}

.speakers h3, .sponsors h3, .workshops h3 {
	display: block;
	position: relative;
	margin: 15px 0 0 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #CCC;
	line-height: 1.5em;
}

.speakers h2 {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #bbca93; font-size: 1.5em; margin: 10px 0 0 0;
}

.speakers p.subhead {
	margin: 3px 0;
	font-weight: bold; font-size: 1.3em;
}

.speakers p {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
	font-size: .85em;
}


.speakers ul {
	display: block;
	position: relative;
	margin: 10px 0 0 25px;
	padding: 0;
	list-style: none;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.speakers ul li {
	display: block;
	position: relative;
	font-weight: bold;
	color: #336889;
	font-size: 15px;
}

.speakers ul ul {
	display: block;
	margin: 0 0 10px 0;
}

.speakers ul ul li {
	display: block;
	position: relative;
	font-weight: normal;
	font-size: .75em;
	color: #CCC;
}

.sponsors {
	display: block;
	position: relative;
	margin: 0 0 0 15px;
	float: left;
	width: 350px;
}

.workshops {
	display: block;
	position: relative;
	margin: 0 0 0 15px;
	float: left;
}

.workshops ul {
	margin: 25px 0 0 0; padding: 0; width: 450px;
	font-size: .85em;
}

.workshops li {
	margin: 0; padding: 0;
}


.featured_pics li {
	display: block;
	position: relative;
	float: left;
	margin-right: 25px;
}

.clear {
	display: block;
	position: relative;
	clear: both;
}

#workshops ul li {
	margin: 0;
	list-style: none;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	line-height: 1.5em;
}

#workshops ul li strong {
	color: #336889;
}

.regForm {
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: relative;
	margin-left: 100px;
}

.regForm li {
	display: block;
	position: relative;
	margin: 0;
}



#footer {
	clear: both;
	display: block;
	position: relative;
	margin: auto;
	width: 900px;
	font-size: .85em;
	font-family: "Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 45px 0 25px 0;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: none;
}

