body {
  background: #E4F0B0;
  margin: 0;
}

a {
  color: #009900;
}

a:hover {
  color: #006600;
}

h1, h2, h3 {
  color: #009900;
  font-family: Georgia, "Times New Roman";
}

ul {
  list-style-type: square;
  list-style-image: url('img/bullet.gif');
}

p {
  margin: 3px 0 10px;
}

img {
  border: 0;
}

.hide {
  display: none;
}

.spacer {
  height: 30px;
}

#wrapper {
  width: 800px;
  margin: 10px auto 0 auto;
}

#header {
  width: 800px;
  height: 140px;
  margin: 0 auto 0 auto;
  background-image: url("img/top.png");
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}

#logo {
  width: 250px;
  height: 140px;
  margin: 0px 25px 0px 25px;
  background-image: url("img/logo.png");
  background-repeat: no-repeat;
  background-position: 0px 20px;
  float: left;
}

#nav {
  position: relative;
}

#nav ul {
  float:right;
  margin: 65px 15px 0 0;
  text-align: center; 
  position: relative; 
}

#nav li {
  position: relative; 
  float: left; 
  top: 30px;
  list-style: none;
}

#nav a, #nav a:visited {
  text-transform: uppercase;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  position: relative; 
  text-decoration: none; 
  background-color: #FFFFFF; 
  color: #333333; 
  display: block;  
  padding: 8px 5px 8px 5px;
  margin: 0 5px 0 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

#nav a:hover, .selected {
  color: #FFFFFF;
  background-color: #009900; 
}

#nav a:active {
  color: #FFFFFF;
  background-color: #006600; 
}

#banner {
  width: 800px;
  height: 200px;
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}

#contentwrapper {
  width: 800px;
  background: #FFFFFF;
  font-family: Arial;
  font-size: 12px;
  overflow: auto;
  margin: 0 auto 0 auto;
  clear: both;
}

#content {
  width: 500px;
  margin: 0 0 0 275px;
  line-height: 24px;
  color: #333333;
}

#content h1 {
  margin: 25px 0 0 0;
  padding: 0px;
  font-family: Georgia, "Times New Roman";
  font-weight: normal;
  font-size: 36px;
}

#sidebar {
  width: 225px;
  margin: 0 25px 0 25px;
  float: left;
}

#sidebar h2 {
  margin: 40px 0 0 0;
  padding: 0px;
  font-family: Georgia, "Times New Roman";
  font-weight: normal;
  font-size: 18px;
}

#footer {
  width: 800px;
  background-image: url("img/footer.png");
  background-repeat: no-repeat;
  background-color: #009900;
  margin: 50px auto 0 auto;
  padding: 20px 0px 10px 0px;
  text-align: center;
  color: #FFFFFF;
  clear: both;
}

#footer img {
  margin-bottom: 10px;
}

#yotm {
  width: 225px;
  height: 70px;
  background-image: url("img/kklanka.png");
  background-repeat: no-repeat;
}

#yotm a {
  display: block;
  width: 225px;
  height: 70px;
  color: #FFFFFF;
  text-decoration: none;
}

#yotm a span {
  display: block;
  width: 120px;
  padding: 35px 0 0 77px;
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.time {
  display: block;
  margin: 35px 0px;
  padding: 15px 10px 0px;
  font-size: 8pt;
  color: #999999;
  border-top: 1px dotted #999999;
}

.sresult {
  color: #000000;
  text-decoration: none;
}


input[type=text], textarea {
  font-family: Arial;
  font-size: 12px;
  color: #333333;
  border: 1px solid #009900;
  width: 300px;
}

input[type=submit] {
  text-transform: uppercase;
  font-family: Verdana;
  font-size: 11px;
  font-weight: normal;
  position: relative; 
  text-decoration: none; 
  background-color: #009900; 
  color: #FFFFFF;   
  padding: 8px 10px 8px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 0;
}

input[type=text]:hover, textarea:hover {
  border: 1px solid #006600;
}

input[type=submit]:hover {
  background-color: #006600;
}

