html
{
 margin:0px;
 width:100%;
 height:100%;
 background:url(../images/bg.jpg) top left;
 }
 
 body
{
  width:1000px;
  margin:0px auto;
  background:url(../images/body_bg.jpg) top left;
 }

 
 
 #wrapper
{
  width:1000px;
  margin:0px;
  background:url(../images/bg.png) repeat-x top left; 
  
 }
 
 
 #header
{
 margin:0px;
 height:170px;

 
}
 
  #header img
{
 display:block;
/* margin: 0px 0px 0px;*/
 margin-top:-2px;
 margin-bottom:0px;
 float:left;

}

#top_header
{

 width:100%;
 height:18px;
 text-align:right;
 color:#fff;
 padding-right:50px;
}

  #menu
 {
  width:100%;
  margin-left:auto;
  margin-right:auto;
  float:inherit;
  height:26px;
  text-align:center;
  margin-top:-20px;
  clear:both;
  }
  

    
   #content
   {
    float:left;
    width:100%;
	padding:5px 0px 5px 0px ;

   }
   
   .spacer
   {
     width:100%;
	 height:20px;
   }
   
   #divleft
   {
     width:280px;
     float:left;
	 padding-left:5px;
	
   }
   
      
   #divleft .topside
   {
    width:254px;
	height:15px;
    background-image:url(../images/top_img.PNG);
	
   }
   
  #divleft .midside
   {
    width:254px;
    background-image:url(../images/mid_img.PNG);
	background-repeat:repeat-y;
   }
   
   .midside_block
    {
    width:90%;
	margin:0px 0px 0px 10px;
	padding:15px 0px 15px 0px;
    }
      
	 .midside_block h3
    {
     margin:0px;
     font-family:Georgia, "Times New Roman", Times, serif;
     color:#000000;
     font-size:16px;
     font-weight:bold;
     text-transform:capitalize;
	 border-bottom:1px dotted #CC9933;
   
    }
	
	 .midside_block ul
    {
     list-style-image:url(../images/arrow.png);
      margin:0px; 
    }
  
  
   .midside_block a
    {
     font-family:Arial, Helvetica, sans-serif;
     font-size:12px;
     color:#163851;
     font-weight:bold;
     text-decoration:none;
     text-transform:capitalize;
	 line-height:1.5;
	 padding-left:15px;
	 margin-top:2px;
	 
    }
	
   .midside_block a:hover
    {
     text-decoration:underline;
	 color:#0099CC;
    }
	
   #divleft .bottomside
   {
    width:254px;
	height:15px;
    background-image:url(../images/bottom_img.PNG);
	
   }
   
   
  #divright
  {
   width:695px;
   float:left;
   padding-right:5px;
  } 
  
  
  .divright_block
  {
    width:100%;
	margin:0px;
	padding-bottom:20px;
  }
  
  
   .divright_block p
  {
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#000000;
   font-weight:normal;
   text-align:justify;
   line-height:1.5;
   padding:0px 5px 0px 5px;
 }
  
  
  .divright_block .read_more
  {
    float:right;
	border:0px;
  }
  
 
  
  #news
  {
    width:100%;
	height:150px; 
  }
  
  #news ul
  {
	list-style-image:url(../images/arrownews.gif);

  }
  
  #news a
  {
    font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#2D2D2D;
	font-weight:bold;
	padding-left:0px;
	text-decoration:none;
  }
  
  
  h3
 {
  margin:0px;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#000000;
  font-weight:bold;
  text-transform:capitalize;
  padding-bottom:5px;
  border-bottom:1px dotted #AB4B4F;
  }  
  
  #footer
 {
  margin:0px;
  height:50px;
  background-color:#e9e9e9;
  border-bottom:5px solid #000000;
  border-top:1px solid #CCCCCC;
 }
 
 #footer
 {
  margin:0px;
  height:40px;
  clear:both;
  background-color:#e9e9e9;
  border-bottom:5px solid #000000;
  border-top:1px solid #CCCCCC;
  /*padding-top:5px; */
 }

#footer_menu
{

 width:100%;
 height:20px;
 text-align:center;
}

#footer_menu ul
{ 
  margin:0px;
  list-style-type:none;
  font-size:12px;
  font-family:arial,helvetica,sans-serif;
  
}

.mf
{
 color:Red;
}

/*#footer_menu li
{
  margin:0px;
  display:inline;

}

#footer_menu a
{
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
  font-weight:normal;
  margin:0px 0px;
  text-align:center;
  text-decoration:none;
  text-transform:capitalize;
}


#footer_menu a:hover
{
  text-decoration:underline;
} */

.paginate {
		font-family:Arial, Helvetica, sans-serif;
		padding: 3px;
		margin: 3px;
		font-size:12px;
		
	}

	.paginate a {
		padding:2px 5px 2px 5px;
		margin:2px;
		border:1px solid #999;
		text-decoration:none;
		color: #666;
	}
	.paginate a:hover, .paginate a:active {
		border: 1px solid #999;
		color: #000;
	}
  .paginate span.current {
		margin: 2px;
		padding: 2px 5px 2px 5px;
		border: 1px solid #999;
		font-weight: bold;
		background-color: #999;
		color: #FFF;
	}
	.paginate span.disabled {
		padding:2px 5px 2px 5px;
		margin:2px;
		border:1px solid #eee;
		color:#DDD;
	}
	
/*#overlay {display: none;
        width: 420px;
        position: absolute;
        visibility: visible; 
        top: 30px;
        left: 464.5px;
	    z-index: 112;}	
		
*/		
	.gallery
	{
	  float:left;
	  padding:5px 12px;
	}
	
	