html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;  
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background-color: #3C679E;
    background-image:url(bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    font-family: "PT Sans", sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 10px;
}
dd{
	padding-left: 24px;
	line-height: 1.2em;
}
d2 {
	line-height: 1.2em;
}
strong {
	font-weight: bold;
	color: black;
}
h1 {
	font-size: 20px;
    text-indent: 10px;
    height: 30px;
    line-height: 30px;
	color: white;
    background-color: #222;
	margin-top: 15px;
}
h1:first-child {
    margin-top: 0;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #2F3073;
	margin-top: 15px;
	border-bottom: 1px solid #2F3073;
	padding-bottom: 2px;
	margin-bottom: 8px;
}
a {
	color: #217999;
}
#title a {
	color: inherit;
	text-decoration: inherit;
}
#page {
    width: 1000px;
    margin: 0 auto;
	margin-bottom: 10px;
    position: relative;
}
#title {
	height: 90px;
	line-height: 90px;
	font-size: 64px;
	color: #ddddee;
}
#left {
	width: 140px;
	position: absolute;
	top: 95px;
	left: 10px;
	background-color: rgba(255, 255, 255, 0.7);
}
#content {
	position: absolute;
	top: 95px;
	left: 160px;
	background-color: rgba(255, 255, 255, 0.7);
	right: 10px;
    padding-bottom: 10px;
}
#content table, #content p, #content img, #content h2, #content pre, #content iframe, .code{  
    margin-left: 10px;
}
table h2 {
    margin-left: 0 !important;
    
}
#content ul {
    margin-left: 30px;
}
ul {
	list-style-type: square;
	margin-left: 20px;
	margin-bottom: 5px;
}
#left ul{
	margin-left: 10px;
	list-style-type: none;
}
ul li {
	margin-left: 5px;
	line-height: 1em;
}
#left ul li {
    width: 120px;
    margin-left: -10px;
    padding-left: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#left ul li:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
#left ul li.h {
    padding: 0;
    background-color: #222;
    color: white;
	margin-left: -10px;
	width: 140px;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
}
p {
	margin-bottom: 4px;
	margin-top: 4px;
	line-height: 1.2em;
}
img {
	margin: 10px auto;
}
.video {
	margin: 15px auto;
	width: 640px;
}

#root {
	overflow:hidden;
	color: white;
	font-family: Courier, monospace;
	font-size: 11px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
	z-index: -1;
}
body, pre, p {
}
.c1
{
	color: #4D3A78;
}
.c2
{
	color: #783A3A;
}
.c3
{
	color: #3A7875;
}
.c4
{
	color: #5C783A;
}
.c5
{
	color: #784B3A;
}
.c6
{
	color: white;
}
.c7
{
	color: white;
}
.c8
{
	color: white;
}
.c9
{
	color: white;
}
.c10
{
	color: white;
}