/*Template orientations*/
.tmpl1_left , .tmpl1_right{
    min-height: 350px;
    margin-top: 20px;

}

.tmpl1_left{
    float: left;
    width: 698px;
    padding-right: 25px;
    position: relative;
    background: url('../images/shadows/shadow_middle.png') repeat-y right;
    margin-bottom: 50px;
}

.tmpl1_left .top_shadow , .tmpl1_left .bottom_shadow{
    position: absolute;
    right: 0px;
    width: 25px;
    height: 148px;
    
}

.tmpl1_left .top_shadow{
    top: 0px;
    background: url('../images/shadows/shadow_top.png') no-repeat right #4A8AC7;
}
.tmpl1_left .bottom_shadow{
    bottom: 0px;
    background: url('../images/shadows/shadow_bottom.png') no-repeat right #4A8AC7;
}  

.tmpl1_right{
    width: 234px;
    float: right;
    position: relative;
    margin-bottom: 50px;
}




