body
{
 margin: 0;
 padding: 0;
}

#center_container
{
 width: 100%;
 margin: 0;
 text-align: center;
}

#error_top_nav
{
 background-color: #182350;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 27px;
 margin-bottom: 70px;
}

a.backtosite
{
 color: #C2C2E2;
 text-decoration: none;
 position: absolute;
 left: 12px;
 top: 6px;
 font-family: Arial,Helvetica,Geneva;
 font-size: 12px;
}

a.backtosite:hover, a.backtosite:active, a.backtosite:focus 
{
 color: #ffffff;
 text-decoration: none;
 outline: none;
 -moz-outline-style: none;
}

#error_box
{
 background-color: #F8D5B2;
 width: 300px;
 margin: 70px auto;
 padding: 0px;
}

#error_text
{
 background-color: #FAE5CF;
 position: relative;
 margin: 0;
 padding: 30px 40px 50px 40px;
 text-align: left;
 font-family: Arial,Helvetica,Geneva;
 font-size: 12px;
 font-weight: normal;
 line-height: 1.5em;
}

#error_text a
{
 font-family: Arial, Helvetica, Geneva;
 font-size: 12px;
 font-weight: bold;
 color: #c27f55;
 text-decoration: none;
}

#error_text a:hover,a:active,a:focus
{
 color: #9c1f22;
 outline: none;
 -moz-outline-style: none;
}

#error_logo
{
 float: left;
 margin: 10px 15px 15px 10px;
 border: 0px;
}

.error_title
{
 padding: 45px 0px 0px 0px;
 font-family: Arial,Helvetica,Geneva;
 font-size:22px;
 font-weight:bold;
 letter-spacing:0.07em;
 text-align: left;
 color: #C07558;
}