/* CSS Document */

body, html {
    margin:0;
    padding:0;
    border:0;
    font-family:Arial, Tahoma, Verdana;
    font-size:12px;
    background:#C2C2C2;
    color:#000000;
}
a img{border:0;}
a{color:#CBA10F;}

.body {
	background:url(../images/da_r3.jpg);
	background-repeat:no-repeat;
background-position:240px 130px;
    width:773px;
	min-height:700px;
    position:relative;
    left:50%;
    margin-left:-396px;
    border:0px solid #000000;
    border-top:0;
    background-color:#FFFFFF;
	border:1px solid;
	
}


.header {
	background:url(../images/pyshny_top_new.gif);
	width:773px;
	height:81px;
	background-repeat:no-repeat;
/*	background-color:#6699FF;*/
	}

.nav {
	text-align:left;
	height:30px;
	border:0px solid;
	margin-left:25px;
	}
.nav li {
	list-style:none;
	padding-right:20px;
	font-weight:bold;
	font-style:italic;
	float:left;
	}	
	
.leftcol {
	background:url(../images/left.jpg);
	background-repeat:no-repeat;
	float:left;
	border:0px solid;
	width: 170px;
	height: 517px;
	/*background-color:#FFFF99;*/
	}
/*.wrapper {

	width:467px;height:500px;border:0px solid;background:#FFFFCC;text-align:center;
	}	
*/	
.content {
position:relative; /*делает растяжение контента вниз в зависимости от кол-ва текста*/
display:table;
	padding-top:20px;
	text-align:left;
	width:467px;
	min-height:500px;
	border:0px solid;
	float:left;
	/*background-color:#FFFFFF;*/
}	
.content img {border:1px solid;color:#000000;}
.c1 {
	text-align:left;
	display:block;
	width:240px;
	border:0px solid;
	margin:0 auto; /*выравнивание данного блока по центру, внутри другого блока*/
	}
.c2 {/*если главная страница*/
	text-align:center;
	width:450px;
	border:0px;
	}
.c3 {
	text-align:left;
	width:420px;
	
	}
	.rightcol {
	/*136px x 90px*/
	background:url(../images/right.jpg);
	background-repeat:no-repeat;
	float:left;
	border:0px solid;
	width: 136px;
	height:359px;
	/*background-color:#FFCC66;*/
	}
	
	.footer {
	clear:both;
	border:0px solid;
	padding-top:20px;
	width:773px;
	height:80px;
	float:none;
	background-color:#FFFFFF;
		}
		
	.counters {
/*	border:1px solid;*/
		margin-top:20px;
		padding-top:20px;
	}