#content {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:17px;
	color:#474747;
	line-height:1.7;
    border: 0px solid red;
}
#content #description{
	text-align:justify;
}
#content p {
	margin: 0 0 20px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#474747;
	line-height:20px;
}
#content h1{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:26px;
	color:#474747;
	font-weight:normal;
	line-height:1.1;
	margin-top:0;
        margin-bottom:15px;
}
#content h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#474747;
	margin-left:5px;
	margin:5px 0;
}


/* Стили общие */
#content ul, #content ol{
  padding-left: 20px;
}

#content ul{
  list-style-type: disc;
}

#content ol {
  list-style-type: decimal;
}

/*Стили для изображений*/
#content img{
  margin: 10px;
}

#content img.float-left{ /*По левому краю*/
  float: left;
  margin-left: 0px;
  margin-right: 20px;
}

#content img.float-right{ /*По правому краю*/
  float: right;
  margin-right: 0px;
  margin-left: 20px;
}

/*Стили для таблиц*/
#content table.no-border{ /*Без рамки*/
  border: none;
}
/*Стили для таблиц*/
#content table.no-border td{
  border: none;
}

/*Стили для таблиц*/
#content table.border1{ /*Тонкая рамка*/
  border: 1px solid #000000;
  border-collapse: collapse;
}
/*Стили для таблиц*/
#content table.border1 td{
  border: 1px solid #000000;
}


