body div#content
{
    float:left;
}

body div#footer
{
    float:left;
}

body div#content div#left_panel div#menu
{
    float:left;
    text-align:left;
    border:solid 1px green;
}

body div#content div#left_panel div#menu div.menu_align
{
    float:left;
    width:30px;
    height:1px;
}

body div#content div#left_panel div#menu div.menu_item
{
    margin:5px;
    font-size:14px;
}

body div#content div#left_panel div#links
{
    float:left;
    clear:left;
    text-align:center;
}

body div#content div#left_panel div#links div#return_link
{
    margin:20px 0px;
}

body div#content div#left_panel div#links div#total
{
    margin:20px 0px;
}

body div#content div#left_panel div#links div#navigation_links
{
    float:left;
    clear:left;
}

body div#content div#left_panel div#links div#navigation_links div
{
    float:left;
    width:86px;
    height:1px;
}

body div#content div#left_panel div#links div#navigation_links * a img
{
    border:solid 1px green;
    width:70px;
    height:70px;
    margin:0px 8px;
    float:left;
}

body div#content div#pictures_list
{
    float:right;
    width:660px;
}

body div#content div#pictures_list a.anchor
{
}

body div#content div#pictures_list div.picture img
{
    border:solid 1px green;
    float:left;
    margin:0px 0px 30px 30px;
    width:100px;
    height:100px;
}

body div#content div#pictures_list div.category_link
{
    margin-top:5px;
}

body div#content div#pictures_list div#text
{
    margin-bottom:25px;
}

body div#content div#big_picture
{
    min-height:400px;
}

body div#content div#big_picture img
{
    margin:0px 0px 0px 30px;
    border:solid 1px green;
    width:659px;
}

