body {
	padding: 0;
	margin: 0;
	font: 18px/25px Arial, Helvetica, sans-serif;
	color: #606060;
}

a {
	color: #069ADF;
}

a:hover {
	color: #7ADF04;
}

#container {
	width: 950px;
	margin: 0 auto;
}

h1 {
	padding: 0;
	margin: 0;
	display: block;
	width: 336px;
	height: 120px;
	background: url(logo.png) no-repeat left top;
}

h1 span {
	display: none;
}

#intro {
	background: #74C6ED;
	color: #FFF;
	padding: 15px 20px;
	margin: 22px 0px 0px 0px;
	font-size: 1.2em;
}

#intro a {
	display: block;
	float: right;
	width: 199px;
	height: 47px;
	background: url(tryscribblet.png) no-repeat left top;
}

#intro  a span {
	display: none;
}

#tryonthispage {
	width: 314px;
	height: 90px;
	float: right;
	margin: 40px 100px 0px 0px;
	background: url(tryonthispage.png) no-repeat left top;
}

#tryonthispage  span{
	display: none;
}

h2 {
	font-size: 1.6em;
	color: #FF4800;
	margin-left: 75px;
}

ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	position: relative;
	padding: 5px 0px 0px 75px;
	margin-bottom: 40px;
	min-height: 55px;	
}

li span {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 55px;
	height: 55px;
	background: url(bullet.png) no-repeat left top;
	color: #FFF;
	font-size: 2em;
	font-weight: bold;
	text-align: center;
	line-height: 55px;
}

div.separator {
	height: 35px;
	background: url(dots.png) repeat-x left center;
}

#footer {
	font-size: 0.8em;
}

#more {
	margin-left: 75px;
}