<style type="t>
body {
	background-color: #fff8c6;
	margin: 0;
	padding: 0;
	color: #333;
	}
#header {
	background-color: #c36241; // #fff380
	border-top: 2px solid #c34a2c;
	border-bottom: 2px solid #c34a2c;
	margin: 0;
	padding: 0;
        width: 100%;
	font-weight: bold;
        font-size: 1.4em;
        font-family: arial, serif;
	height: 125px;
	text-align: center;
	}
#yellow-header {
	width: 100%;
	background-color: #fff380;
        height: 25px;
}

.section {
            clear: both;
            margin: 0 0 30px 0;
}
.nav {
        clear: left;
        float: left;
        width: 22%;
	color: #000;
	float: left;
        margin-top: 0;
	margin-left: -1px;
	padding: 10px;

	font-weight: bold;
}
.nav a {
	text-decoration: none;
	color: #b31b1b;
}
.nav a:hover {
	text-decoration: none;
	color: #339900;
}
	
.content {
	background-color: #fff8c6;
        clear: right;
        float: right;
        width: 72%;

        padding-left: 10px;
}
.content p {
        width: 500px;
}
.whitetxt {
  	color: #fff;
}
.prop {
    height: 350px;
    float:right;
    width:1px;
}
#footer {
	color: #999;
	text-align: left;
	padding: 2px 10px 0 0;
}
#clear {
	clear: both;
} 
	
p {
	padding: 0;
   	margin-top: 0px;
}
p.indent { 
	text-indent: 25px; 
}

ul { line-height: 25px; }
li { line-height: 25px; }

.error { 
	font-size: 1.1em; 
	color: #b31b1b;
}
.tabledark {
   	background-color: #c36241;
	color: #fff8c6;
}
.borderdark {
	border: 1px solid #c34a2c;
}

#contact {
	clear: both;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #336699;
	width: 100%;
	background-color: #eee;
}
#contact .contact-header {
     	font-wieght: bold;
	font-size: 1.1em;
	color: #b31b1b;
}
#contact p {
  	font-size: .9em;
	color: #000;
} 

</style>
