﻿body
{
    font-family: Arial, Sans-Serif;
    font-size: 12px;
}

#error_container
{
    width: 831px;
    height: 531px;
    background: url('/images/imar_error.jpg') no-repeat;
    margin: 0px auto; /*border: solid 1px red;*/
}

#error_body
{
    position: relative;
    padding: 45px 50px 150px 80px; /*border: solid 1px green;*/
}

#error_body h1
{
    margin-top: 0px;
}

#nav_row
{
    position: relative;
    padding: 32px 0 0 230px;
    /*border: solid 1px lime;*/
    overflow: hidden;
}
.nav_button
{
    float: left;
    display: block;
    height: 50px;
    /*border: solid 1px red;*/
}
#nav_home
{
    width: 85px;
}

#nav_whoisimar
{
    width: 130px;
    margin-left: 8px;
}
#nav_contact
{
    width: 130px;
    margin-left: 10px;
}
#nav_guide
{
    width: 190px;
    margin-left: 10px;
}
