/* This is my basic stylesheet used in my aboutgreenwood website. */

body {
	width: 99%;
	font: normal 80.0% "bookman old style", arial, tahoma, helvetica, sans-serif;
	color: #000;
	background-color: #ffcc99 !important;
}

#maincontainer {
	background: #f5f5dc;
	font-size: 1.2em;
	margin: 20px auto;
	padding: 0 10px 10px;
	width: 800px;
	border: 1px solid #888;
}

#content {
	text-align: center;
	background: #f5f5dc;
}

#header {
	padding-top: 15px;
}

#header img {
	border: 1px solid #888;
}

#articleleft{
float:left;
top: 100px;
padding: 0px;
width: 360px;
background-color: #f5f5dc !important;
}

#pictureright{
top: 100px;
float:right;
padding: 0px;
width: 360px;
background-color: #f5f5dc !important;
}

#pittman{
font-family: arial, tahoma, helvetica, sans-serif;
font-size: 17px;
color: #000;	
font-weight: bold;
text-align: center;
width: 75%;
}	

p.indent{
text-indent: 2.0em;
text-align: justify;
}

p.source{
text-align:right;
}

p.link{
text-align:right;
}

p.back{
text-align:center;
}

p.center{
text-align:center;
}

p.red{
font-family: "bookman old style", arial, tahoma, helvetica, sans-serif;
font-size: 16px;
color: ff0000;
}

p.left{
text-align:left;	
color: ff0000;
}

p.memorialquote{/*Used in headers for the quotes in memorial-fountain.html*/
font-size: 20px;
font-weight: bold;
color: #000;
text-indent: 2.0em;
text-align:center;
}	

p.memorialquotetwo{/*Used in headers for the quotes in memorial-fountain.html*/
font-size: 23px;
font-weight: bold;
color: #000;
text-indent: 2.0em;
text-align:center;
}

p.smallspace{/*Used on greenwood-auto-company*/
line-height: 0.25em;
}	

h1{
font-size: 23px;
font-weight: bold;
color: #000;	
}	

.imgbox {
	float: left;
	width: 200px;
	height: 215px;
	text-align: center;
	padding-top: 10px;
	
}

.imgbox img {
	border: 1px solid #888;
}

.imgbox_wide {
	float: left;
	width: 400px;
	height: 200px;
	text-align: center;
	padding-top: 10px;
}

.imgbox_wide img {
	border: 1px solid #888;
	height: 100px;
}

.imgbox_williams {
	float: left;
	width: 275px;
	height: 200px;
	text-align: center;
	padding-top: 10px;
}

.imgbox_williams img {
	border: 1px solid #888;

}

.clear{
	clear: both;
	padding-bottom: 25px;
}

.spacer {
	padding-bottom: 25px;
}

#gallery h1{
font-size: 23px;
font-weight: bold;
color: #000;	
text-align:center;
}	

h2{
font-size: 20px;
font-weight: bold;
color: #000;
}

.fine{
font-size: smaller; 
color: #000;	
}	

.fine2{
font-size: x-small;
color: #ff0000;	
}

ul { 
margin-top:0.35em; 
margin-left:1em; 
padding-left:0; 
} 

li { 
line-height:2.0em; 
text-align:left; 
} 

b{
font-weight:500;
}	

a img{
border-style:none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.thumbnail img{
border:1px solid #999;
margin:15px;
}

.lefttext{
text-align:left;
width:150px;
margin-left:15px;
margin-right:15px;
}

.lefttextpan{/*Used to insert text uner the Greenwood panorama*/
text-align:left;
width:420px;
margin-left:15px;
margin-right:15px;
}

.left {
	float: left;
	padding-left: 90px;
}

.right {
	float: right;
}

.left_rest { /*Aligns matchcover images on matchcovers.html */
	float: left;
	padding-left: 35px;
}

#bottomgifs{/*Used to center gifs at bottom of yazoo.html and transportation.html*/
text-align:center;	
}

#bottomgifs img{/*Used to take border off of gifs at bottom of yazoo.html and transportation.html*/
border-style:none;
}

#footer {
	text-align: center;
}