#hdr {
 background: #E6E6D9;
 border-top: 2px solid #000000;
 border-bottom: 2px solid #000000;
 border-left: 1px solid #000000;
 border-right: 1px solid #000000;
}

#images {
 clear: both;
 background: url('images/images.jpg') no-repeat;
 height: 70px;
 border-bottom: 2px solid #000000;
}

#logo {
 display: block;
 float: left;
 margin: 15px 30px 10px 10px;
}

#cmpnam { display: none; }

#address {
 font-family: georgia;
 float: left;
 color: #670005;
 margin-top: 10px;
 margin-bottom: 0.6em;
}
#address span {
 font-weight: bold;
}
#address div { margin-bottom: 0.3em; }

#nav1 {
 clear: both;
 background: #670005;
 padding: 0;
 margin: 0;
 text-align: center;
 border-top: 2px solid #000000;
}
#nav1 li {
 display: inline;
 list-style-type: none;
 line-height: 1.6em;
 margin: 0.5em;
}
#nav1 a:link, #nav1 a:visited, #nav1 a:active {
 font-weight: bold;
 font-family: arial, serif;
 text-align: center;
 text-decoration: none;
 color: #fff;
 background: #670005;
}
#nav1 a:hover, #nav1 a:focus {
 color: #CDCDB4;
}