
#proj_help {
   float: right;
   width: 234px;
   overflow: hidden;
}

#help_top {
    width: 234px;
    height: 6px;
    background: transparent url("../images/help_top.gif") no-repeat;
}

#help_cont {
    width: 234px;
    height: 299px;
    overflow: hidden;
    background: transparent url("../images/help_mid_slice.gif") repeat-y;
}

#help_bg_fill {
    width: 232px;
    height: 299px;
    margin:0 auto;
    background: transparent url("../images/help_fill_slice.gif") repeat-x;
}

#proj_help #help_bg_fill h6 {
    font-weight: bold;
    font-size: 14px;
    color: #8d6d57;
    text-align: left;
    padding: 10px 10px 0 10px;
    margin:0px;
}

#proj_help #help_bg_fill p {
    font-size: 14px;
    color: #8d6d57;
    text-align: left;
    line-height: 20px;
	letter-spacing: -0.00em;
    padding: 10px 12px 0 12px;
    margin:0px;
}


#help_bot {
    width: 234px;
    height: 6px;
    background: transparent url("../images/help_bot.gif") no-repeat;
}



