
BODY
{
    background: #BB4400;
    font-family: tahoma;
    padding: 0px;
    border: none;
}

#container
{
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;
  
}


#header
{
    width: 798px;
    height: 218px;
    background: url( "../images/header3.gif" ) no-repeat;
    margin-left: auto;
    margin-right: auto;
}

#content
{
    width: 798px;
    background: url( "../images/contentbackground2.gif" ) repeat-y;
    border: none;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  

}

#footer
{
    width: 798px;
    height: 327px;
    background: url( "../images/footer2.gif" ) no-repeat;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
    margin-top: -271px;
    
 }



#footertext
{
    margin-left: auto;
    margin-right: auto;
    color: white;
    font-size: 8pt;
    margin-top: -51px;
}

#contentmenu
{
    padding: 0px 0px 0px 0px;
    margin: 0px;
    width: 230px;
    border: none;
    float: left;
    height: 90%;
    text-align: right;
    color: #443333;
    font-size: 9pt;
    font-family: tahoma;

}


#contentmenu a:hover
{
    text-decoration: underline;
}

#contentmenu a
{
    text-decoration: none;
    color: #443333;
}

#contentmenu a:visited
{
    color: #999999;
}

#contentmenu h1
{
    font-size: 10pt;
    line-height: 17pt;
    margin: 0px;
    padding: 12px 0px 0px 0px;
    color: #CC9944;
    text-transform: uppercase;
}

#pagetext
{
    padding: 15px 60px 15px 15px;
    border: none;
    padding-left: 70px;
    text-align: left;
    font-size: 12px;
    color: #818181;
    line-height: normal;
  
}

#pagetext h1
{
    color: #443333;
    margin: 0px;
    padding: 0px;
    font-size: 12pt;
    text-transform:uppercase;

}

#pagetext a 
{
    color: #443333;
    text-decoration:none;
    
}

#pagetext a:hover 
{
      text-decoration:underline;
}

#pagetext h2
{
    
    color: #aa8866;
    margin: 0px;
    padding: 5px 0px 8px 0px;
    font-size: 8pt;
    font-weight: normal;
   
   
}

#pagetext h2 a 
{
    color: #aa8866;
    text-decoration:underline;
}

#pagetext h3 
{
	font-size: 8pt;
	margin:0px;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #CC9944;
}


#headermenu
{
    padding: 192px 0px 0px 185px;
    font-size: 10pt;
    color: #443333;
}

#headermenu a 
{
    color: #443333;
    text-decoration: none;
}

#headermenu a:visited 
{
    color: #818181;
    text-decoration: none;
}

#postcomments 
{
    font-size:9pt;
    line-height: 14pt;
}

#postcomments input 
{
    font-size:8pt;
}

#postcomments textarea 
{
    font-size:8pt;
}


.commentheader 
{
    color: #CC9944;
    margin: 0px;
    padding: 5px 0px 3px 0px;
    font-size: 8pt;
    font-weight: normal;
}

.postdivider 
{
    width: 656px;
    height: 1px;
    background: url("../images/PostDivider_h_wide.gif") no-repeat;
}

.usercomment 
{
	overflow: auto;
	min-height: 10px;
	max-height: 400px;
	
	/* http://browservulsel.blogspot.com/2005/04/ie-overflow-auto-scrollbar-overlap.html /
	/* AHOY! Incoming IE Hacks */
	<!--[if gt IE 5.5]>
	height:expression( this.scrollHeight > 300? "300px" : "auto" );
    /*padding-bottom: expression( this.scrollWidth > this.offsetWidth ? 20 : 0);*/
    word-wrap: break-word;
    <![endif]-->

}
.postcode 
{
 font-size: 15pt;
 font-weight: bold;
 background: BlanchedAlmond;
    
}

blockquote {
	margin: 1em 2em;
	border-left: 1px solid #999;
	padding-left: 1em;
	font-family:  Georgia,Verdana;
	font-size: 14pt;
	font-style:italic;
	color:#818181;
	background:#EDEDED;
	}
blockquote p:first-letter {
	float: left;
	margin: .2em .3em .1em 0;
	font-family: "Monotype Corsiva", "Apple Chancery", fantasy;
	font-size: 220%;
	font-weight: bold; }
blockquote p:first-line {
	font-variant: small-caps; }