#container {
	width: 980px;
	float: left;
	font: 12px/17px "Lucida Grande", Lucida, Helvetica, Arial, Verdana, sans-serif;
	color: #333;
	background: #fff url(../images/main_bg.gif) top left repeat-y;
}

/* Link styles */

a { color: #0054a6; }

a:link, a:active { color: #0054a6; text-decoration: none; }

a:visited { color: #0054a6; text-decoration: none; }

a:hover { color: #6d9dcc; text-decoration: underline; }

/* Text and header styles */

p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
}

h2 {
	line-height: 1.4em;
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 14px;
}

h2 span {
	font-weight: normal;
	font-size: .9em;
	line-height: 1.4em;
}


/* Main page content */

#content {
	float: left;
	width: 930px;
	margin-left: 25px;
}

#main {
	float: left;
	width: 500px;
}

#info {
	margin-top: 12px;
	float: left;
	width: 500px;
	background-color: #555;
	color: #fff;
}

#info a {
	color: #fff;
}

#info div {
	margin-left: 28px;
	float: left;
}

#presenters {
	padding-top: 40px;
	width: 500px;
}

#presenters p {
	font-size: .9em;
	line-height: 1.2em;
	text-transform: uppercase;
	float: left;
	margin-left: 22px;
}

#details {
	padding-bottom: 10px;
	padding-left: 30px;
	width: 396px;
	float: left;
}

#details p.intro {
	color: #000;
	margin-top: 36px;
	font-size: 1.2em;
	line-height: 1.6em;
}

div.workshop {
	width: 396px;
	padding-top: 6px;
	margin-top: 20px;
}

div.workshop div {
	width: 366px;
	float: left;
	margin-bottom: 20px;
}

div.workshop div img {
	float: left;
	margin-right: 12px;
}

div.workshop div p strong {
	color: #000;
	font-size: 1.4em;
	line-height: 1.8em;
}

img.register {
	margin-top: 8px;
	border: 1px solid #000;
}