#Layer1 {
	position:			relative;
	margin:				10px auto;
	width:				800px;
	height:				600px;
}

#Layer2 {
	position:			absolute;
	left:				212px;
	top:				98px;
	width:				520px;
	height:				430px;
	z-index:			2;
	overflow: 			auto;
	background:			#FFFFFF url(../_Images/Layout/content-bg.jpg) no-repeat right top;
	border:				1px none #000000; 
	padding:			10px;
	color:				#FF6600;
	line-height:		22px;
}
#Footer {
	color:				#888;
	font-size:			14px;
	line-height:		30px;
	margin:				0px auto 20px;
	text-align:			center;
	width:				800px;
}
a {
	color:				#FF6600;
}
#PresentLink {
	display:			block;
	position:			absolute;
	left:				320px;
	top:				80px;
}
ul {
	list-style:			none;
}
ol li,
ul li {
	margin-bottom:		35px;
}
p {
	font-size:			16px;
	margin-bottom:		15px;
	margin-top:			0px;
}
p strong {
	font-size:			18px;
}
h1 {
	font-size:			30px;
	font-weight:		normal;
	margin-bottom:		22px;
	margin-top:			0px;
	line-height:		35px;
}
h2 {
	font-size:			24px;
	font-weight:		normal;
	line-height:		30px;
	margin-bottom:		20px;
	margin-top:			0px;
}
h3 {
	margin-bottom:		0px;
	margin-top:			0px;
	font-size:			16px;
}
.highlight,
.highlight a {
	color:				#f00;
}
