#Logo {
	position:absolute;
	width:900px;
	height:900px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#Navigation {
	position:absolute;
	width:200px;
	height:360px;
	z-index:2;
	left: 40px;
	top: 175px;
	color: black; 
	text-decoration: none;
	text-indent: 20px;
	/*font: italic bold 16px/20px Verdana;*/
	font: italic bold 16px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	border: 5px none black;
	margin-top: 15px;
	border-top-style: double;
	border-bottom-style: double;
}
#Serendipity {
	position:absolute;
	width:180px;
	height:100px;
	z-index:2;
	left: 40px;
	top: 600px;
	color: black;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
}
/*#Screencast {
	position: absolute;
	width:220px;
	height:220px;
	z-index:3;
	left: 415px;
	top: 180px;
}*/
#Content {
	width:525px;
	z-index:2;
	left: 300px;
	top: 175px;
	line-height: 1.5;
	position: absolute;
}
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background: #252525 url(../images/background_red.jpg) repeat scroll;
	color: #F7EEEE;
	font: italic 14px/1 "Trebuchet MS", Arial, Helvetica, Geneva, sans-serif;
}
.smaller {
	font-size: 12px;
}
h1 {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	text-align: center;
}
h2 {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}
/*a.screencast, a.screencast:hover, a.screencast:visited {
	text-decoration: none;
	border-style: none;
}*/
a.navlink, a.navlink:visited {
	color: #F7EEEE;
	text-decoration: none;
	text-shadow: 2px 1px 0px #000;
	filter: Shadow(Color=#000000, 	
			Direction=135, 
			Strength=2);
	border-bottom-style: none;
}
a.navlink:hover {
	border-bottom: 2px solid black;
	border-top: 2px solid black;
}
a {
	color: #F7EEEE;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	text-decoration: none;
}
a:hover {
	border-bottom-style: solid;
}
a.no_underline {
	border-bottom-style: none;
}
strong {
	font-weight: bold;
	font-style: normal;
}
h1.help {
	font-weight: bold;
	font-style: normal;
	font-size: 18px;
	text-align: center;
}
h2.help {
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
}
h3.help {
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	padding-top: 7px;
}
p.help,li.help {
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: justify;
	margin-left: 20px;
	line-height: 1.5;
	margin-bottom: 8px;
}
