body {
       margin:0px;
       padding:0px;
       color:#000;
       background:#000 url(images/bg3.gif) repeat fixed top center;
       text-align:center;	
       font:12px Verdana,Arial,Helvetica,sans-serif;
      }

a{      color:#0063B5;	
        text-decoration:none;}

a:hover{color:#295273;
       text-decoration:underline;}



h1 {  font:14px Verdana,Arial,Helvetica,sans-serif;
      color: #ff9900; 
     }

h2 {  font:11px Verdana,Arial,Helvetica,sans-serif;
      font-weight: bold;
      color: #000 
     }

h3 {  font:12px Verdana,Arial,Helvetica,sans-serif;
      color: #0063B5; 
     }

#container {
             width: 800px;
             margin: 1em auto;
             padding: 0;
             background: #fff;
             border: 1px solid black;
           }

#header {
           height: 150px;
           background: #000 url(images/header-new.gif) no-repeat;
           }

#menu   {  
           font:14px Verdana,Arial,Helvetica,sans-serif;
           color:#fff;
           height: 25px;
           background:#ff9900 url(images/bg5.gif) repeat fixed top center;
           text-align:left;
           }

#menu-title   {  
           width: 125px;
           margin: 4px 0px 0px 10px;
           float: left;
           }

#menu-navbar   {  
           float: right;
           margin: 0px 10px 0px 0px;
           }

#content   {
           margin: 10px 10px 10px 15px;
           float: left;
           width:540px;
           color:#000;
           background: #fff;
           text-align:left;
           }

#content2   {
           margin: 10px 10px 10px 15px;
           float: left;
           color:#000;
           background: #fff;
           text-align:left;
           }

#logo2   { 
           width: 200px;
           float: right;
           background: #fff;
           text-align:center;
           }

#news   {  
           margin: 10px 10px 10px 0px;
           width: 200px;
           float: right;
           background: #fff;
           text-align:left;
           }


#news-logo   {  
           text-align:center;
           }

#news-text   {  
           text-align:left;
           padding: 0px 0px 0px 5px;
           border-left: 1px solid #ff9900;
           }

#footer  {
           clear: both;
           height: 25px;
           background:#ff9900 url(images/bg5.gif) repeat fixed top center;
           text-align:center;
           color:#fff;
           }  


