


/* landing page layout */



#wrap_lp {
    width:880px;
    margin:0 auto;
}
#Headline_row_lp {
    float:left;
    width:760px;
}
#Subheadline_row_lp {
    float:left;
    width:600px;
}
#left_col_lp {
    float:left;
    width:500px;

}
#right_col_lp {
    float:right;
    width:360px;

}
#middle_col_lp {
    float:left;
    width:10px;

}







