* {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  font-family: 'Tahoma', sans-serif;
}

html {
  width: 100%;
  height: 100%;
  background: #000;
}

body {
  height: 100%;
}

#wrap {
  min-height: 100%;
  width: 618px;
  margin: 0 auto;
  position: relative;
}

#head {
  height: 68px;
  position: relative;
}

#head h1 {
  position: absolute;
  left: 0;
  top: 29px;
}

#head h1 a {
  display: block;
  width: 53px;
  height: 39px;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../img/logo.gif);
}

#head address {
  position: absolute;
  left: 106px;
  top: 36px;
  font-style: normal;
  font-size: 11px;
  color: #eee;
}

#head address a {
  color: #868686;
  font-size: 10px;
  text-decoration: none;
}

#head address a:hover {
  text-decoration: underline;
}

#head ul {
  position: absolute;
  right: 0;
  bottom: 13px;
  list-style: none;
}

#head ul li {
  float: left;
  padding-left: 31px;
}

#head ul a {
  font-size: 11px;
  color: #eee;
  text-decoration: none;
  text-transform: lowercase;
}

#head ul a:hover, li#active a {
  text-decoration: underline;
  color: #868686;
}

#content {
  padding: 73px 0 0 106px;
  color: #868686;
  font-size: 11px;
}

.item {
  margin-bottom: 20px;
}

.item img {
  border: 1px solid #1a1a1a;
}

.item div {
  float: right;
  width: 292px;
}

.item div h1 {
  font-size: 14px;
  color: #eee;
  font-weight: normal;
}

.item div h2 {
  font-size: 14px;
  color: #eee;
  font-weight: normal;
}

.item div p {
  margin-bottom: 11px;
}

.item div span {
  color: #eee;
}

.item span {
  color: #eee;
}

#empty {
  clear: both;
  height: 72px; 
}

#footer {
  position: absolute;
  left: 0;
  bottom: 19px;
  color: #eee;
  font-size: 11px;
}

#footer span {
  color: #868686;
}




#contactsbody {
  padding: 73px 0 0 106px;
  color: #eee;
  font-size: 11px;
}


a.addressbody {
  color: #868686;
  font-size: 10px;
  text-decoration: none;
}

a.addressbody:hover{
  color: #868686;
  font-size: 10px;
  text-decoration: underline;
}

a.bodylinks {
  font-size: 11px;
  color: #eee;
  text-decoration: none;
}

a.bodylinks:hover {
  text-decoration: underline;
  color: #868686;
}
a.linkitem {
  color: #868686;
  font-size: 11px;
  text-decoration: none;
}
a.linkitem:hover {
  color: #868686;
  font-size: 11px;
  text-decoration: underline;
}
