
body {
background-color: #cafddb;
text-align: center;
}

#wrapper {
width: 800px;
margin: 0 auto;
text-align: left;
background-color: #cafddb;
background-image: url(images/mainshad.jpg);
background-repeat: repeat-y;
padding: 10px;
font-size: 1.3em;
}

h1 {
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
color: green;
border-bottom: 1px solid green;
background-image: url(images/mainshad.jpg);
background-repeat: repeat-y;
font-size: 2em;
font-family: georgia;
font-weight: bold;
}

h2, h3 {
color: #2d5830;
padding: 4px 0px 4px 5px;
background-image: url(images/shadow.png);
background-repeat:repeat-y;
font-family: georgia;
font-weight: bold;
font-size: 110%;
}

ol, ul, p {
position: relative;
left: 100px;
color: green;
width: 80%;
line-height: 1.25em;
font-family: georgia;
font-weight: bold;
}

.two {
color: green;
font-weight: bolder;
background-repeat:repeat-y;
padding: 4px 0px 4px 5px;

}


div.images {
width: 800px;
margin-right: auto;
margin-left: auto;
height: 130px;
}

img {
border: none;
margin-left: 10px;
margin-right: 10px;
height: 130px;
}

div a {
color: green;
text-decoration: none;
}






