/* @override http://drjimtaylor.com/css/userclasses.css */

/*
This stylesheet is for users of drjimtaylor.com to style their text
*/

.right-pic {
	margin: 0 0 10px 10px;
	float: right;
	clear: right;
	background: #efefef;
}

.left-pic {
	margin: 0 10px 10px 0;
	float: left;
	clear: left;
	background: #efefef;
}

h1 {
	color: #C7761A;
	font: bold 18px Georgia, serif;
	margin: 16px 8px -6px 8px;
}

h2 {
	font: bold 16px/20px Georgia, serif;
	color: #C7761A;
	margin: 16px 8px -6px 8px;
}

h3, h4, h5, h6 {
	font: 11px/16px Verdana, sans-serif;
}

h3 {
	color: #000065;
	font-weight: bold;
	margin: 12px 12px 12px 9px;
}

h4 {
	font-style: italic;
}

h5 {
	font-weight: normal;
}

h6 {
	font-weight: bold;
}

#title {
	position: absolute;
	top: 86px;
	left: 198px;
	margin: 25px 0 0 20px;
	padding: 0;
	z-index: 2;
}

#content-full #title {
	left: 17px;
}
