html, table { 
	font-family: Verdana, Arial; 
	font-size: 12px;
	color: black; 
}

body{
	padding:0;
	margin: 0;
	background: #e6e6e6;
	min-width: 1008px;
} 

img {
	border: none;
}

form {
	margin: 0;
}

#wrapper {
  width: 100%;
  width: expression((documentElement.clientWidth||document.body.clientWidth)<1240?'1260px':'');
  min-width: 1024px;
}

#container {width: 100%;}

#content {
  width: 100%;
  float: left;
  zoom: 1;
  overflow: auto;
}

 
#lh-col{
	float: left;
	margin-left: -100%;
	width: 268px;
	padding: 0;
	z-index: 1;
	overflow: hidden;
 }

#rh-col{
	float: left;
	margin-left: -278px;
	width: 278px;
	padding: 0px;
	z-index: 1;
	overflow: hidden;
}

#c-col{
	position: relative;
	margin: 0 0 0 263px;
	padding-left: 7px;
	z-index: 3;
	zoom: 1;
	background:url('images/center_left.png') left repeat-y;
}

#c-col-r{
	position: relative;
	background:url('images/center_border.png') right;
	padding: 0 7px 0 0;
/*	min-width: 710px;*/
	min-height: 500px;
	margin: 0;
}


#hdr{
	height:34px;
	color:#333333;
	margin:0;
	padding-top: 2px;
	text-align: right;
} 

#search {
	position: absolute; 
	right: 20px; 
	overflow: hidden;
}

#search form {
	margin: 0;
	background: url('images/search_input.gif') no-repeat;	
	/*	height: 30px; */
}
#search form input#text{
	border: none;
	background: none;
	width: 200px;
	margin: 0 10px;
}


#hdr2 {
	position: absolute; 
	width: 1000px;
	height: 50px;
	top: 34px; 
	left: 0px; 
	z-index: 10; 
	border-top-style: solid;
	border-top-width: 2px;
}

#hdr2 a {
	text-decoration: none;
	color: white;
}

#hdr2 ul {
	margin: 0 271px;
	padding:0;
	width: 100%;
}

#hdr2 li{
	list-style:none;
	white-space: nowrap;
	display: block;
	float: left;
	width: 135px;
	margin-right: 2px;
	padding-right: 5px;
	text-align: right;
	font-weight: 300;
	color: white;
	height: 34px;
	line-height: 30px;
	cursor: pointer;
} 



li#news{
	background: url('images/hdr_news.png');
}


li#about {
	background: url('images/hdr_about.png');
}

li#books {
	background: url('images/hdr_books.png');
}

li#magazines {
	background: url('images/hdr_magazines.png');
}

li#contacts {
 background: url('images/hdr_contacts.png');
}

#hdr3 {
	background-color: #FFF;
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 180px;
	position: relative;
	zoom: 1;
	overflow: hidden;
}

#hdr_img {
	position:absolute;
	top: 0px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	width: 707px;
	height: 180px;
	overflow: hidden;
}

#logo {
	margin: 16px 10px 18px 24px;
}

.left_block_pre {
	background: url('images/left_block_pre.png');
	height: 11px;
	margin-left: 5px;
}

.left_block_post {
	background: url('images/left_block_post.png');
	height: 20px;
	margin-left: 5px;
	clear: both;
}

.left_block {
	background: url('images/left_block.png');
	padding-top: 1px;
	margin-left: 5px;
	padding-left: 17px;
	overflow: hidden;
	zoom: 1;
}

.left_block h5, .left_block h5 a {
	color: #0071bc;
	font-size: 1.1em;
	margin: 5px;
	text-decoration: none;
}



#c_bottom {
    clear: both;
	height: 34px;
	background:url('images/c_bottom_left.png') left no-repeat;
	margin: 0 0 0 264px;
	padding-left: 30px;
	z-index: 4;
	overflow: hidden;
}
#c_bottom div {
	height: 34px;
	background:url('images/c_bottom_right.png') right no-repeat;
	margin: 0;
	padding: 0;
	z-index: 5;
	display: block;
}

#bottom_border {
	clear: both;
	height: 4px;
	margin: 0 6px 0 270px;
}

#grey_bar {
	height: 16px;
	background: #808080;
	border-top: solid #666666 4px;
}

#menu_2{
	margin: 10px 0 0 0;
	height: 24px;
	white-space: nowrap;
}

#menu_2 ul {
	margin:0;
	padding:0;	
}

#menu_2 li{
	list-style:none;
	white-space: nowrap;
	display: block;
	float: left;
	width: 118px;
	height: 24px;
	line-height: 24px;
	background:url('images/grey_button.png');
	text-align:center;
}

#menu_2 a {
	color: white;
	text-decoration:none;
}

#copy {
	clear: both;
	text-align: center;
	font-size: 8pt;
}

.accordion {
	width: 240px;
}

.accordion h2 {
	text-align: right;
	font-size: 9pt;
	height: 15px;
	font-weight: normal;
	margin: 0;
	background: url('images/accordion_mask.gif');
	padding: 6px 10px;
	color: white;
}

.accordion h3 {
	background:  url('images/arrow-square.gif') no-repeat right -51px;
	padding: 5px 35px;
	margin: 0;
	cursor: pointer;
	text-align: right;
	font-size: 9pt;
	font-weight: normal;
	margin-top: 5px;
}

.accordion h3:hover {
	background-color: #e3e2e2;
}
.accordion h3.active {
	background-position: right 5px;
}

.accordion ul {
	display: none;
	margin: 0;
	padding:0;
	list-style: none;
}

.accordion  ul li {
	margin: 0;
	padding: 2px 20px;
	border-top: dotted silver 1px;
	text-align: right;
}

.accordion ul li:hover {
}

.accordion a, .accordion a:visited {
	color: gray;
	text-decoration: none;
}

.accordion a:hover {
	color: black;
}


#UserName, #PassWord, #esubs {
	border: 0;
	width: 162px;
	height: 22px;
	background-image: url('images/input-text.png');
	padding: 1px 5px;

}
.right_block input[type="submit"] {
	background: #2896c8  url('images/input-submit.png');
	height: 24px;
	width: 64px;
	border: none;
	color: white;
}

.navi {
	overflow: hidden;
}

.navi a {
	font-size: 10px;
	color: white;
	text-decoration: none;
}
.navi .current {
	color: black;
	background: silver;
}

.partner {
	width: 100%;
	text-align: center;
	border-top: 1px dashed silver;
	padding: 5px 0;
}

.partners img {
	float: right;	
}

.form_error {
	color: red;
	font-weight: bold;
}

h3 {
	font-size: 12px;
}
#newsnav {
	width: 100%;
}

#newsnav a {
	color: #808080;
}

.prev {
	float: left;
}
.next {
	float: right;
}


#comments {
	clear: both;
}

.comment {
	margin-top: 20px;
}

#comments .reply {
	color: #9373b3;
	margin-left: 50px;
	margin-top: 10px;
	border-top: dotted #9373b3 1px;
}

#comments h3 {
    margin-top: 50px;
    text-align: right;
	border-top: solid #666666 2px;
}

#comments input, #comments textarea {
	width: 500px;
}

#comments .author {
	border-top: dotted silver 1px;
	font-weight: bold;
	background: #F0F0F0;
}

#comments .date {
	background: #F8F8F8;
}

#comments .content {
	padding-left: 50px;
}

.absolute {position: absolute; top:0; left: 0;}

.feedback {
	display: block;
	height: 24px;
	background: url('/images/ico/contact.gif') no-repeat left;
	padding-left: 30px;
	margin-left: 10px;
	color: #662d91 !important;
	font-size: 1.1em;
	font-weight: bold;
}
#alt_content {
	display: none;
}
.advert {
	width: 100%;
	text-align: center;
	margin-bottom: 2px;
}