body {
	background-color: #15141e;
  margin: 0px;
  padding: 0px;
	font-family: Arial;
	font-size: 12px;
	color: #191919;
	background-image: url("../images/back.png")/*tpa=/images/back.png*/;
  background-repeat: repeat-yx;
	background-position: top center;
}


/* ---------- Шапка */

#header {
  width: 1200px;
  height: 500px;
	background-image: url("../images/head.jpg")/*tpa=/images/head.jpg*/;
  background-repeat: no-repeat;
	background-position: top center;
	margin: 0 auto;
}

#top-line {
  height: 28px;
	background-image: url("../images/top-line.jpg")/*tpa=/images/top-line.jpg*/;
  background-repeat: no-repeat;
	background-position: top center;
}
#down-line {
  height: 68px;
	background-image: url("../images/down-line.jpg")/*tpa=/images/down-line.jpg*/;
  background-repeat: no-repeat;
	background-position: top center;
}

/* ---------- Разметка 2-х колонок */

#wrapper {
	width: 1000px;
	margin: 0 auto;
}
#container {
  width: 100%;
}
#content {
  width: 100%;
  float: left;
  background-color: #fff;
}
#text {
  float: left;
  margin: 0px 68px 0px 68px;
  width: 864px;
}

/* ---------- Текст 1 */

#article-1 {
	font-family: Arial;
	font-size: 16px;
	color: #4a4a4a;
  text-align: justify;
}

#article-2 {
	font-family: Arial;
	font-size: 16px;
	color: #4a4a4a;
  text-align: justify;
}

#article-3 {
  margin: 34px 0px 34px 0px;
  background: #ddcfcf;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddcfcf;
	font-family: Arial;
	font-size: 14px;
	color: #302a2a;
  text-align: center;
  padding: 8px 0px;
}

#article-3 p {
  margin: 0px;
  padding: 0px;
}

#text-2 {
	font-family: Arial;
	font-size: 15px;
	color: #302a2a;
  text-align: justify;
}

#text-3, #text-3 p {
  margin: 15px;
	font-family: Arial;
	font-size: 20px;
	color: #453f3f;
  text-align: left;
}

#text-4, #text-4 p {
  margin: 0px;
	font-family: Arial;
	font-size: 20px;
	color: #1891ee;
  text-align: left;
}

#text-5, #text-5 p {
  margin: 0px;
	font-family: Arial;
	font-size: 16px;
	color: #1891ee;
  text-align: left;
}

#article-1 img {
  float: left;
  padding: 4px 20px 0px 0px;
}

#article-2 img {
  float: left;
  padding: 30px 34px 0px 0px;
}

#article-6 img {
  float: left;
  padding: 30px 34px 0px 0px;
}

/* ---------- Футер */

#footer {
  padding: 34px 0px 34px 0px;
	width: 1000px;
	font-family: Arial;
	color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#footer a {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #1d8009;
	text-decoration: none;
  border-bottom: 1px dashed #fff;
}

#footer a:hover {
	text-decoration: none;
	color: #e82f67;
  border-bottom: 1px dashed #e82f67;
}

.clear {
  clear: both;
  height: 0px;
}

#share42 a {opacity: 0.5;}
#share42:hover a {opacity: 0.7}
#share42 a:hover {opacity: 1}

/* ----////// Эффект прозрачности /////------- */

 #banners a img {
 opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40); 
 }

 #banners a:hover img {
 opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
 }
 
 h1 { 
color: #453F3F;
font-family: "Arial";
font-size: 20px;
margin: 15px;
text-align: left;
}
таблица стилей user agent
h1 { 
display: block;
font-size: 2em;
font-weight: 700;
margin-bottom: 0.67em;
margin-top: 0.67em;
 }
 
 h2 { 
color: #302A2A;
font-family: "Arial";
font-size: 15px;
text-align: justify;
}
таблица стилей user agent
h2 { 
font-size: 1.5em;
font-weight: 700;
 }