#ozon a{
  font-size: 11px;
}
#ozon p{
  font-size: 11px;
  padding-top:15px;
}



#adv a{                     
font-size: 12px;
padding: 10px 10px 10px 10px;  
}

#adv p{                     
font-size: 12px;
padding: 10px 10px 10px 10px;  
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #FFF;
  font-family: Verdana;
}
p {
  margin: 0;
  padding: 0;
}
p.header {
  background-color: #369;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 0;
}
img {
  border: none;
}
#main {                     
  width: 1000px;
  margin: 0 auto;
}
#logo {
  float: left;
  width: 100%;
  height: 190px;
  margin-top: 5px;
  border-top: 3px solid #306498;
  border-bottom: 3px solid #306498;
}
#red {
  float: left;
  width: 100%;
  height: 25px;
  margin-bottom: 12px;
  background-color: #900;
}
#center {
  float: left;
  width: 100%;
  //background: url('background.jpg') repeat-y;
}
#left, #content, #right {
  float: left;
  min-height: 1px;
}
#left {
  width: 200px;
  background-color: #E1E1C5;
}
#left .chapters {
  float: left;
  width: 100%;
  padding: 10px 0;
}
#left .chapters a {
  display: block;
  margin: 8px 10px;
  color: #000;
  font-size: 12px;
  font-weight: bold;  
}
#left .chapters .line {
  float: left;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background-color: #000;
}
#content {
  width: 750px;
  margin: 0 15px 160px 15px;
  font-size: 11px;
  line-height: 1.3;
}
#menu {
  float: left;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  border-top: 1px solid #306498;
  border-bottom: 1px solid #306498;
  margin-bottom: 5px;
  padding: 3px 0;
}
#menu a {
  color: #360;
  text-decoration: none;
  margin: 0 20px;
}
#menu a:hover {
  text-decoration: underline;
}
#content .col1, #content .col2 {
  float: left;
  width: 310px; 
}
#content .col1 {
  margin-right: 5px;
}
#content .col2 {
  margin-left: 5px;
}
#content .text {
  margin-bottom: 20px;
}
#right .misc a {

  font-size: 11px;
  color: #000;
  margin: 10px 10px 20px 0px;  
}
#ozon {
  float: left;
  margin-top: -160px;
  padding: 0 185px;
}
#footer {
  float: left;
  width: 100%;
  text-align: center;
  font-size: 11px;
}
#footer .links {
  margin: 10px;
  line-height: 1.8;
}
#footer .links a:first-child {
  border-left: none;
}
#footer .links a {
  color: #306498;
  border-left: 1px solid #306498;
  padding: 0 2px 2px 6px;
}
#footer .green {
  color: #005B00;
  margin: 20px 0;
}
#footer .copyright {
  margin-bottom: 10px;
}
#footer .copyright a {
  color: #000;
}