/*
  v.dark: #543C1C
  dark: #A97835
  light: #BF955F
  v.light: #DDC5A6
  */
  
  .header{
	  background: url(http://www.ajol.info//images/roundedcornerleft.jpg) top left no-repeat;
	  width:98%;
  }
  
  .textshort{
  	 width:95.8%;
  	 height:110px;
  	 text-align:justify;
  	 border: outset 1px #6D6A3F;
  	 padding:3px;
  	 background:#EEEBFC;
  }
  
  .text{
  	 width:95.8%;
  	 text-align:justify;
  	 border: outset 1px #6D6A3F;
  	 padding:3px;
  	 background:#EEEBFC;
  }
  
  .arrowbullet{
  	margin-right:10px;
  }
  .arrowbullet img{
  	margin-right: 4px;
  }
  
  .primarylinks{
  	background:#6D6A3F; color:white; padding-top:3px;padding-bottom:3px;padding-right:4px;font-weight:bold;text-align:right; margin-left:3px;margin-right:3px;margin-top:0px;border-top:solid 1px black;
  }
  
  .secondarylinks{
  	background-image:url(http://www.ajol.info//images/ajol_bg.jpg);color:black; padding-top:3px;padding-bottom:3px;padding-right:4px;text-align:right;margin-top:0px; margin-right:3px;
  }
  
  .primarylinks a{
  	color:#EEEBFC;
  }
  
  .clearer{
  	clear:both;
  }
  
  div#commentForm
	{
	display: none;
	border:solid 1px;
	width:220px;	
	position: absolute;	
	right:15%;
	top:310px;
	background:#b6b5a1;
	padding:4px;
	border:outset 1px;
	text-align:center;
	}
  
  h2{
  	
  	background: url(http://www.ajol.info//images/roundedcornerright.jpg) top right no-repeat;
    font-size:13px;
    padding:5px;
    margin:0;
    text-align:center;
    color:white;
  }