html {height:100%;}
body {margin:0; padding:0; 
	font-family:Verdana, Tahoma, "Lucida Grande", "Lucida", sans-serif; font-size:10px; line-height:17px; 
	color:#999; text-align:center; 
	background:#D1CABA;
}	
body * {margin:0; padding:0; list-style:none;}
img {border:none; vertical-align:top;}

/* alternate content layout */
.alt_layout {
	text-align:left;
	width:300px; min-height:300px;
	padding:150px; margin:50px auto;
	border:1px solid #AAA598;
	background:#FFF;
	color:#7F7976;
}
.alt_layout h1 {font-size:18px; padding:0 0 20px; line-height:23px;}
.alt_layout h2 {font-size:14px; padding:8px 0; line-height:20px;}
.alt_layout p {padding:0 0 7px;}
.alt_layout a {color:#AAA598;}
.alt_layout ul.nav {padding:10px 0; margin:10px 0; border-top:1px dotted #D1CABA; border-bottom:1px dotted #D1CABA;}
.alt_layout ul.nav li {float:left; margin:0 10px 0 0;}
.alt_layout ul.nav li.sel {font-weight:bold;}
.alt_layout .sold {color:#FF4C4C;}

.clearfix {height:1%;}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
html > body .clearfix {min-height:1px; height:auto;}