html {
    padding: 0px;
    margin: 0px;
    height: 100%;
}

body {
    font-size: 9px;
    font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
    color: #333333;
    padding: 0px;
    margin: 0px auto;
    height: 100%;
}

h1, h2, h3, h4, h5, h6, p {
    position: relative;
}

a:link, a:active, a:visited, a.postlink {
    color: #999999;
    text-decoration: none
}

a:hover {
    color: #333333;
}

table {
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;
}

table.layout td {
  border: 0px solid red;
  padding: 0px;
  vertical-align: top;

}
div.topnav
{
  /*margin-top: 50px;*/
  text-align: center;
  border: 0px solid gray
}

div.topnav#about:hover
{
  border: 5px solid red;;
}

div.topnav table
{
  margin: 0 auto;
  text-align: left;
  border: 0px solid green;
}

.tabs IMG {
    border: 0px;
}

.tabs {
  padding: 0px;
  margin: 0px;
  border: 0px solid black;
  width: 805;
  height: 40px;
}

.tab {
  padding: 0px;
  margin: 0px;
  border: 0px solid black;
}

.last-tab {
  padding: 0px;
  margin: 0px;
  border: 0px solid black;
}


.content {
  width: 792px;
  height: 491px;
  margin-left: auto;
  margin-right: auto;
  border: 0px solid green;
  font-size: 12px;
}

.content .left {
  border: 0px solid red;
  height: 491px;
  width: 150px;
  float: left;
}

.content .center {
  border: 0px solid blue;
  height: 471px;
  width: 530px;
  margin: 0px;
  overflow: hidden;
  float: left;
  color: white;
  padding-top: 20px;
}

.content .right {
  border: 0px solid green;
  float: right;
  height: 491px;
  width: 112px;
}

.content .text {
  padding: 20px;
  line-height: 20px;
  text-align: justify;
}

.content img {
  border: 0px solid black;
  padding: 0px;
  margin: 0px;
}

#about .right {
  background-image: url("/images/about-right-column.jpg");
}

#about .center {
  background-image: url("/images/about-background-colour.jpg");
}

#about .text li {
  line-height: 16px;
  list-style: none;
}

#about .text {
  color: #999999;
}

#gallery .left {
}

#gallery .center {
  background-image: url("/images/gallery-background-colour.jpg");
}

#gallery .right {
  background-image: url("/images/gallery-right-column.jpg");
}

#shop .center {
  background-image: url("/images/shop-background-colour.jpg");
  padding:0px;
  height:491px;
}

#shop .right {
  background-image: url("/images/shop-right-coloumn.jpg");
}

#info .left {
  background-image: url("/images/info-left-column.jpg");
}

#info .center {
  background-image: url("/images/info-background-colour.jpg");
}

#info .right {
  background-image: url("/images/info-right-column.jpg");
}

#info .text {
  padding:0px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 16px;
  font-size: smaller;
}

#news .text {
  line-height: 16px;
  color: #999999;
}

#news .left {
  background-image: url("/images/news-left-column.jpg");
}

#news .center {
  background-image: url("/images/news-background-colour.jpg");
}

#news .right {
  background-image: url("/images/news-right-column.jpg");
}

.items {
  border: 0px solid red;
  height: 90%;
  overflow: hidden;
}

.pagination {
  text-align:center;
}

#press .left {
  background-image: url("/images/press-left-column.jpg");
}

#press .center {
  background-image: url("/images/press-background-colour.jpg");
}

#press .right {
  background-image: url("/images/press-right-column.jpg");
}

#contact .left {
  background-image: url("/images/contact-left-column.jpg");
}

#contact .center {
  background-image: url("/images/contact-background-colour.jpg");
}

#contact .right {
  background-image: url("/images/contact-right-column.jpg");
}

#contact IMG {
  margin-top: 20px;
  margin-bottom: 40px;
}

#contact #form {
  text-align: center;
  margin-top: 20px;
}
.content .yellow {
  color: #eaed94;
}

.copyright {
  text-align: center;
  color: #999999;
}

.list {
    margin:0px auto;
    border:0px;
    list-style: none;
    display: inline;
}

.list_item {
    padding: 5px;
    border: 0px;
}

.spacer {
    clear: both;
    border: 0px dashed red;
}

.orange {
    color : #ffcc00;
}

a.orange {
    color: #ffcc00;
}

div#upload_info {
    text-align: left;
    border: 0px solid red;
}

.tag{
    font-size:8pt;
}

.pictures {
  margin-top: 10px;
  margin-left: 30px;
  border: 0px solid teal;
}

.picture {
    float:left;
    margin-left: 150px;
}

.picture_thumb {
    float:left;
    padding: 8px;
}

.picture_thumb img {
    border:3px solid white;
}

.picture_thumb image:hover {
    color : #B9DCB8;
}

.picture_text {
    padding-left: 450px;
    padding-top: 50px;
}

.no_border {
    border: 0px;
}

.sold {
    font-weight:bold;
    color:crimson;
}


div.news {
  border: 0px solid green;
}

div.news_headline {
  border-bottom: 1px dashed #ffffff;
  color: #ffffff;
  font-size: 14px;
  padding: 3px;

}
div.news_item {
  text-align:justify;
  margin-left: 20px;
  margin-top:5px;
}
div.news_item_content {
  text-align:justify;
  margin-left: 20px;
}

div#admin {
  overflow: auto;
}

.tags {
  margin: 20px;
  margin-left: 40px;
}

.permalink {
  text-align: right;
}

.bold {
  font-weight: bold;
}
