html, body
{
font-family: Georgia, serif;
font-size: 90%;
}

h1, h2, h3,
{
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-size: 120%;
}

#title
{
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
font-size: 120%;
font-style: italic;
font-weight: bold;
}

/*Link styling*/

a.menu
{
color: #000000;
text-decoration: none;
letter-spacing: 4px;
}

a.menu:hover
{
color: #000000;
background-color: #E9E9E9;
text-decoration: none;
}

a
{
color: #000000;
text-decoration: underline;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

a:hover
{
color: #000000;
background-color: #E9E9E9;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
text-decoration: none;
}


/*All other styling*/

hr.light
{
color: #E8EBDA;
}

hr.dark
{
color: #CDD7B1;
}

.heading
{
font-size: 130%;
font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.headline
{
border-bottom: 1px dashed #5B783C;
padding: 10px 0px;
letter-spacing: 8px;
font-size: 175%;
}

.headline1
{
border-bottom: 1px dashed #5B783C;
padding: 5px 0px;
font-size: 130%;
}

.headline2
{
border-bottom: 1px dashed #5B783C;
padding: 5px 0px;
letter-spacing: 4px;
font-size: 160%;
}

.small
{
font-size: 60%;
}

.medium
{
font-size: 80%;
text-align: left;
}

.lefttext
{
font-size: 100%;
text-align: left;
}

.form
{
text-align: right;
letter-spacing: 3px;
}

/* Contact Form */

form fieldset
{
border-color: #E9E9E9;
border-width: 1px;
border-style: solid;
/*background-color: #E9E9E9;*/
padding: 5px;
margin: 0;
}

form label
{
display: block;
float: left;
width: 80px;
padding: 0;
text-align: left;
}

form fieldset legend
{
font-size: 90%;
color: #000000;
}

textarea
{
overflow: auto;
}

/*Image Gallery*/

div.img
{
  margin: 2px;
  border: 1px solid #E9E9E9;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
  font-size: 90%;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: auto;
  margin: 2px;
}

/*Misc*/

#fimage
{
position: fixed;
}