* {
	padding:0;
	margin:0;
}

body {
	font: normal 12px "Lucida Grande", "Verdana", sans-serif;
	color: #222;
	background-color:#E8E8FF; 
	
	}


h1 {
	font-size: 1.3em;
    color: #1B1B1B;
    font-weight: bold;
    font-family: Verdana;
 }

h2 {
	font-size: 1em;
    color: #1B1B1B;
    font-weight: bold;
    font-family: Verdana;
 }


strong {
	font-size: 1.2em;
    color: #1B1B1B;
    font-weight: bold;
    font-family: Verdana;
    
}

a:link {
	color: #800000;
}
a:visited {
	color: #800000;
}
a:hover {
	color: #FF0000;
}


.head_title{ 
    margin-right: auto;
	margin-left: auto;
    width: 75%;
    height: 25%;
    background: #D9D9FF; /* Fone Color */
    border: 1px solid #8888FF; /* Ramka */
    font-size: 11px;
	font-family: Verdana;
	font-weight: 100;
	color: #000000;
    font-variant: small-caps;
   }
    
.page_header{ 
    margin-right: auto;
	margin-left: auto;
    width: 75%;
    height: 20%;
    background: #D9D9FF; /* Fone Color */
    border: 1px solid #8888FF; /* Ramka */
    font-size: 11px;
	font-family: Verdana;
	font-weight: 100;
	color: #000000;
    font-variant: small-caps;
   }    
 
.box{ 
    margin-right: auto;
	margin-left: auto;
    width: 75%;
    height: auto;
    background: #D9D9FF; /* Fone Color */
    border: 1px solid #8888FF; /* Ramka */
    font-size: 11px;
	font-family: Verdana;
	font-weight: 100;
	color: #000000;
    
   }    
    
 .posts{ 
    position: relative; /* Abs */
    top: 1px; /* Verx */
    left: 1px; /* Pr */
    width: 75%; /* Shir */
    height: auto; /*Vis*/
    padding-top: 1px;
    background: #D9D9FF; /* Fone Color */
    border: 1px solid #8888FF; /* Ramka */
    font-size: 11px;
	font-family: Verdana;
	font-weight: 100;
	color: #000000;
    float:left;
    }

 .categories{ 
    position: relative; /* Abs */
   
    width: 24%; /* Shir */
    height: auto; /*Vis*/
    padding-top: 1px;
    background: #D9D9FF; /* Fone Color */
    border: 1px solid #8888FF; /* Ramka */
    font-size: 11px;
	font-family: Verdana;
	font-weight: 100;
	color: #000000;
      float:right;
    }

.categories_tab {font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #000000;
    background-color: #B9CBFF;
   font-variant: small-caps;

}

.our_frinds_links {font-size: 11px;
	font-family: Verdana;
	font-weight: normal;
	color: #800000;
    background-color: #E1E1FF;

}
