/* CSS for www.sanya-xa.net.ru
   (c) 2006, Nelson Muntz
   http://nelson.net.ru
*/

* {margin:0; padding: 0; border: none; border-collapse: collapse;}

img, a img {
  border: 0px;
}

body, html {
  font-family: verdana, sans-serif;
  font-size: 13px;
  margin: 0; padding: 0;
  background-color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

table#body_div {
  text-align: left;
  width: 900px;
  margin: 10px;
  border: 1px solid #808080;
}

  td {
    vertical-align: top;
  }

#main_div {
  width: 250px;
  border: 1px solid #808080;
  border-right: none;
}

#copyright {
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #808080;
}

	#main_div ul li {
	  list-style-type: none;
	  margin-left: 20px;
	  height: 20px;
	  margin-top: 10px;
	  margin-bottom: 10px;
	  font-size: 15px;
	  font-weight: bold;
	}

	#main_div ul li a {
	  background: transparent url('/img/but_bg_1.gif') no-repeat scroll top left;
	  padding-left: 30px;
	  text-decoration: none;
	  color: #000;
	}

	#main_div ul li a:hover {
	  background: transparent url('/img/but_bg_2.gif') no-repeat scroll top left;
	  padding-left: 30px;
	  text-decoration: none;
	  color: #808080;
	}

#content_div {
  padding: 20px;
  width: 650px;
  border: 1px solid #808080;
}

#content_div h1 {
  font-size: 18px;
  text-align: center;
  color: #f00;
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #808080;
  text-decoration: none;
}

p {
  text-align: justify;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 150%;
}

p a {
  font-weight: bold;
}

pre {
  display: block;
  width: 100%;
  height: 40px;
}

div#logo {
  border-bottom: 1px solid #808080;
  height: 150px;
  width: 250px;
  margin-bottom: 10px;
  text-align: center;
  vertical-align: top;
}

code {
  text-align: right;
  display: block;
}

table.sms {
  width: 500px;
  border-collapse: collapse;
  border: none;
}

table.sms td {
    border-bottom: 1px dotted #000;
    padding: 2px;
}

table.sms th {
    border-bottom: 1px dashed #000;
    padding: 2px;
    padding-bottom: 5px;
}
