/* CSS Document */

body{ margin:0px auto;
      /*background:url(images/bg.jpg) no-repeat center top fixed #fff;*/
      /*background:url(images/bd_bg.jpg) no-repeat center bottom fixed #fefefe;*/
      /*background:url(images/tiled.gif) repeat fixed;*/
      /* background:url(images/new_bg.png) repeat fixed; */
	  background-color: #f8effb;
	  width:100%;
	  font-size:17px;
      font-family: 'Roboto Condensed', sans-serif;
      }
	  
#wrapper{margin:0px auto; 
         width:909px;
		 }	  
	  
.top-text{width:909px;
          margin:0px auto;
		  z-index:1;
		  }		  
		  
.body-bg-top{ width:909px;
          height:271px;
		  display:block;
		  margin:0px auto;
		  background:url(images/body-bg-top.gif) no-repeat top;
		  }
		  
.body-bg-me{width:909px;
		  display:block;
		  margin:0px auto;
		  background:url(images/body-bg-me.gif) repeat-y;
          /*opacity: 0.9;filter: alpha(opacity=90);*/
          z-index:10;
		  }	
		  
.body-bg-fot{width:909px;
          height:229px;
		  display:block;
		  margin:-160px auto 0px;
		  background:url(images/body-bg-fot.gif) no-repeat top;
          z-index:1
          /*opacity: 0.9;filter: alpha(opacity=90);*/
		  }
		  
.body-text{
		   text-align:justify;
		   text-decoration:none;
		   color:#111;
		   }
		   
.table-text1{
		   color:#333;
		   text-decoration:none;
		   }	
		   
.table-text1 a{
           
		   color:#0000FF;
		   text-decoration:none;
		   }
.table-text1 a:hover{
           
		   color:#852e2e;
		   text-decoration:none;
		   }
.table-text1 h2{
           
           font-size:18px;
           font-weight: 700;
		   color:#852e2e;
		   text-decoration:none;
		   padding:0px;
		   margin:0px;
		   }
.devider{width:795px;
         height:31px;
		 display:block;
		 background:url(images/devider.gif) no-repeat;		      
		 }  		      		  			  	  		 
#newadd{
    width:100%
}
#newadd td{padding:10px;}
#newadd td img{margin: 0px auto;}