body {
	background: #424242;
}
#container {
	width: 950px;
	margin: auto;
	border: 0px;
}
#content {
	-moz-box-shadow: 3px 3px 8px 0px #000000;
	-webkit-box-shadow: 3px 3px 8px 0px #000000;
	box-shadow: 3px 3px 8px 0px #000000;
	border: 5px;
	width: 650px;
	height: auto;
	font-family: 'OpenSansRegular', arial, serif;
	margin-left: 1px;
	background-color: white;
	padding-left: 0;
	padding-right: 0;
	filter: progid
	: DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, Color='#000000');
	float: left;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#container h1 {
	background: url('../images/content-header-line.jpg') repeat-x left bottom;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: black;
	text-decoration: none;
	font-size: 150%;
	font-weight: normal;
	font-family: 'OpenSansLight', arial, serif;
	padding-bottom: 10px;
}
#container h2 a {
	text-decoration: none;
	color:black;
}
#container h2 {
	background: url('../images/content-header-line.jpg') repeat-x left bottom;
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	color: black;
	text-decoration: none;
	font-size: 120%;
	font-weight: normal;
	padding-bottom: 10px;
}
#container p {
	margin-left: 20px;
	margin-right: 30px;
	padding-bottom: 20px;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
	font-size: 80%;
	text-align: justify;
}
#container ul {
	margin-left: 20px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-decoration: none;
	font-size: 80%;
	padding-bottom: 5px;
	list-style: disc url("../images/bullet.png");
	text-align: justify;
}
#container li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#yui-history-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}
#loading {
	display: none;
	position: relative;
	margin: auto;
	vertical-align: middle;
	background: url("../images/loader.gif") no-repeat;
}
