body{ position:  relative; height: auto !important; height: 100%; min-height: 100%; }
html{ height: 100%; }


#cont{
margin: auto;
    width: 1200px;
}
#block{
    float: left;
    margin: 5px;
    padding: 5px;
    width: 350px;
    height: 166px;
    border: 1px  #E0E210 solid;
    overflow:hidden;
    background-color: #F1E8E6;
    overflow: hidden;
}
#block h2{
margin:0px;
margin-bottom:5px;
padding-left:3px;
background-color:#A7EC85;
height:20px;
overflow:hidden;
font-size:14px;
font-style:normal;
font-family: tahoma, monospace;
}
#block a{
color:#333333;
text-decoration: none;
}
#block a:hover{
color:#F5F5F5;
text-decoration: none;
}
#block .pic{
    float:left;

    margin-right:3px;
}
#block p{


    font-family: tahoma, monospace;
    font-size:12px;text-align: left;color:#333333;
}
#header
{
    width:100%;
    text-align:center;
    font-family:tahoma, Courier, monospace;color:#333333 ;
    margin:0px;
    padding:0px;
}
#footer
{
    float: left;
    margin: 5px;
    padding: 5px;
    width: 90%;
    position :relative;
    top:-15px;
    
    overflow:hidden;


}

#footer a{
color:#F1E8E6;

text-decoration: none;
}
#all {position: absolute; top:60px; height: 100%;}
