.content
{
  font-size: 14pt;
  font-family: tahoma;
  color: #8a7730;
}
.contentsm
{
  font-size: 10pt;
  font-family: tahoma;
  color: #8a7730;
}
.contenttitle
{
  font-size: 18pt;
  color: #8a7730;
  font-family: tahoma;
  font-weight: bold;
}
.contentsubtitle
{
  font-size: 14pt;
  color: #8a7730;
  font-family: tahoma;
  font-weight: bold;
}
a.contentlink:link
{
 text-decoration: none;
  font-size: 14pt;
  font-family: tahoma;
  color: #604c28;
}
a.contentlink:visited
{
 text-decoration: none;
  font-size: 14pt;
  font-family: tahoma;
  color: #604c28;
}
a.contentlink:hover
{
 text-decoration: none;
 color: white;
  font-size: 14pt;
  font-family: tahoma;
}
a.contentlink:active
{
  font-size: 14pt;
  font-family: tahoma;
  color: #604c28;
}

a.contentlink1:link
{
 text-decoration: none;
  font-size: 11pt;
  font-family: tahoma;
  color: #604c28;
}
a.contentlink1:visited
{
 text-decoration: none;
  font-size: 11pt;
  font-family: tahoma;
  color: #604c28;
}
a.contentlink1:hover
{
 text-decoration: none;
 color: white;
  font-size: 11pt;
  font-family: tahoma;
}
a.contentlink1:active
{
  font-size: 11pt;
  font-family: tahoma;
  color: #604c28;
}

.contentsm
{
  font-size: 9pt;
  font-family: tahoma;
  color: #a9a8a8;
}

.footer
{
  font-size: 9pt;
  font-family: tahoma;
  color: #8a7730;
}
a.footerlink:link
{
 text-decoration: none;
  color: #8a7730;
  font-family: tahoma;
}
a.footerlink:visited
{
 text-decoration: none;
  color: #8a7730;
  font-family: tahoma;
}
a.footerlink:hover
{
 text-decoration: none;
 color: white;
  font-family: tahoma;
}
a.footerlink:active
{
 text-decoration: none;
  color: #8a7730;
  font-family: tahoma;
}

#home
{
background:url(../images/home-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#home:hover
{
background-image:url(../images/home-on.jpg);
}

#gallery
{
background:url(../images/gallery-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#gallery:hover
{
background-image:url(../images/gallery-on.jpg);
}

#about
{
background:url(../images/about-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#about:hover
{
background-image:url(../images/about-on.jpg);
}

#inspiration
{
background:url(../images/inspiration-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#inspiration:hover
{
background-image:url(../images/inspiration-on.jpg);
}

#services
{
background:url(../images/services-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#services:hover
{
background-image:url(../images/services-on.jpg);
}

#contact
{
background:url(../images/contact-off.jpg) no-repeat;
width:217px;
height:15px;
background-position: center;
float: left;
clear: both;
}
#contact:hover
{
background-image:url(../images/contact-on.jpg);
}
