* {
  font-family: Verdana, Arial;
}

#inner_wrapper {
  margin: auto;
  text-align: left;
  width: 900px;
}

#outer_wrapper {
  text-align: center;
  width: 100%;
}

a {
  color: #333;
}
a:hover {
  text-decoration: none;
}
body {
  margin: 0px;
  padding: 0px;
}

#header {
  width: 900px;
  height: 165px;
  background-image: url('../images/header.png');
}

#sitename {
  color: #CCCCCC;
  font-size: 26px;
  font-weight: bold;
  position: relative;
  top: 60px;
  left: 20px;
}

#navigation {
  position: relative;
  float: left;
  width: 163px;
  height: 100%;
  background-color: #1a3151;
  font-family: Tahoma;
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  font-weight: bold;
}

#nav {
  margin-left: -15px;
  padding-top: 30px;
}

#nav a {
  color: #999999;
  text-decoration: none;
}

#nav a:hover {
  color: #fff;
}

#nav li {
  padding-bottom: 10px;
  list-style: none;
}

#content {
  position: relative;
  float: left;
  color: #666666;
  font-size: 12px;
  line-height: 22px;
  width: 717px;
  padding-left: 20px;
}

#content h1 {
  width: 717px;
  padding-top: 30px;
  padding-bottom: 20px;
  color: #000;
  border-bottom: 1px solid #000;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

#footer {
  width: 900px;
  height: 100px;
  background-image: url('../images/footer.jpg');
  font-size: 10px;
  padding-top: 20px;
}

#column1 {
  margin-left: 180px;
  _margin-left: 90px;
  position: relative;
  float: left;
  width: 300px;
}
#column2 {
  position: relative;
  float: left;
  width: 400px;
}
#column2 a{
  text-decoration: none;
}

#c_form {
  width: 340px;
  background-color: #333;
  padding-right: 0px;
  padding-left: 26px
}
#c_form label {
  width: 100px;
  position: relative;
  float: left;
  color: #EBEBEB;
  font-weight: bold;
  margin-top: 15px;
  font-size: 14px;
}

#c_form input[type='text'] {
  width: 290px!important;
  padding: 7px;
  border: 0px;
}
#c_form select {
  width: 304px;
  border: 0px;
}

#c_form textarea {
  width: 290px!important;
  height: 60px!important;
  padding: 7px;
  border: 0px;
}
#c_form .c_submit {
  margin-top: 20px;
  background-image: url('../images/submit.jpg');
  
  width: 329px;
  cursor: pointer;
  margin-left: -10px;
  border: 0px;
  text-indent: -5000px;
  overflow: hidden;
  padding-top: 50px;
  height: 44px!important;
  max-height: 44px!important;
  background-repeat: no-repeat;
  background-color: transparent;
}
input#search_submit {
  border: 2px solid #ffffff;
  padding: 3px;
  background-color: #000;
  color: #fff;
  position: relative;
  float: right;
  margin-top: 10px;
  margin-right: 5px;
  font-weight: bold;
  
}
#search_terms {
  border: 2px solid #000;
  padding: 3px;
  width: 140px;
  margin-left: 10px;
}

  #categ li {
    float: left;
    width: auto;
    margin-right: 20px;
  }