@charset "UTF-8";
.mainblock {
	margin: 10px;
	padding: 5px;
	border: 2px solid #660000;
	background-color: #C4500D;
	float: right;
	color: #000000;
	top: 100px;
	width: 70%;
	background-image: url(guide/parchmnt.gif);
}
h1 {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}
.extrania {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ccFFFF;
	float: left;
	width: 20%;
	border: thin groove #000000;
	color: #000066;
	text-align: left;
	display: inline;
	list-style-image: none;
	list-style-type: none;
	margin: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	top: 144px;
	position: absolute;
	left: 19px;
}
.bulletlesslist {
	list-style-type: none;
}

