@charset "windows-1251";
body  {
	font: 100% "Myriad Pro", Verdana, Arial, Helvetica, Sans-Serif;
	font-size:11pt;
	background: #ffffff;
	background-image:url(images/bg-gradient.jpg); background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLt #container { 
	width: 1267px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:0;
	border-collapse:collapse;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height:860px;
	position:relative;
}
.twoColFixLt #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 308px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
		padding-top: 0;
}
.twoColFixLt #mainContent {
	margin: 0 0 0 308px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	width: 959px;
	height:856px;
	position:relative;
	padding: 0;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
} 
.twoColFixLt #text {
	display:block;
	position:relative;
	width:728px;
	position:relative;
	top:70px;
	overflow:auto;
	padding-bottom: 0px;
	background-image: url(images/lines.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	z-index: 1;
	}
	
.twoColFixLt #text p {
     max-width:680px;
     text-align:justify;
          }
		.twoColFixLt #newstable p {
 max-width:500px;
  }
	.twoColFixLt #top-text { 
		display:block;
		position:relative;
	width:600px;
	height:170px;
	position:relative;
	top:100px;
	left:45px;
	overflow:auto;
	}
	.twoColFixLt #catalog { 
		display:block;
		position:relative;
	width:700px;
	height:660px;
	position:relative;
	top:100px;
	left:45px;
	overflow:auto;
	}
.twoColFixLt #PanelArticle {
width:700px;
}
h3 {
font-size:14pt; color:#307e74; text-decoration:underline;
}
h1 {
          margin:0 0 0 0;
          padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
font-size:15pt;
      }
.twoColFixLt #green {
font-size:11pt; color:#307e74;
}
.menu {
position:absolute; top:60px; left:70px
}
.menu A:link {
	color: #307e74;
	text-decoration:none;
	font-weight:bold;
}
.menu A:visited {
	color: #307e74;
	text-decoration:none;
	font-weight:bold;
	}
.menu A:hover {
 color: #acb2bb;
 text-decoration:underline;
 font-weight:bold;
}
.menu A:active {
	color: #acb2bb;
	text-decoration:underline;
	font-weight:bold;
}
A:link {
	color: #307e74;
	text-decoration:none;
}
A:visited {
	color: #307e74;
	text-decoration:none;
}
A:hover {
	color: #acb2bb;
	text-decoration:underline;
}
A:active {
	color: #acb2bb;
	text-decoration:underline;
}
.twoColFixLt #text2 {
	display:block;
	position:relative;
	width:750px;
	position:relative;
	top:100px;
	left:25px;
	overflow:auto;
	background-image: url(images/line.jpg);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-top: 0px;
}
.twoColFixLt #top-pic {
	display:block;
	position:relative;
	width:750px;
	position:relative;
	top:100px;
	left:45px;
	overflow:auto;
	padding-bottom: 0px;
	background-image: url(images/lines.png);
	background-repeat: repeat-y;
}
