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;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #F7EEEE;
	background: #919191 url(../images/3column_gray_gradient.png) repeat-y;
	font: 14px/1.2 "Lucida Sans", "Lucida Grande", Helvetica, Geneva, sans-serif;
}

#logo {
	float: left; /* since this element is floated, a width must be given */
	width: 225px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 10px 30px 10px 10px;
	color: black;
}

#slogan {
	float: none; /* since this element is floated, a width must be given */
	width: 300px;
	color: black;
	top: 40px;
	left: 300px;
	position: absolute;
}

#Navigation {
	position:absolute;
	width:200px;
	height:380px;
	z-index:2;
	left: 40px;
	top: 240px;
	color: black; 
	text-decoration: none;
	text-indent: 20px;
	/*font: italic bold 16px/20px Verdana;*/
	font: italic bold 16px/20px "Lucida Sans", "Lucida Grande", Helvetica, Geneva, 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: 700px;
	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 {
	text-align: left;
	width:525px;
	z-index:2;
	left: 300px;
	top: 175px;
	line-height: 1.5;
	position: absolute;
}
.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: #af100b;
	text-decoration: none;
	text-shadow: #d5d5d5 2px 1px 0;
	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;
}
