body {
	margin: 0;
	padding: 0;
	background: #EAEAFF;
	}

h1 {
	font-size: 1em;
    color: #1B1B1B;
    font-weight: bold;
    font-family: Verdana;
    font-variant: small-caps;
}

h2 {
	font-size: 1em;
    color: #1B1B1B;
    font-weight: bold;
    font-family: Verdana;
}


/*Links CSS*/
a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #800000;
}



.categories_tab {font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	
	color: #000000;
    background-color: #CACAFF;
    font-variant: small-caps;

}




.pages {font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	color: #000066;
    background-color: #DBDCF7;
}


.blogroll {font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	color: #800000;
}

.our_frinds_links {font-size: 12px;
	font-family: Verdana;
	font-weight: normal;
	color: #000066;
    background-color: #DBDCF7;

}










/*end links css*/


 .categories { 
    position: absolute; /* Абсолютное позиционирование */
    top: 1%; /* Положение от верхнего края */
    right: 7%; /* Положение от правого края */
    width: 20%; /* Ширина блока */
    height: auto;
    
    border: 1px solid black;
    margin-top: 1px; /* Отступ сверху */
    background: #DBDCF7; /* Цвет фона */
    padding: 1px; /* Поля вокруг текста */
   }
 

 .headtitle{ 
    position: absolute; /* Abs */
    top: 1%; /* Verx */
    left: 1%; /* Pr */
    width: 70%; /* Shir */
    height: 6%; /*Vis*/
    padding-top: 1px;
    background: #CACAFF; /* Fone Color */
    border: 1px solid #CACAFF; /* Ramka */
    }




 .page_header{ 
    position: absolute; /* Abs */
    top: 8%; /* Verx */
    left: 1%; /* Pr */
    width: 70%; /* Shir */
    height: auto; /*Vis*/
    
    margin-top: 1px; /* Ots Vetx */
    background: #DBDCF7; /* Fone Color */
    border: 1px solid #DBDCF7; /* Ramka */
    padding: 1px; /* Pole vokrug texta */
   
    font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	color: #3C0000;
    
   
   
   }


  .posts{ 
    position: absolute; /* Abs */
    top: 16%; /* Verx */
    left: 1%; /* Pr */
    width: 70%; /* Shir */
    height: auto; /*Vis*/
    
    margin-top: 1px; /* Ots Vetx */
    background: #DBDCF7; /* Fone Color */
    border: 1px solid #CACAFF; /* Ramka */
    padding: 1px; /* Pole vokrug texta */
    vertical-align:top;   
       
    font-size: 12px;
    font-family: Verdana;
	font-weight: 200;
	color: #2D2D2D;
  
 
 }
