/* CSS Document */


* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font-size: 1em;
	color:#000; 
	background-color:#e6ddf4;
	font-family: Palatino Linotype, Book Antiqua, Palatino, Georgia, "Times New Roman", Times, serif;	
	}

h1 {
	font-size: 1.6em;
	text-align: left;
	line-height: 1.3em;
	color: #6600CC;
	margin-bottom: 9px;
	text-align: left;
	font-style: italic;
	font-weight:normal;}
	
h2 {
	font-size: 1.2em;
	line-height: 1.3em;
	color:#6600CC;
	text-align: left;
		margin-bottom: 6px;}
	


p {
	font-size: 95%;
padding-bottom:12px;
line-height:1.5em;
	}
	


	
#container {
width: 850px;
margin: 0px auto 0px auto;
position:relative;
	}
	
	

#backgroundhome {
background-repeat: repeat-y;
background-position:top;
background-image:url(images/tjmiddle.jpg);
width:850px;
position:relative;
}

#intro{
	position:absolute;
	top:278px;
	left:284px;
	width:284px;
	font-size:120%;
	font-style:italic;
	text-align:center;
	line-height:1.4em;
}

#stephen{
	position:absolute;
	top:0px;
	left:175px;
}

#elizabeth{
	position:absolute;
	top:0px;
	left:482px;
}



#top {
position:relative;
background-image:url(images/tjheader.jpg);
background-repeat: no-repeat;
background-position:top;
height: 400px;
}

	


#middle{
position:relative;
padding: 12px 55px 12px 55px;
text-align:center;
}


#middle a {
	color: #6600CC;
	text-decoration: underline;
	font-weight:bold;
}
		
#middle a:link, #middle a:visited {
	color: #6600CC;
	}

#middle a:hover {
	color: #000;
		}

#tweed {
	position:relative;
	text-align:justify;
	padding: 0px 450px 12px 55px;

}

#tweed a {
	color: #6600CC;
	text-decoration: underline;
	font-weight:bold;
}
		
#tweed a:link, #tweed a:visited {
	color: #6600CC;
	}

#tweed a:hover {
	color: #000;
		}


p span{font-weight:bold;
text-transform:uppercase;
color: #000;}


#jeffries {
position:absolute;
margin-left:390px;
top:0px;
 width: 350px;
}



#footer{
background-repeat: no-repeat;
background-position:top;
height:40px;
background-image:url(images/tjfooter.jpg);
position:relative;
}



#bottom {
position:relative;
}

p.bottom {padding-top:9px;
font-size:75%;
text-align:center;
color:#666;
}

#bottom a {
text-decoration:none;
color: #666;
}
