body {
	background-image:url('/assets/layout/escapeFromDarkness/efd_body_bg.jpg');
	background-position:50% 0;
	background-repeat:no-repeat;
	background-color:#666;
}
a, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
a:hover {
	text-decoration:underline;
}
p, blockquote {
	margin-bottom:1em;
	line-height:1.6em;
}
blockquote {
	margin-left:1em;
}
h1, h2, h3, h4 { margin: 1.5em 0 .5em 0; font-weight:bold; }
h1 { font-size:150%; }
h2 { font-size:140%; }
h3 { font-size:130%; }
h4 { font-size:110%; }
li { margin-left:1em; }
ul li {
	list-style-type:disc;
}
ol li {
	list-style-type:armenian;
}
td {
	vertical-align:top;
}
.replace {
	display:none;
}
#doc {
	width:760px;
}
#hd {
	background-image:url('/assets/layout/escapeFromDarkness/efd_topNav.jpg');
	height:68px;
}
#topNav {
	padding-top:42px;
}
#topNav ul li {
	float:left;
	display:inline;
	list-style:none;
}
#topNav ul li a, #topNav ul li a:visited {
	float:left;
	padding:5px 10px;
	font-weight:bold;
	color:#fff;
}
#bdHeader {
	background-image:url('/assets/layout/escapeFromDarkness/efd_header.jpg');
	height:179px;
}
#bd {
	background-color:#000;
	color:#CECA71;
}
.col-left blockquote {
	margin-top:2em;
	margin-right:1em;
}
.article {
	padding:2.2em;
}
.videoPlayer {
	border:solid 1px #fff;
	width:280px;
}
table.productList td {
	padding-bottom:1em;
}
table.productList td img {
	margin-bottom:.5em;
}
#ft {
	background-color:#262626;
	height:20px;
}