* {
	padding:0;
	margin:0;
}

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: 0.8em;
    color: #1B1B1B;
    font-weight: bold;
    font-family: Verdana;
}


h3 {
	font-size: 0.8em;
    color: #1B1B1B;
    font-weight: bold;
    font-family: Verdana;
}





a:link {
	color: #000066;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #800000;
}


/* Header */
   
 .headtitle{ 
    position: absolute; /* Abs */
    top: 1%; /* Verx */
    left: 1%; /* Pr */
    width: 99%; /* Shir */
    height: 5%; /*Vis*/
    padding-top: 1px;
    background: #CACAFF; /* Fone Color */
    }   
    
  .page_header{ 
    position: absolute; /* Abs */
    top: 6%; /* Verx */
    left: 1%; /* Pr */
    width: 60%; /* Shir */
    height: 10%; /*Vis*/
    padding-top: 1px;
    background: #DBDCF7; /* Fone Color */
    }  

  .categories{ 
    position: absolute; /* Abs */
    top: 6%; /* Verx */
    left: 61%; /* Pr */
    width: 15%; /* Shir */
    height: auto; /*Vis*/
    padding: 1px;
    background: #EAEAFF; /* Fone Color */
    border: 1px solid #DBDCF7;
    margin-top: 1px;    
    }  
.friends{ 
    position: absolute; /* Abs */
    top: 6%; /* Verx */
    left: 77%; /* Pr */
    width: 15%; /* Shir */
    height: auto; /*Vis*/
    background: #EAEAFF; /* Fone Color */
    border: 1px solid #DBDCF7;
    margin-top: 1px;
    padding: 1px;
    } 

.categories_tab {font-size: 12px;
	font-family: Verdana;
	font-weight: bold;
	color: #1B1B1B;
    background-color: #D2D2FF;
    font-variant: small-caps;
  
}

.categories_link {font-size: 12px;
	font-family: Verdana;
	font-weight: 200;
	color: #000066;
    background-color: #EAEAFF;
}

.posts{ 
    position: absolute; /* Abs */
    top: 17%; /* Verx */
    left: 1%; /* Pr */
    width: 60%; /* Shir */
    height: auto; /*Vis*/
    background: #EAEAFF; /* Fone Color */
    border: 1px solid #DBDCF7;
    vertical-align:top; 
    font-size: 12px;
    font-family: Verdana;
	font-weight: 200;
	color: #000000;
    border: 1px solid #DBDCF7;
    background-color: #E8E8FF;    
   white-space:normal;    
}
