/* server busy ############################################################################################################ */

html 
{
    background: #7a8eb7;    
}
div#true_404 div.body					{ padding: 0 14px; background: #e6eaf2 url(../img/i/error_404_back.gif) no-repeat left top; font-size: 9pt; }
div#true_404 div.meta					{ position: absolute; width: 184px; height: 40px; background: transparent url(../img/i/error_404_top_1.gif) no-repeat left top; margin-top: -40px; margin-left: -14px; z-index: 1; height: 150px; overflow: visible; }
div#true_404 div.body div.data		{ padding: 50px 0 50px 218px; }
div#true_404 div.body h1				{ font-size: 22pt; color:#bf0800; font-weight: bold; margin: 0 0 0 -3px; padding: 0; }
div#true_404 div.body p					{ margin: 0 0 0 0; }
div#true_404 div.body a:link, div#true_404 div.body a:visited
      										{ color: #0048da; line-height: 140%; font-size: 9pt; }

div#true_404 div.bottom					{ background: url(../img/i/angle_shadow_left.gif) no-repeat left bottom; padding: 0; margin: 0; }
div#true_404 div.bottom div.back		{ background: url(../img/i/angle_shadow_right.gif) no-repeat right bottom; padding: 7px 14px 0 14px; text-align: right; font-size: 8pt; }
all
body                                { background: #7a8eb7 none; }

#true_404                           { margin: 10% auto 6px; background: #e6eaf2; font-size: 9pt; color: #0d1a33; width: 75%; max-width: 952px; }
#true_404 div.body div.data h1		{ margin-left: 0; }

