/* CSS Document */

#header {
background-image: url(../header2.png);
 color: #333;
 width: 1025px;
 float: left;
 height: 145px;
margin-top:0px;
margin-left:auto;
margin-right:auto;
text-align:center;
}

#wrapper { 
 margin: 0 auto;
 width: 1025px;
}

#header img {
border:0 none;
margin-left:2px;
margin-right:2px;
}

#navigation {
 float: left;
 width: 1025px;
 height: 25px;
 margin: auto;
 /*color: #333;*/
 background: #0f283f;
 text-align: left;
 overflow: hidden;
}
