/* CSS Document */

* {
margin: 0;
padding: 0;
}

body {
background: url(images/leaful.gif) no-repeat top left;
}

div#mainwrapper {
width: 100%;
background: url(images/leaflr.gif) no-repeat bottom right;
}

div#maincontent {
background: url(images/leafll.gif) no-repeat bottom left;
position: relative;
min-height: 300px;
}

div#header {
float: left;
margin-left: 130px;
}

h1 {
float: left;
margin-left: 47%;
margin-right: 7%;
margin-top: 80px;
font-size: 18px;
line-height: 26px;
font-family: Arial, Helvetica, sans-serif;
width: 45%;

}

a {
color: rgb(132,194,37);
text-decoration: none;
font-weight: bold;
}

a:hover {
color: white;
background-color: rgb(132,194,37);
}

p.quote {
float: left;
margin-left: 47%;
margin-top: 30px;
font-size: 22px;
font-style: italic;
width: 35%;
clear: both;
}

p.copyright {
position: absolute;
bottom: 0px;
right: 115px;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
text-align: right;
}

p.copyright a {
color: red !important;
}


div#menu {
margin-top: 30px;
margin-left: 120px;
clear: both;
}

div#menu ul {
list-style: square;
}

div#menu li {
font-size: 18px;
line-height: 24px;
}

p.address {
font-size: 14px;
font-family: Arial, Helvetica, sans-serif;
float: left;
margin-top: 30px;
padding-bottom: 30px;
margin-left: 60%;
clear: both;
width: 35%;
}

div#contentwrapper {
width: 45%;
margin-left: 20px;
}
