#content1_wrapper 
{    
    width: 900px;
    height:420px;
    
}



.showcasebox 
{
    background: transparent url(../images/box_background.png) repeat-x scroll 0 0;
    display: inline; /*IE6 double margin bug*/
    float:left;
    width: 278px;
    height: 260px; 
    border: 1px solid #CCC;
    margin:10px;
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
}
.showcasebox 
{    
    margin:10px;
}
.showcasebox_header 
{
    font-size:larger;
    font-weight:bold;
    text-align: center;
    margin:10px;    
}
.showcasebox_content 
{   
    margin: 0 auto;
    height:190px;
    overflow:hidden;
}
.showcasebox_content_picture
{
    float:left;    
    
    margin: 0 auto;
    margin: 0 10px;
}
.showcasebox_content_text
{   
    text-align: left;
    margin: 15px;
}
.showcasebox_footer
{
    clear:both;
    font-weight:bold;
    text-align: right;
    margin: 0 auto;
    margin: 0 10px;
}