body {
  behavior:url("style/csshover.htc");
  padding: 0;
  margin: 0;
  font: 80% Helvetica, Arial, sans-serif; 
  color: #333; 
  background: #fff; 
  text-align: center;
}

h1 {
  display: none;
}

p {
  margin: 0.5em 0 1em 0;
  line-height: 1.3em;
}

#content {
  width: 800px;
  margin: 0 auto;
  text-align: left; 
}


#header {
  background: #fff url("head.jpg") 0 0 no-repeat;
  height: 300px; 

}

#headercam {
  background: #fff 0 0 no-repeat;
  height: 12px; 

}

#footer {
  background: #fff url("foot.jpg") 0 0 no-repeat;
  height: 232px;
}

#main {
  _width: 800px;
  background: transparent url("bg_clean.jpg") 0 0;
  margin-top: -16px;
  padding-left: 200px;
  text-align: center;
}

#maincam {
  _width: 698px;
  background: transparent url("bg_clean_cam.jpg") 0 0;
  margin-top: -16px;
  padding-left: 0px;
  text-align: center;
}


#about {
  margin: 0 auto;
  width: 94%;
  _width: 96%;
  text-align: left;
  background: #eee;
  padding: 1em;
  margin-top: 1em;
  margin-left: 3px;
}

#aboutcam {
  margin: 0 auto;
  width: 94%;
  _width: 96%;
  text-align: left;
  background: #eee;
  padding: 1em;
  margin-top: 1em;
  margin-left: 0px;
}


h2 {
  border-bottom: 2px solid #333;
}

#sidebar {
  position: absolute;
  top: 30px;
  margin: 0;
  padding: 0;
  margin-left: 23px;
  z-index: 100;
  color: #fff;
  background: #fff none;
  width: 160px;
  text-align :justify;
}


#navigation {
  margin: 0;
  padding: 0;
}

#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#navigation a {
  display: block;
  padding: 3px;
  width: 154px;
  _width: 160px;
  background: #467655 none;
  border-bottom: 1px solid #fff;
}

#navigation a:link, #navlist a:visited {
  color: #fff;
  text-decoration: none;
}

#navigation a:hover {
  background-color: #4C9965;
  color: #fff;
}

#sidebar img {
  border-bottom: 3px solid #090504;
  margin: 0;
  padding: 0;
  margin-bottom: -3px;
}

.cleanerx {
  margin-top: 1em;
  clear: both;
}

#sidebar img.last {
  border-top: 4px solid #090504;
}

#sidebar img.last2 {
  border-bottom: 4px solid #090504;
}

#navigation a.first {
  border-top: 1px solid #fff;
}

#table3 td:hover {
  background: #fff none;
}

td.nohover:hover {
  background: #eee none;  
}

#about a:link, #about a:visited, #about a:active {
  color: #467655;
  text-decoration: underline;
  padding: 0 3px 0 3px;
}
#about a:hover { 
  color: #fff;
  background: #4C9965;
  text-decoration: none;
}

#aboutcam a:link, #aboutcam a:visited, #aboutcam a:active {
  color: #467655;
  text-decoration: underline;
  padding: 0 3px 0 3px;
}
#aboutcam a:hover { 
  color: #fff;
  background: #4C9965;
  text-decoration: none;
}

#about #table3 a {
  color: #036;
  text-decoration: none;
}
#about #table3 a:hover{
  background: #fff none;
  color: #369;
}

.asw {
  float:left;
  margin: 14px 0 0 17px !important;
  margin: 14px 0 0 8px;
}

.asw div {
  float: left;
  padding: 0px 6px 6px 0px;
}

.asw img {
  background-color: #eee;
  border: 1px solid #a9a9a9;
  padding: 4px;
  margin: 0;
}

#about .asw a:hover {
  background: transparent;
}

.cleaner {
  width: 100%;
  height: 1px;
  clear: both;
  margin: 0;
  padding: 0;
}

.input {
  background: #eee;
  width: 300px;
  border: 1px solid #777;
  padding: 3px;
  color: #036;
}

.input:hover {
  background: #fff none;
  color: #369;
}

.red {
  color: #f00;
}

textarea {
  width: 300px;
  height: 100px;
}

.submit {
  font-size: 80%;
  font-weight: bold;
  color: #036;
}

td {
  _font-size: 80%;
}

.grey {
  color: #808080;
}
.modry {
  color: #003366;
}