﻿body
{
    text-align: left;
    width: 100%;
    background-image: url('design/side_back1.gif');
    font-family: 'Trebuchet MS' , 'Lucida Sans Unicode' , 'Lucida Grande' , 'Lucida Sans' , Arial, sans-serif;
}

.postcontainer
{
  border: 2px solid #808080;
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  background-color: #FFFFFF;
  margin-bottom: 8px;
  padding-top: 1px;
  padding-bottom: 1px;
}
  
.headline {
	font-size: 24px;
	color: #800000;
	background-color: #E0E0E0;
}

.postheader
{
  border-width: medium;
  border-color: #C0C0C0;
  font-size: 18px;
  text-align: left;
  border-bottom-style: ridge;
  color: #800000;
  background-color: #E0E0E0;
  padding-right: 4px;
  padding-left: 4px;
}

.post
{
  background-color: #FFFFFF;
  text-align: left;
  padding-right: 4px;
  padding-left: 4px;
}

/* GRAPHICS PROPERTIES */
img {
	border: 0px
}

/* FOOTER */
.footer
{
  color: #999999;
  font-size: 10px;
  text-align: center;
}
