* {
	margin: 0;
	padding: 0;
}
html {
	width: 100%;
	height: 100%;
}
body {
	background: #fff url(http://www.magicflush.com/_images/bg.gif) top center repeat-y;
	width: 100%;
	height: 100%;
	font-family: 'Lucida Sans Unicode', 'Arial Narrow', Arial;
	font-size: 12pt;
	line-height: 14pt;
	letter-spacing: 90%;
	color: #000;
	text-align: center;
}
	p {
		margin: 3px auto;
	}

#container {
	position: relative;
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
}
* html #container {
	height: 100%;
}

#heading {
 	width: 800px;
	height: 120px;
	text-align: left;
	float: left;
}

/* Nav */
#nav {
	float: left;
	background: #fff;
	width: 160px;
	border-top: 1px solid #ccc;
}
		#nav li {
			float: left;
			list-style: none;
			display: inline;
			text-align: left;
		}
#nav a:link, #nav a:visited {
	float: left;
	height: 20px;
	width: 152px;
	display: block;
	padding: 2px 4px;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
	border-bottom: 1px solid #ddd;
}
.nav_current {
	background: #ccdcec;
	color: #000;
}
.nav_others {
	background: #ececec;
	color: #a4a4a4;
}
#nav a:hover, #nav a:active {
	background: #ccdcec;
	color: #000;	
}			


#content {
	float: right;
	width: 591px;
	min-height: 399px;
	padding: 1px 24px 10px 24px;
	border-top: 1px solid #ccc;
}
	#content h1 {
		font-weight: bold;
		font-size: 18px;
		margin: 3px auto;
	}
	#howitworks .red {
		color: #FF0000;
	}
	#howitworks .blue {
		color: #0000FF;
	}
ol {
	margin-left: 20px;
	}