div#wrap div#global div#content_and_menu div#content div#content_holder
{
	display : none;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#path
{
    background-image  : url("../../media/images/bgd/blue.png");
    background-repeat : repeat;
    color             : #FFFFFF;
    font-family       : Arial;
    font-size         : 23px;
    font-weight       : bold;
    padding           : 10px;
    height            : 24px;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder
{
    background-image  : url("../../media/images/bgd/blue.png");
    background-repeat : repeat;
    margin-top        : 1px;
    padding           : 15px;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder div#text
{
    background-image  : url("../../media/images/bgd/text.png");
    background-repeat : repeat-y;
    color            : #1a2c4d;
    font-family      : Arial;
    font-size        : 13px;
    line-height      : 16px;
    padding          : 15px;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder div#text ul li
{
    list-style : square inside;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder div#text div.text_width
{
    width : 285px;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder div#text div.quote_width 
{
    margin-top : 75px;
    width      : 338px;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder div#text p.title
{
    color       : #1a2c4d;
    font-family : Arial;
    font-size   : 19px;
    font-weight : bold;
}

div#wrap div#global div#content_and_menu div#content div#content_holder div#text_holder div#text p.text
{
    margin-top : 8px;
}