body{
 padding:  0;
 margin:   0;
 background: url('bg.jpg') repeat-x;
background-attachment: fixed;
font-family: Arial, Helvetica, Sans-serif;
}


#container{
 width: 700px;
 margin-left: auto;
 margin-right: auto;
 background: url('container_bg.gif') repeat-y #fff;
 padding-left: 5px;
 padding-right: 5px;
}

#header{
 background: url('header.jpg');
 height: 146px; 
 margin:0;
 padding:0;
}

#header h1{
 display: none;
}

.sub{
 margin-top: -5px;
}


#nav {
 height: 64px;
  background: url('nav_bg.jpg');
 margin: 0;
 padding: 0;
 margin-top: -17px;
} 

#nav a{
 color: #fff;
 text-decoration: none;
 font-weight: bold;
 font-size: 14px;
}

#nav ul{
padding:0;
 height: 20px;
}

#nav ul li {
 float:left;
 position:relative;
 list-style-type:none;
  width: 150px;
 height: 25px;
 padding-top: 5px;
 padding-left: 10px;
}

#nav ul li.active{
 
 background: url('ul_li.gif') right top no-repeat #00436d;
}

#nav ul li ul{
 visibility: hidden;
}

#nav ul li.active ul{
  visibility: visible;
  float:left;
 width: 700px;
 position:absolute;
 left: -150px;
}


#nav ul li.active ul li.active{
 background: transparent;
}

#nav ul li.active ul li{
  width: 100px;
  position:relative;
 list-style-type:none;
 margin-top: 10px;
 height: 24px;
}

#nav .sub ul li.active{
 background: transparent;
}


#main{
 clear: both;
 padding-left: 20px;
 padding-right: 20px;
}

#footer{
 clear: both;
 background: #a6b0af;

 padding: 3px;
 font-size: 10px;
 color: #666;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
