body {
	background-color:#ffffff;
}


.headder, .top, .sidenav, .navigation
{
	display:none;
}

img {
	border: solid 1px black
}
/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 700px;
}

.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content hr {
	border: none 0; 
	border-top: 1px dashed #BA9751;/*the border*/
	width: 95%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

blockquote {
	background: url(img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 20px;
}
