body
        {
            height:auto;
            margin: 0px 0px 0px 0px;
            background-image:url('images/bg4.PNG');
            
        }
    .home_header1
{
    background-image:-webkit-gradient(linear, left top, left bottom, from(#919191), to(#B1B0B0));
    background-image: -moz-linear-gradient(top, #919191, #B1B0B0);
    background-image: -o-linear-gradient(top, #919191, #B1B0B0);
    background-repeat:no-repeat;
    
    height:83px;
    width:1000px;
    vertical-align:bottom;
    
    top:0px;
    margin-top:0px;
}
.home_table
{
    width:1000px;
    height:auto;
}
.menu123
{
 
  height:61px;
  border-radius:0px 0px 0px 0px;
  vertical-align:middle;
  background-color: #EDEDED;
  background-image:-webkit-gradient(linear, left top, left bottom, from(#B1B0B0), to(#919191));
    background-image: -moz-linear-gradient(top, #B1B0B0, #919191);
    background-image: -o-linear-gradient(top, #B1B0B0, #919191);
    
} 
.contentbg
{
    background-color:White;
    position:relative;       
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  width: 1000px;
  height: 600px; 
}
.contentbg:before, .contentbg:after
{
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:10px;
    border-radius: 10px;
} 
.contentbg:after
{
	right:10px; 
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg); 
       -moz-transform:skew(8deg) rotate(3deg);     
        -ms-transform:skew(8deg) rotate(3deg);     
         -o-transform:skew(8deg) rotate(3deg); 
            transform:skew(8deg) rotate(3deg);
} 
.contentbg1
{
    background-color:#EDEDED;
    position:relative;       
    -webkit-box-shadow: 0 10px 6px -6px #777;
	   -moz-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
  width: 1000px;
  height: 45px; 
  border-radius:0px 0px 12px 12px;
}

.img
{
    float:left;
    margin-left:10px;
    margin-top:3px;
}