html {overflow-y: scroll;}

body {
	margin: 0;
	padding: 0;
	background-color: #D4BFA8;
	font-family: Calibri, Helvetica, Verdana, Arial, Sans-serif;
	color: #444;
	background-image: url('images/background.png');
	background-repeat: repeat-x;
}

div.section {
	margin-top: -10px;
	width: 100%;
	overflow: hidden;
}
div.shadow {
	width: 100%;
	height: 10px;
	background-image: url('images/shadow.png');
	background-repeat: repeat-x;
}

div.section>div.highlight {
	width: 100%;
	height: 100%;
	background-image: url('images/highlight.png');
	background-repeat: repeat-x;
}
div.page {
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

div.fade {
	width:1000px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	background-image: url('images/fade.png');
}

div.section#header div.page, div.section#footer div.page {
	background-color: #E9DED3;
	padding-top: 0.8em;

}

div.section#header div.page {
	margin-top: 2em;
	background-image: url('images/highlight.png');
	background-repeat: repeat-x;
	-moz-border-radius-topleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-moz-border-radius-topright: 1em;
	-webkit-border-top-right-radius: 1em;
}

div.section#footer div.page {
	margin-bottom: 2em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-bottom-left-radius: 1em;
	-moz-border-radius-bottomright: 1em;
	-webkit-border-bottom-right-radius: 1em;
}

div.section#header div.fade, div.section#footer div.fade {
	background: transparent;
}

div.page>div.title {
	float:left;
	width:100%;
	height:40px;
	cursor: pointer;
	margin-top: 0.2em;
	font-size: 1.5em;
	margin-left:0.7em;
	margin-bottom: 0;
	font-weight: bold;
}

div.section#header div.page>div.title {
	cursor: default;
	font-weight: normal;
	margin-bottom: -0.5em;
	height: 100%;
}

p {
	margin:0;
	padding: 0;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

div.page > div#disqus_thread {
	margin:0;
	padding: 0;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
}

h1 {

}

p>strong {
	font-size: 1.5em;
	font-weight: normal;
}
.closed {
	height: 50px;
}

object {
	display: block;
}

.closed object {
	display: none;
}

div.section#section0>div.highlight {
	background-color: #ccc;
}
div.section#section1 div.title {
	color: #0076a3;
}
div.section#section1>div.highlight {
	background-color: #bddce7;
}
div.section#section2 div.title {
	color: #197a30;
}
div.section#section2 small {
	color: #197a30;
}
div.section#section2>div.highlight {
	background-color: #c3ddc9;
}
div.section#section3 div.title {
	color: #f26522;
}
div.section#section3>div.highlight {
	background-color: #fcd7c6;
}
div.section#section4 div.title {
	color: #931D00;
}
div.section#section4>div.highlight {
	background-color: #e3c5bd;
}


div.section#section_live div.page {
	background-color: #312C27;
}
div.section#section_live div.fade {
	background-image: url('images/fade_dark.png');
}
div.section#section_live div.title {
	color: #E9DED3;
}
div.section#section_live>div.highlight {
	background: #655B50;
}



div.section#section1, div.section#section2 {
	display: block;
}

div.section table {
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	border: none;
	border-spacing: 0
}

div.section#section2 td {
	padding:0.6em;
	padding-left: 1em;
	background-image: url('images/table_fade.png');
	background-repeat: repeat-x;
	background-position: top;
}

a {
	color: #448cca;
}


