body {
	background: #fff;
	margin: 30px;
	font: 62.5% Verdana, Arial, sans-serif;
	background: #e8e8e8;
}
h1 {
	margin: 0 0 5px;
	font: 1.8em Arial, sans-serif;
}
h2 {
	font-size: 1.4em;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
	padding: 2px 10px;
}
h3 {
	font-size: 1.4em;
	margin: 0 0 5px;
}
h4 {
	font-size: 1.2em;
	margin: 0 0 2px;
}
a {
	color: #0005D3;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.6em;
}

p.back_links {
	text-align: center;
	margin: 0;
}
#tutorial.wrapper {
	width: 700px;
	margin: 0 auto;
	font-size: 1.2em;
	line-height: 1.8;
	padding: 10px;
	border: 2px solid #888;
	background: #fff;
}
ol {
	margin: 0;
	padding: 0;
}
ol li {
	margin: 0 0 0 30px;
	padding: 0 0 1.6em;
}

/* Specifics
******************************************/
div.code_example {
	width: 680px;
	margin: 0 auto 1.6em;
	background: #ccc;
	padding: 5px 0 10px;
	border: 1px solid #888;
}
div.code_example table.code_container {
	width: 660px;
	margin: 0 auto;
}
div.code_example table.code_container th {
	padding: 5px 0;
	color: #fff;
}
div.code_example table.code_container td.code,
div.code_example table.code_container td.html_preview {
	width: 310px;
	background: #fff;
	padding: 5px;
	border: 1px solid #888;
	vertical-align: top;
}
div.code_example table.code_container td.code {
	font-family: Courier;
}
div.code_example table.code_container td.divider {
	width: 10px;
}
div.code_example table.code_container td.code p {
	margin: 0;
}
div.code_example table.code_container td.code p.indented {
	padding-left: 20px;
}
div.code_example table.code_container td.code p.indent_two {
	padding-left: 40px;
}
div.code_example table.code_container td.code p.indent_three {
	padding-left: 60px;
}
div.code_example table.code_container td.code .highlight {
	background: #FFF6C3;
	color: #105400;
}
div.one_code_example {
	width: 340px;
}
div.one_code_example table.code_container {
	width: 330px;
}
div.css_explanations {
	border: 1px solid #ccc;
	padding: 0 10px;
	margin: 0 10px 1.6em;
}
div.css_explanations p {
	margin: 0.8em 0;
}

table.example {
	border: 1px solid #888;
	padding: 0;
	margin: 0 auto 1.6em;
}
table.example th {
	background: #000;
	color: #fff;
	padding: 5px;
}
table.float_example {
	width: 620px;
}
div.iframe_wrapper {
	margin: 0 0 1.6em;
	text-align: center;
	width: 600px;
	margin: 0 auto;
}
ul.image_bullet_example {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.image_bullet_step2 li {
	background: url(images/image_bullet_ex_01.gif) left center no-repeat;
}
ul.image_bullet_step3 li {
	background: url(images/image_bullet_ex_01.gif) left center no-repeat;
	padding-left: 20px;
}
ul.image_bullet_extra1 li {
	background: url(images/image_bullet_ex_02.gif) left center no-repeat;
	padding-left: 30px;
	margin: 5px 0;
	line-height: 1.4em;
}
ul.image_bullet_extra1 {
	margin-bottom: 1.6em;
}
p.image_example {
	text-align: center;
}
