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

body {
	width: 99%;
	font: normal 75.0% "bookman old style", arial, tahoma, helvetica, sans-serif;
	color: #000;
	background-color: #669933 !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;
}

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-size: 16px;
    color: #ff0000;
}

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

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

.spacer {
	padding-bottom: 25px;
}

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

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

ul {
    width: 100%;
    margin-left: 1em; 
    padding-left: 0; 
} 

li {
    list-style: disc;
    line-height: 1.5em; 
    text-align: left; 
} 

b {
    font-weight: 500;
}	

a img {
    border-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.home {
    text-decoration: underline;
}

#links {
    top: 13px;	
    float: left;
    padding-left: 15px;
    width: 33%;
    font-size: 15px;
    text-align: left;
    border: 1px solid #669933;
}

#links p {
    padding-bottom: .29em;
}

#notes {
    top: 400px;	
    float: right;
    text-align: left;
    padding-right: 8px;
}

a:link {
    color: #000;
    background-color: transparent;
    font-size: 16px;
}

ul {
    list-style: square;
}

li {
    margin-top: .5em;
    margin-bottom: .5em;
}

p {
    margin-top: .4em;
    margin-bottom: .4em;
}	

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

p.source {
    text-align: right;
    margin-bottom: 1.5em;
}

ul li {
	text-align: center;
}

#footer {
	text-align: center;
}