﻿body {
    font: 0.6em Geneva,Arial;
}

.wrapper {

}

/* HEADER */
.header {

}
/* LAYOUT MIDDLE */
.main {

}
/* BARS */
.leftbar {
    vertical-align: top;
}
.rightbar {
    vertical-align: top;
}

.leftbar p, .rightbar p {
    padding: 2px;
    margin: 6px 2px 10px 2px;
    text-indent: 5px;
}
/* LINKS */
a {
  color: #696969;
  text-decoration: none;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}


/* CONTENT */
.content {
    line-height: 1.8em;
    text-indent: 10px;
    vertical-align: top;
    font: 1.4em Geneva,Arial;
}
h1 {
    font: 1.4em Georgia,Times;
    text-align: center;
    font-weight: bold;
    color: #999966;
    text-indent: 0px;
    margin:  2px;
    padding: 5px 0px 2px 0px;
    border-bottom: 1px solid #999966;
    text-transform: uppercase;
}
h2 {
    font: 1.4em Georgia,Times;
    text-align: center;
    font-weight: bold;
    color: #999966;
    text-indent: 0px;
    padding: 5px 2px 2px 2px;
    margin:  2px;
    text-transform: capitalize;
}
h3 {
    font: 1.4em Georgia,Times;
    border-bottom: 1px solid #999966;
    text-align: left;
    font-weight: bold;
    color: #999966;
    text-indent: 0px;
    padding: 5px 2px 2px 2px;
    margin:  2px;
    text-transform: uppercase;
}
h4 {
    font: 1.2em Georgia,Times;
    text-align: center;
    font-weight: bold;
    color: #808080;
    text-indent: 0px;
    padding: 5px 2px 2px 2px;
    margin:  2px;
    text-transform: capitalize;
}
h5 {
    font: 1.2em Georgia,Times;
    border-bottom: 1px solid #808080;
    text-align: left;
    font-weight: bold;
    color: #808080;
    text-indent: 0px;
    padding: 5px 2px 2px 2px;
    margin:  2px;
    text-transform: capitalize;
}
h6 {
    font: 1.0em Georgia,Times;
    text-align: left;
    font-weight: bold;
    color: #999966;
    text-indent: 0px;
    padding: 5px 2px 2px 2px;
    margin:  2px;
    text-transform: capitalize;
}

/* FOOTER */
.footer {
  text-align: center;
  letter-spacing: 1px;
}

.footer.data {
  padding: 10px 15px 10px 15px;
}

.footer.copyright {
  margin: 0px;
  padding: 10px;
  vertical-align: middle;
}

/* News and Catalogue Listings*/
.listing { min-height: 220px;}
.listing {
  font: Geneva,Arial;
}
.listing h2 { text-align: left;}
.listingtext {
    margin-bottom: 2px;
    margin-top: 0 ;
    font-size: 1.4em Geneva,Arial;
    padding-right: 205px;
    padding-top: 0;
    min-height: 100px;
    height: 100px;
}
/* News on the right */
.news-right {
  margin: 2px;
}
.news-right h5 {
  font-size: 1.4em;
  margin: 0;
  padding: 1px;
  text-align: center;
}
.news-right p {
  font-size: 1.2em;
  text-indent: 2px;
  margin: 0;
  padding: 2px;
}


