/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:white;
	font-family:arial,sans-serif;
	font-size:small;
	color:#666;
}

h1 { 
	font:1.5em georgia,serif; 
	margin:0.5em 0;
}

h2 {
	font:1.25em georgia,serif; 
	margin:0 0 0.5em;
}

a {
color: #6a5a48;
}
.titleshow {
	margin:0 0 0 0.3em;
        line-height: 1.3em;
        text-align: left;
        font-family: "times new roman";
        font-weight: bold;
color: #31210E;
}
	a { text-decoration: none; font-weight: bold; }
	a:hover { text-decoration: underline; }
	h2 {
font-size:1.4em; 
	}
	h1 {
font-size:1.8em; 
	}
p { 
	line-height:1.5; 
	margin:0 0 1em;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:950px;
	background-color:#f4f1ec;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	/*padding:1em;*/
	background:#ddd url("../csslayout.gif") 98% 10px no-repeat;

}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}

div#footer {
	position: absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background-color: #261e14;
        border-top: 1px solid #c9beb1;
        height: 80px;
color: white;
}
	div#footer p {
		padding:1em;
		margin:0;
	}

div#content {
	padding:0 0 8em 0; /* bottom padding for footer */
        background-color: none;
        /*width: 675px;  */     
        float: left;
}
	div#content p {
		text-align:left;
		padding-left:0.6em;
                line-height: 1.8em;
	}
img {border: none;}
ul.terms {
padding-left: 20px;
padding-right: 5px;
position: relative;
top: -15px;
}
ul.terms li {
line-height: 2em;
}.newaddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align: center;
}
.address {
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	color: #31210E;
	font-size: 14px;
	vertical-align: middle;
}
