body {
	background-color: #FFFFFF;
	color: #000000;
	margin: 0;
	padding: 0;
	font-size: 80%;
	font-family: Arial, Sans-Serif;
	line-height: 140%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

abbr {
	cursor: help;
	border-bottom: 1px dashed black;
}

#infoz {
	width: 490px;
	min-height: 262px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	border: 1px solid #BEBEBE;
	background-color: #EBECED;
	padding: 10px;
}

#infoz img {
	border-color: #000000;
	margin-right: 12px;
}

#infoz h1 {
	margin: 0;
	padding: 0;
	font-size: 125%;
	text-align: right;
	margin-bottom: 2px;
}

#infoz h2 {
	margin: 0;
	padding: 0;
	font-size: 85%;
	font-weight: normal;
	margin-bottom: 8px;
	border-top: 1px dashed #AAABAB;
	border-bottom: 1px dashed #AAABAB;
	line-height: 120%;
}

#infoz h2 img {
	margin: 2px 0 0 6px;
	float: right;
}

#le {
	float: left;
	font-size: 90%;
	line-height: 160%;
}
#ra {
	float: right;
	font-size: 90%;
	text-align: right;
	line-height: 160%;
}

ul {
	border-top: 1px dashed #BEBEBE;
	border-bottom: 1px dashed #BEBEBE;
	list-style: none;
	text-align: right;
	color: #636363;
	line-height: 140%;
	margin-top: 20px;
	clear: right;
}

li {
	margin-left: 150px;
}

#out {
	text-align: right;
}

#out img {

}

#quote {
	width: 240px;
	position: absolute;
	right: 25px;
	top: 45px;
}

#postel {
	margin-bottom: 14px;
	line-height: 120%;
}
#postelc {
	text-align: right;
	font-style: italic;
	font-size: 90%;
}

form {
	clear: both;
	border-top: 1px dashed #BEBEBE;
	padding-top: 8px;
}

input, textarea {
	width: 100%;
	margin-bottom: 7px;
}

#postcards {
	width: 300px;
	font-size: 85%;
	position: absolute;
	left: 10px;
	bottom: 15px;
	text-align: justify;
}


.clearfix:after {
    clear: both; 
    content:".";
    display: block;
    height: 0;
    visibility: hidden
    }
/* affects only IE7 */
.clearfix {
    min-width: 0;
    }
/* targets only IE5-6 and hidden from lowly IEmac \*/
    * html .clearfix { height: 1%; } 
/* end hide IEmac */
/* What? You want to get crazy and do IEmac too? Okay. \*//*/
    .clearfix { display: inline-table; } 
/* end IEmac only */
/* End of 'Fix for new line (clearfix)' */
