/* CSS Document */

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: small;
}
h1, h2, h3, h4, p {
	margin: 15px 0;
	font-size: 120%;
}
h1 {
	font-size: 210%;
	font-weight: 700;
}
h2 {
	font-size: 150%;
	font-weight: 700;
}
h3 {
	font-size: 130%;
	font-weight: 700;
}
p {
	line-height: 1.3em;
}
#wrapper {
	width: 780px;
	margin: 0 auto;
	padding: 30px 0;
}
ul {
	float: right;
	line-height: 1.2em;
	background: #e3e3e3;
	border: 1px solid #333;
	padding: 20px;
	margin: 0 0 15px 15px;
}
ul li { list-style:none;}
#signup {
	width: 400px;
	float: left;
		background: #e3e3e3;
	border: 1px solid #333;
	padding: 20px;
	margin: 0 0 30px 0;
}
#signup h2 {
	margin-top: 0px;
	font-size: 130%;
}
#signup p {
	font-size: 110%;
}
ol {
	xlist-style: decimal;
	line-height: 1.2em;
	font-size: 120%;
}
ol li {
	margin-bottom: 12px;
	}
