html, body {
	background: #ced2e0;
	color: #000;
	font-family: Arial, "Times New Roman", sans-serif;
	font-size: 12px;
	min-height: 100%;
}

a {
	color: #8e94a4;
}

a:hover {
	color: #687086;
}

img {
	border: 0;
}

h1 {
	font-size: 20px;
	margin: 0; 
	padding: 0;
}

div#making-paper-easy {
	background: #fff;
	border: 4px solid #9ca2b9;
	margin: 0 auto;
	min-height: 100%;
	padding: 0 1px;
	width: 728px;
}

div.container {
	width: 100%;
}

div#content-left {
	float: left;
	padding: 0 10px;
	width: 488px;
}

div#content-right {
	float: left;
	margin-left: 20px;
	width: 200px;
}

div#content-right ul {
	list-style: circle;
	padding-left: 20px;
}

div#content-right ul li {
	line-height: 20px;
}

div.clear {
	clear: both;
}

fieldset {
	border: 1px solid #9ca2b9;
	padding: 25px 5px 15px 5px;
	margin-bottom: 4px;
	margin-top: 25px;
	margin-bottom: 4px;
	width: 712px;
}

fieldset legend {
	color: #9ca2b9;
	font-size: 10px;
}

fieldset ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

fieldset ul li {
	display: inline;
}
