body, html, div, span,
ul, li, ol, a, img, object, embed,
p, h1, h2, h3, h4, h5, h6, strong, em, blockquote {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  background: #fff url(/images/home-bg-repeat.png) repeat-x 0 0;
}

body, td, a {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px; 
}

div {
  position: relative;
}
p{
  color: #7A7574;  
}

a {
  text-decoration: none;
  outline: none;
}

a img { 
  display: block;
}

table, tbody, thead, tfoot, tr, td, th {
  margin: 0;
  padding: 0;
  border: none;
  border-collapse: collapse;
}

h1 {
  font-size: 20px;
  line-height: 22px;
  font-weight: normal;
  color: #bcbab9;
}

h2 {
  font-size: 14px;
  font-weight: normal;
  color: #bcbab9;
}

h6 {
  font-size: 14px;
  color: #5cad44;
  padding: 0 0 5px 25px;
  margin-top: -15px;
}

.clear, .clear-all { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

#page {
  width: 960px;
  height: auto;
  left: 50%;
  margin-left: -480px;
}

#fixed-top {
  background-color: #fff;
  background-image: url(/images/home-bg-repeat.png);
  background-repeat: repeat-x;
  height:2px;
  position:fixed;
  width:100%;
  z-index: 100;
  top: 0;
}