/* CSS Document
Kyle Matthews
Speaker Page CSS
© 2006 Kyle Matthews, See For Yourself Music
CSS code by Digital Vision Media, LLC, www.digitalvisionmedia.com */
	
div#topdiv {
	background: url(../images/pageheader02.jpg) top left no-repeat;
	}
	
div#contentdiv {
	padding-top: 20px;
	}
	
h2 {
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 30px;
	}
	
.photoleft {
	float: left;
	margin: 5px 8px 0 0;
	border: 1px solid #000;
	}
	
.photoright {
	float: right;
	margin: 5px 0 0 8px;
	border: 1px solid #000;
	}
	
p.breaker {
	margin-bottom: 30px;
	}

