/* CSS Document */

body { background: #020032 url('images/main_bg.jpg') repeat-x top; margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif;}

#wrapper { width: 800px; margin: 0px auto; padding: 0px; border: 1px solid white; border-top: none;}
#menu { height: 35px; border-bottom: 1px solid white; background: #0156A6; text-align: center;}
#menu a { font-size: 14px; color: white; font-weight: bold; text-decoration: none; display: block; float: left; margin: 10px 0px 0px 40px; }

#con { background: #FFF url('images/home_img.jpg') no-repeat; padding-top: 172px; height: 399px; }
#con p { margin: 0px 50px 15px 311px; padding: 0px; color: #000; font-size: 12px; line-height: 22px;}
#con p.blue { font-weight: bold; color: #0055A5;}

#footer { height: 110px; border-top: 1px solid white; background: white;}
#footer div.footer_header { width: 800px; height: 20px; background: #005AAB;}
#footer div.footer_homepage { margin: -10px auto 40px auto; width: 200px;}
#footer div.footer_homepage a { display: block; padding-top: 2px; font-weight: bold; font-size: 14px; text-align: center; height: 20px; border: 1px solid white; background: #99CDFD; color: #000; text-decoration: none;}
#footer div.footer_links { color: #0455A7; text-align: center; }
#footer div.footer_links a { color: #0455A7; text-decoration: none;}

#copy { position: absolute; top: 725px; width: 100%; color: white; font-size: 9px; text-align: center;}