@import url(reset.css);

body {
    background:#f4f3ec;
    font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:18px;
	color:#000000;
	text-align: center;
	margin: 20px;
}
#wrapper {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}
#about {
	width: 500px;
	float: left;
}
#newsletter {
	padding:79px 0 0 20px;
	width: 180px;
	float: left;
}
#logo {
    margin:31px 0 36px 0;
}
h1 {
	font-size:18px;
    font-weight:normal;
	margin:0 0 14px 0;
}
p {
	margin: 0 0 12px 0;
	line-height: 18px;
}
strong {
    font-weight:bold;
}
a {
	color:#ff6600;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
span.t2 {
	font-size:18px;
    font-weight:normal;
}
p.t2 {
	margin:0 0 12px 0;
    
}
.divider {
	height:1px;
	border-bottom:1px dotted #000;
	margin:18px 0 18px 0;
}
form input {
	margin: 0 0 7px 0;
}
.attention {
	color: #cc0000;
}
table.listing td {
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
	vertical-align: top;
}
