body {
color: #FFFAFA;
font-family: Arial, sans-serif;
font-size: 0.8em;
margin: 0;
background-image: url('images/bg.gif');
}

html {
scrollbar-base-color: #688e23;
scrollbar-arrow-color: #fffafa;
}

p {
text-align: justify;
line-height: 1.7em;
margin-right: 10px;
}

h1 {
font-size: 2em;
letter-spacing: 4px;
color: #FFFAFA;
}

h2 {
font-size: 1.2em;
}

img {
margin-left: 10px;
margin-right: 10px;
border: 1px black solid;
}

table {
line-height: 1em;
}

.submit-button {
color: #FFFAFA;
background-color: #688e23;
}

textarea {
font-family: arial, sans-serif;
}

a:link, a:visited {
color: #FFFAFA;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #FF6247;
font-weight: bold;
text-decoration: none;
}


#navbar {
padding-top: 0;
left: 0;
top: 0;
margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
width: 220px;
height: auto;
}

#maintext {
position: absolute;
top: 0;
left: 0;
margin-left: 320px;
margin-top: 210px;
margin-bottom: 10px;
padding: 50px;
background-color: #688E23;
width: 400px;
height: auto;
border-top: black 1px solid;
}



#home {
background-image: url('images/home.jpg');
background-repeat: no-repeat;
background-position: 0 20px;
background-color: #688E23;
height: 76px;
padding-left: 8px

}

#thefarm {
position: relative;
background-image: url('images/thefarm.jpg');
background-repeat: no-repeat;
background-position: 0 20px;
background-color: #688E23;
Height: 76px;
margin-top: 10px;
padding-left: 8px
}

#opening {
position: relative;
background-image: url('images/opening.jpg');
background-repeat: no-repeat;
background-position: 0 20px;
background-color: #688E23;
Height: 76px;
margin-top: 10px;
padding-left: 8px
}

#prices {
position: relative;
background-image: url('images/prices.jpg');
background-repeat: no-repeat;
background-position: 0 20px;
background-color: #688E23;
Height: 76px;
margin-top: 10px;
padding-left: 8px
}

#icecream {
position: relative;
background-image: url('images/icecream.jpg');
background-repeat: no-repeat;
background-position: 0 20px;
background-color: #688E23;
Height: 76px;
margin-top: 10px;
padding-left: 8px
}

#location {
position: relative;
background-image: url('images/location.jpg');
background-repeat: no-repeat;
background-position: 0 20px;
background-color: #688E23;
Height: 76px;
margin-top: 10px;
padding-left: 8px
}

#contact {
position: relative;
background-image: url('images/contact.jpg');
background-repeat: no-repeat;
background-position: 0 20px;
background-color: #688E23;
Height: 76px;
margin-top: 10px;
margin-bottom: 10px;
padding-left: 8px
}

#bar {
position: absolute;
top: 0;
left: 320px;
background-image: url('images/farm.jpg');
background-repeat: no-repeat;
margin-top: 10px;
width: 500px;
height:200px;
padding-left: 10px
}