body {
	font-family: Arial, Helvetica, san-serif;
	background-color: #787878; 
	width: 850px;
	margin: 0 auto; /*this centers divs on body */
	border: 1px solid Black;
}

div {
	padding: 0px;
	width: 850px;
/*	border: 1px solid red; for testing  */

}


h1, h2 {
	font: 28px "Trebuchet MS", "abadi";
	margin: 0;

}

h3, h4 {
	font: 18px "Trebuchet MS", "abadi", sans serif;
	margin: 0;
}

#header  {
	background-color: #603311;
	width: 850px;
	padding: 15px 0 15px 0;
	
}  

#wrapper {

	background: url("Images/LT3colbkg.jpg") repeat-y center; 
	background-position: -13px 0;
	width: 850px;
/*        border: 1px solid white; for testing */


}

.clearfix {
  display: inline-block; /* Fixes IE/Mac */
}

.firstword {
	font: 72px "Kunstler Script", "Matura MT Script Captials", "French Script MT", "abadi", "script", "sans serif";
	color: White;
/*	font-weight: Bold; */
	margin-left: 1.3em;
}
.secondword {
	font: 32px "Trebuchet MS", "abadi";
	color: White;

}

.thirdword {
	font: 18px "arial";
	font-weight: bold;
	color: #FFCC11;
}
.headimg {
	margin-right: 45px;
	margin-top: -8px;
	float: right;
}

#navigation {
	float: left;
	width: 133px; 


}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 0 15px;
} 

#navigation li a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	line-height: 2.9em; /* list item vertical spacing adjustment */
}

#navigation li a:hover {
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-color: #B0B0B0;
}

#navigation a:link {
	color: white;
	font-weight: bold;
	text-decoration: none


}

#navigation a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none

}

#navigation a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;

}

.navtext {
	color: white;
	font-weight: bold;

}


#content {
	float: left;
	margin-right: 0px;
        margin-top: 25px;
	margin-left: 10px;
	padding: 0 0 15px 0;
	width: 495px; 
	font-size: 14px;
	float: left;
	
}

#RightCol {
	width: 195px;

	font-size: 14px;
	float: right;  
	margin-top: 25px;
/*	fill color #CDB38B;*/
}

p.bio {
	line-height: 1.3em;

}

.leftmarg {
	margin-left: 5px;
}

.quote {
	font-style: italic;
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.4em;
	width: 450px;
}
.auth {	
	margin-left: 15px;
	margin-right: 15px;
	line-height: 1.4em;
	width: 450px;
}
.firstline {
	margin-top: 0px;
}


.CDTitle {
	font-style: italic;
	font-size: 14pt;
}

.CDimg {
	float: left;

	padding: 0px 3px 0px 0px;
}

.splitimgR {
	background:#000000;
	margin: 15px 15px 0 -10px;
	float:left;

}

.splitimgL {
	margin-top: 40px;
	float:right;

}

.dataformat {
	font-size: 12px;	
}
#footer {
	height: 3em;
	background-color: #EE9A41;
	/* Background url('Images/LT3colbkg.jpg') repeat-y center; */
	clear: both;
	text-align: center;
}
