body {
	width: 1000px;
	font-family: Georgia, serif;
	color: #444;
	font-size: 11px;
	margin: 60px;
}

table {
	margin: 0px;
}
tr {
}
td {
	margin: 0px;
	padding: 10px 10px 10px 10px;
}
.header {
	background-color: #ccc;
	font-size: 12px;
	font-weight: bold;
}
.small {
	font-size: 10px;
	color: #666;
}


#speaker_header {
	padding: 10px 0px 20px 10px;
	background-color: #ccc;
	font-size: 12px;
	font-weight: bold;
}
#speaker_name {	
	float: left;
	width: 120px;
}
#speaker_company {	
	float: left;
	width: 200px;
	padding-left: 15px;
}
#speaker_topics {
	float: left;
	width: 300px;
	padding-left: 15px;
}
#speaker_location {
	float: left;
	width: 150px;
	padding-left: 15px;
}
#speaker_links {
	float: left;
	width: 150px;
	padding-left: 15px;
}
#speaker_row {
	padding: 8px 10px 8px 10px;
	float: left;
	padding-bottom: 10px;
}

p {
	width: 400px;
	font-size: 12px;
}

#button {	
	/*float: left;*/
	background-color: #555;
	width: 120px;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	/*display: block;*/
	margin-top: 40px; 
	padding: 5px 10px 5px 10px;
}

A:link {
	color: #fff;
	text-decoration: none;
}

A:visited {
	color: #fff;
	text-decoration: none;
}

A:active {
	color: #003300;
}

A:hover {
	color: #cc0;
}