html * {
	padding: 0px;
	margin: 0px;
	}

body {
	background-color: #b29971;
	font-size: 12pt;
	font-family: tahoma, arial, sans-serif;
	}

img {
	border: 0px;
	}

p, li, h2, h3, h4 {
	padding-left: 4px;
	padding-right: 4px;
	}
p {
    padding-bottom: 10px;
}

ul {
	list-style-type: none;
	}

#title {
	background-color: #FFFFFF;
	padding-left: 20px;
	border-bottom: thick ridge #B90006;
	padding-bottom: 5px;
	margin-bottom: 5px;
    height: 107px;
	}
	
#title img {
	float: left;
	margin-right: 10px;
	}

#title h1 {
	padding-top: 55px;
	background-color: #FFFFFF;
	font-size: 18pt;
	}
	
a:link, a:visited, a:active {
	color: #c2c2ce;
	text-decoration: none;
	}
	
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#referenceinfo a:link, #referenceinfo a:visited, #referenceinfo a:active {
	color: #FFFFFF;
	}

#referenceinfo a:hover {
	text-decoration: underline;
	}
	
.selected {
	border: thin solid #FFFFFF;
	border-style: outset;
	background-color: #814142;
	}
	
#quickinfo {
	clear: both;
	float: left;
	width: 135px;
	}
	
#content {
	margin-left: 145px;
    margin-right: 10px;
	}


.node {
	border: 1px solid black;
	color: #FFFFFF; /*#ddddeb;*/
	background-color: #a8413a;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
.node h2 {
	border-bottom: 1px solid black;
	background-color:#700606;
	font-size: 12pt;
	color: #FFFFFF;
	padding-left: 2px;
	}

.node h3 {
	color: #500606; 
	font-size: 11pt;
	margin: 5px;
	}

.node p {
	margin-bottom: 5px;
	padding-left: 15px;
	line-height: 14pt;
	}

.node address {
    padding-left: 15px;
}

#content .node h3 {
	border-left:thin dashed white;
	}

#content .node p strong {
    font-size: 110%
    }

#content ul {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 20px;
	list-style-type: square;
	}
	
#referenceinfo {
	clear: both;
	text-align: center;
	}

#contact {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#contact h4 {
	font-size: 10pt;
	font-weight: bold;
	}

h3.sale {
    color: #F3E88E; 
    font-weight: bold;
    }

.image-right {
    float: right;
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 10px;
    }

.image-left {
    float: left;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
    }

.ps {
    margin-top: 40px;
    }
