body{
   margin:0;
   padding:0;
   background: #FFF url('images/bg.gif') left top repeat-x;
   font: 12px Arial, Verdana;
	color: #000;
}

#header{
	width: 848px;
	height: 102px;
	background: #dbc594 url('images/header.jpg') left top no-repeat;
	margin: 0 auto;
}

#headerphones{
	font-size: 24px;
	float: right;
	padding-top: 40px;
}

.pcode{
	font-size: 12px;
	vertical-align: top;
}

#mainmenu{
	margin: 0 auto;
	width: 848px;
	height: 57px;
	background: #FFF url('images/menubg.gif') left top repeat-x;
}

#mainmenu ul{
	list-style: none;
	list-style-type:none;
	width: auto;
	margin:0;
	padding:0;	
	display:block;
}

#mainmenu ul li{
	float: left;
	background: transparent url('images/menudivider.gif') right top no-repeat;
	display: block;
	height: 57px;
	margin: 0;
	padding: 0;
}

#mainmenu ul li a{
	display: block; 
	float:left;
	font-size: 16px;
	padding-top: 15px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	color: #303030;
	text-decoration: none;
	height: 32px;
}

#mainmenu ul li a:hover{
	background: #bfe1ed url('images/hmenubg.gif') right top no-repeat;
}

#banner{
	width: 848px;
	height: 271px;
	background: #FFF url('images/banner.jpg') left top no-repeat;
	margin: 0 auto;
}

#bannertext{
	padding: 30px;
}

#banner h1{
	font-size: 24px;
	color: #658f35;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
}

.biggerfont{
	font-size: 16px;
	font-weight: bold;
}

#footer{
	background: #dbc594;
	height: 85px;
	font-size: 14px;
	color: #000;
	clear: both;
	margin-top: 20px;
}

#footertext{
	position: relative;
	padding-top: 10px;
	margin: 0 auto;
	width: 848px;
	text-align: center;
}

#footer a{
	color: #000;
	text-decoration: none;
}

#copyright{
	font-size: 10px;
	position: absolute;
	right: 0;
	top: 35px;
	color: #8e6d38;
	text-align: left;
}

#copyright a{
	color: #8e6d38;
}

#contentcontainer, #maincontainer{
	width: 848px;
	margin: 0 auto;
	margin-top: 20px;
	background: transparent url('images/cbg.gif') left top repeat-y;
}

#maincontainer{
	background: transparent;
}

h1{
	font-size: 18px;
	color: #303030;
	font-weight: normal;
/*	margin: 0;*/
	padding-top: 5px;
	line-height:.3;
}

.date
{
	color: #666;
	line-height: .2;
	padding-top: 10px;
	margin: 0;
}

a{
   color: #0088b5;	
}

.hlink:hover{
 color:	#036;
}

#leftcol{
   width: 250px;
	float: left;
}

#centercol{
   width: 370px;
	float: left;
}

/* border для OPERA and FF*/
#contentcontainer:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}

#rightcol{
   width: 160px;
	float: left;
}

#leftcol, #centercol, #rightcol{
	padding-left: 10px;
	padding-right: 10px;
}

#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    background-color: #AAA; 
    color: #fff;
} 
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px; 
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #AAA; 
    padding: 1px 5px 2px; 
    margin-right: 1px; 
    text-decoration: none !important; 
    color: black;
} 
#ditto_pages a:hover {
    background-color: #fff;
    color: #000;
}

