body {
	font-size: 14px;
	}

h1 {
	position: relative;
	z-index: 11;
	font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-style: italic;
	letter-spacing: 0.45em;
	margin: 2px;
	padding: 0px;
	font-size: 22px;
	}
	
h2 {
	position: relative;
	z-index: 12;
	font-family: 'trebuchet ms', 'Gill Sans', Verdana, Geneva, Helvetica, Arial, sans-serif;
	text-transform: lowercase;
	font-style: italic;
	letter-spacing: 0.3em;
	color: #666;
	margin: -7px 15px 0px 6.65em;
	padding: 0px;
	font-size: 18px;
	background-color: transparent;
	}

#sidebar {
	width: 250px;
	position: fixed;
	top: 2.95em;
	left: 0;
	border-top: 1px solid #666;
	}
	
#slide {
	margin-left: 249px;
	color: #666;
	border-left: 1px solid #666;
	position: relative;
	z-index: 10;
	}
	
#banner {
	position: fixed;
	top:0;
	left:0;
	z-index: 15;
	}
	
#prelude, #practical, #promises, #resources, #gull {
	position: fixed;
	top: 0;
	left: 249px;
	width: 575px;
	color: #333;
	border-left: 1px solid #666;
	}


#prelude {
	background-color: #8BBBFB;
	}

.pre {
	background-color: #a6a6a6;
	}

#practical, .pra {
	background-color: #92B06A;
	}

#promises, .pro {
	background-color: #FDBE01;
	}

#resources, .re {
	background-color: #E2AC80;
	}

#gull, .gu {
	background-color: #4378A2;
	}

	
	#prelude h3, #practical h3, #promises h3, #gull h3, #resources h3 {
		text-align: right;
		font-family: 'Trebuchet MS', sans-serif;
		padding: 5px 45px 4px 0;
		margin: 0;
		font-size: 28px;
		text-transform: uppercase;
		font-style: italic;
		border-bottom: 1px solid #666;
		}
		
		
#nav {
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #8BBBFB;
	color: #336;
	text-align: right;
	width: 240px;
	font-size: 20px;
	padding: 5px;
	border-top: 1px solid #666;
	}
	
	#nav a:link, #nav a:visited {
		color: #336;
		text-decoration: none;
		}
		
	#nav a:hover {
		color: #669;
		text-decoration: underline;
		}
		
#navcontent {
	position: relative;
	z-index: 5;
	margin-right: 20px;
	}
	
#slide-footer {
	position: fixed;
	bottom: 0;
	left: 249px;
	font-size: 20px;
	color: #333;
	width: 575px;
	border-left: 1px solid #666;
	border-top: 1px solid #666;
	z-index: 1500;
	}
	
	#slide-footer .left {
		float: left;
		width: 27%;
		text-align: left;
		padding: 5px;
		}
		
	#slide-footer .right {
		float: right;
		width: 55%;
		text-align: right;
		padding: 5px;
		margin-right: 35px;
		}
		
				
#slide-content {
	padding: 2em;
	}
	
#side-content {
	margin: 10px;
	}
	
	#side-content h4 {
		font-size: 18px;
		color: #339;
		margin: 20px 0px;
		}
		
	#side-content p {
		font-size: 18px;
		margin: 0px 40px;
		}
	
/*ul, ol {
	font-size: 30px;
	line-height: 1em;
	padding: 0;
	margin: 0 0 0 1em;
	}
*/

ul, ol {
	font-size: 30px;
	line-height: 1em;
	padding: 0;
	list-style: disc;
	margin: 0em 0 0 1em;
	text-indent: .1em;
	}

li {
	padding-bottom: 0.2em;
	}

ul ul li {
	padding-bottom: 0.1em;
	}

ul ul {
	margin-top: 0em;
	font-size: 0.94em;
	}

ul.inline, ul.inline li {
	display: inline;
	padding: 0;
	margin: 0;
	}

ul.inline li:before {
	content: "\0020 \0020 \2022 \0020 \0020";
	color: #666;
	}
	
ul.inline li.first:before {
	content: " ";
	}

ul.inline {
	font-size: 0.8em;
	}


#side-content ul, #side-content ol {
	font-size: 24px;
	list-style: disc;
	text-indent: 0;
	color: #336;
	}

h4 {
	font-size: 36px;
	margin: 1em 0em 0em 0em;
	padding: 0;
	line-height: 1em;
	}

p {
	font-size: 30px;
	margin-bottom: 0.25em;
	}

body {
	margin: 0;
	padding: 0;
	background: #efefef url(line_bg.gif) top left repeat-y;
	color: #000;
	font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	}
		
img#nest, img#tools, img#giraffe {
	position: fixed;
	top: 41px;
	left: 0;
	z-index: 1;
	}

pre {
	margin-left: 1em;
	font-size: 20px;
	}

img#seagull {
	position: fixed;
	top: 9px;
	left: 0;
	z-index: 1;
	}
	
img#castle {
	position: fixed;
	top: 12px;
	left: 0;
	z-index: 1;
	}
	
img#switch {
	margin: 3em 0 0 7em;
	}
	
#needle {
	position: absolute;
	z-index: 0;
	bottom: 0;
	left: 0;
	margin-bottom: -9px;
	margin-left: -10px;
	}

#screenshot {
	border: 1px solid #666;
	padding: 0px;
	}
