* {
  padding: 0;
  margin: 0
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: justify;
  font-weight: bold;
  padding-bottom: 20px;
  background: url(images/bgTile.png) repeat
}

p {
  margin-bottom: 15px;
  line-height: 22px
}

ul {
  margin-bottom: 15px;
  padding-left: 50px
}

#wrapper {
  width: 768px;
  margin: 0 auto;
  background-color: #F5F5F5;
  border: 1px solid #555555;
  border-top: 0px
}

#top {
  background: url(images/top.png) no-repeat;
  width: 768px;
  height: 257px
}

#left {
  float: left;
  width: 100px;
  font-size: 10px;
  text-align: center;
  padding: 10px
}

#left a {
  text-decoration: none
}

#right {
  float: left;
  width: 638px;
  padding: 10px 0 10px 0
}

#showroom img {
  padding: 0 13px 20px 25px
}

#nav {
  width: 768px;
  height: 34px;
  background-color: #47596a
}

#nav ul {
  margin: 0;
  padding: 7px 0 0 0;
  list-style-type: none;
}

#nav li {
  float: left;
}

#nav a {
  font-size: 14px;
  color: #999999;
  text-decoration: none;
  height: 20px;
  line-height: 20px;
  padding: 7px 21px
}

#nav a:hover, body#home #nav li#home a, body#about #nav li#about a, body#show #nav li#show a, body#cats #nav li#cats a, body#test #nav li#test a, body#cont #nav li#cont a {
  color: #ffffff
}

.link, a.link, a:visited.link {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold
}

a:hover.link {
  text-decoration: underline
}

cLink, a.cLink, a:visited.cLink {
  color: #000000;
  text-decoration: none;
  font-weight: bold
}

a:hover.cLink {
  text-decoration: underline
}

.clear {
  clear: both;
  height: 0
}

.td {
  font-size: 16px;
  border-bottom: 1px dotted #000000;
  margin: 10px 0 5px 0
}

.tn {
  font-size: 14px;
  padding-bottom: 5px;
  padding-top: 5px
}

.tl {
  font-style: italic;
  font-size: 12px;
  font-weight: normal
}

.tl a, .tl a:hover, .tl a:visited {
  font-style: normal;
  color: #000000
}

#footer {
  width: 768px;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
  font-size: 10px;
  font-style: normal;
  color: #666666
}

#footer a, #footer a:hover {
  color: #666666;
  text-decoration: none
}

#footerLeft {
  width: 350px;
  padding-left: 5px;
  float: left;
  text-align: left
}

#footerRight {
  width: 408px;
  padding-right: 5px;
  float: left;
  text-align: right
}

#cs {
  font-size: 36px;
  text-align: center;
  color: #666666;
  margin-top: 60px;
}

#cs a {
  color: #666666;
  text-decoration: none
}

#cs a:hover {
  color: #666666;
  text-decoration: underline
}

