/*начало разметки*/

div.top{
 
	width: 100%;
	height: 150px;
	background: #F9F2E0; /*Центер в топе*/
	margin-left: 1%;
	margin-right: 1%;
	
	
}
/* Центер основная часть где крепится менюшка и текст*/
div.center{
	width: 100%;
	height: 100%;
	background: White;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
}
/* это левая менюшка в нутри центра */
div.menu{
	float: left;
	width: 100%;
	height: 100%;
	background: FBF6F0;
	border: 1px 1px 1px 1px outset #FDFDFD;
}
/* 1% -вая штучка чтобы был пробел между менюшкой и текстом*/
div.px{
	float: left;
	width: 1%;
	height: 100%;
	background: #F3F3F3;
}
/*НУ туТЫ должно быть ясно контекст основная чать странички! :)*/
div.content{
   MARGIN: top 10pt;
	float: left;
	width: 100%;
	height: 100%;
	background: FBF6F0;
	border-left: 1px outset #FFFFFF;
	border-right: 1px outset #FFFFFF;
	border-top: 1px outset #FFFFFF;
	border-bottom: 1px outset #FFFFFF;
}
/*п.тоесть конец разметки*/
div.end{
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 1%;
	width: 100%;
	height: 50px;
	background: FBF6F0;
	border: 1px outset Black;
}
H2{
  
   MARGIN: 10px; 
	font-size: 13pt;
	color: #4F4F4F;
}
p.text{
   text-align:justify; 
   MARGIN: 10px;
	font-size: 11pt;
	color: #5A5A5A;
	
}
a.Amnu{
	background: top;
	clear: both;
	color: #5C2111;
	font-size: x-small;
}
H1{
   
	text-align: center;
	font-size: 40pt;
}
a.next{
	font-size: 8pt;
	color: Red;
}