/* --------------- Content items ------------------- */
#content_container_fp {
        position: relative;
        margin-left: 200px;
        margin-top: 25px;
        z-index: 5;
        }
#content_container_fp TD {
        vertical-align: top;
        }
#content_container_fp IMG {
        border: 2px solid black;
        }

#content_normal_fp {
	
        }

#content_right_fp {

        }

#bg_image_fp {
        position: absolute;
        top: 140px;
        left: 200px;
        width: 75%;
        height: 465px;
        z-index: 2;
        }

#bg_border_fp {
        position: absolute;
        top: 160px;
        left: 225px;
        width: 75%;
        height: 465px;
        background-color: #414652;
        z-index: 1;
        }



/* Main format styles */
/*-------------------------------------------------------------------------------------*/

/* Main <p> tag styles */
#content_container_fp P {
        font-size : 11.5px;
        line-height : 180%;
        color: #333333;
        text-indent : 20px;
        }

