 /* this is for a firefox problem */
 
html {
 height: 100%;
}

/* clears margins in paddings that are applied in old browsers such as Opera */ 

html, body, ul, li {
 margin: 0;
 padding: 0;
}

/* will set padding and margins on all elements to zero */

 * {
 margin: 0;
 padding: 0;
}

a {
 text-decoration: none;
}

* html ul.indexul a {
 height: 1px;
}

.wrapper {
 width: 690px;
 float: left;
 margin-left: 100px;
 text-align: left;
 background-color: #ffffff;
 background-image: url(limegreen.jpg);
 background-repeat: repeat-y;
 border: solid 1px rgb(63, 86, 30);
}

body {
 font-family: arial, sans-serif;
 font-size: 100%;
 background-color: #ffffff;
 text-align: center;
}

h1 {
 color: #ffffff;
 font-size: 2.5em;
 letter-spacing: 5px;
 font-weight: lighter;
 padding: 50px 10px 50px 10px;
 text-align: center;
 background-image: url(oie_forest_long.jpg);
 background-repeat: no-repeat;
}

div.content {
 padding: 10px;
 margin-top: 10px;
}

div.content p {
 color: rgb(63, 86, 30);
 font-size: 1em; 
 margin-bottom: 15px;
 font-weight: bold;
}

div.content p.second {
 text-align: center;
 font-style: italic;
 margin: 30px 0 15px 0;
}

div.content p.second a {
 color: rgb(63, 86, 30);
 border-bottom: dotted 1px;
}

div.content p.second a:hover {
 color: rgb(127, 32, 2);
} 

div.content p.cities {
 color: rgb(219, 51, 6);
 font-weight: normal;
}

p.top a {
 font-size: .7em;
 letter-spacing: 1px;
 color: rgb(63, 86, 30);
 text-decoration: underline;
 margin-left: 307px; 
}

p.top a:hover {
 color: rgb(219, 51, 6);
}

p.copyright {
 font-size: .6em;
 letter-spacing: 1px;
 margin-top: 15px;
 color: rgb(63, 86, 30);
 text-align: center;
}

.adsdiv {
 width: 200px;
 float: left;
 text-align: left;
 font-size: .8em;
 margin: 20px 0 0 5px;
}

.adsdiv address {
 font-style: normal;
}

.adsdiv a {
 text-decoration: underline;
}

p.url {
 color: green;
}
