html, body {
      margin: 0px;
      padding: 0px;
      border: 0px;
    }
    body {
	color: #666666;
	text-align: center;
	background-color : #ffffff;
	font : normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

	body a {
	color: #990000;
}

    #wrapper {
	background: #fff;
	width: 995px;
	margin: auto;
	text-align: left;
}

    #header {
	color: #990000;
	background: #ffffff;
	padding: 10px 20px;
	margin: 0px;
}
    #header {
	font-size: 150%;
}
  #header a:link, #header a:visited, #header a:hover, #header a:active {
    color: #990000;
//    text-decoration: none;
  }

/*Главное меню*/
#ddcolortabs{
	width: 995px;
	height: 57px;
	background: transparent url(images/header-menu-fon.png);
	margin-top: -33px;
	padding-left: 0px;
	margin-left: 0px;
	position : relative;
}

#ddcolortabs ul{
	font: bold 12px  Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px;
	padding:0;
	list-style:none;
}

#ddcolortabs li{
	display:inline;
	margin: 0 5px 0 0;
	padding: 0;
//	text-transform:uppercase;
}


#ddcolortabs a{
	float:left;
	color: white;
	background: transparent;
	margin:0 5px 0 0;
	padding: 0 0 0 0;
	text-decoration:none;
	letter-spacing: 1px;
}

#ddcolortabs a span{
	float:left;
	display:block;
	background: transparent;
	padding: 21px 9px 14px 9px;
}

#ddcolortabs a span{
float:none;
}


#ddcolortabs a:hover{
}

#ddcolortabs a:hover span{
	color: #FFFF99;
}

#ddcolortabs a.current{
	/*currently selected tab*/
	color: #FFFF99;
	background : transparent url(images/active-header-menu-fon.png) repeat-x top;
}

/*Конец главного меню*/
	#left-col {
	margin-top: 20px;
	width: 305px;
	float: left;

}

	#left-col p {
	padding: 0 10px 5px 10px;
	margin: 0;
	text-align: justify;
	text-indent: 1.5em;
/*	font : normal normal 12px "Times New Roman", Times, serif;*/
	font-size: 11px;
	color : #000000;
}

	#left-col-header {
	margin: 0px;
	width: 305px;
	height: 37px;
	background: transparent url(images/spring.png) no-repeat;
}
	#left-col-body {
	margin: 0px;
	width: 305px;
	background: transparent url(images/body-note.png) repeat-y;
}

	#left-col-end {
	margin-bottom: 10px;
	width: 305px;
	height: 27px;
	background: transparent url(images/end-note.png) no-repeat;
}

    #text {
	width: 675px;
	float: right;
}
    #text h1 {
	font-size: 18px;
	padding-top: 10px;
}
    #text h2 {
	font-size: 16px;
}
    #text h1, h2 {
      color: #990000;
	text-align: left;
    }
    #text p {
	text-align: justify;
	text-indent: 1.5em;
	margin: 0px;
	padding-bottom : 5px;
}

    #text li {
	list-style-type : circle;
	padding-bottom : 5px;
}

  /* Оформление ссылок в основном тексте */
  #text a {
//    text-decoration: none;
  }
  #text a:link {
    color: #f60;
  }
  #text a:visited
  {
    color: #888;
  }
  #text a:hover {
    text-decoration: underline;
  }
  #text a:active {
    color: #f00;
  }

    #footer {
	clear: both;
	background : url(images/footer-fon.png) no-repeat;
	height: 57px;
}
	#footer p{
	padding: 18px 20px;
	margin: 0px;
	font-size: 80%;
	color: #ffffff;
}
  #footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
    color: #fff;
    text-decoration: underline;
  }

