html {
	/*height: 100%;*/
}

body {
	margin: 0px;
	height: 100%;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
    color: #333;
    background-color: #5e5e5e;
    /*background: url('pictures/bg_top.gif') repeat-x top center;*/
}

#parent {	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	margin-top: 190px;
}

#content { width: 100%; padding-bottom: 50px; }

#footer { position: absolute; left: 0px; bottom: 0px; width: 100%; display: block; height: 45px; z-index: 999; padding: 0px; margin: 0px; background-image: url('pictures/bg_bottom.gif'); background-color: #dadada; line-height: 45px; font-size: 12px; }

#wrapper {
	min-width: 955px;
	max-width: 1024px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding: 0 10px 0 10px;
}

#clear {
	clear: both;
}


/* 3 колонки */
#mainbody {	/*display: table; */
    width: 100%;
    height: auto !important;
    min-height: 600px;
    margin-top: 10px;
}

#column-left {
    float: left;
    width: 220px;
    height: auto !important;
    min-height: 600px;
    margin-right: -100%;
    z-index: 1000;
    position: relative;
}

#column-right {
    float: right;
    width: 0px;
    height: auto !important;
    min-height: 600px;
}

#column-centry{
    float: left;
    width: 100%;
    height: auto !important;
    min-height: 600px;
    margin-right: -100%;
}

#center-texts {	margin-left: 230px;
	min-height: 600px;
	margin-right: 0px;}










.std a {
	color: #333;
	text-decoration: underline;
}

.std a:hover {
	color: #000;
	text-decoration: none;
}

.std p {
    margin: 0 0 15px;
	padding: 0;
}

.std div {
    margin: 0;
	padding: 0;
}

/*
.std img {
	border: none;
}*/

.std table{
    border-collapse: collapse;
    font: 12px "Lucida Grande", Lucida, Verdana, Tahoma, sans-serif;
    text-align: left;
}

.std date {
	font-size: 0.91em;
	color: #336699;
}

.std h1 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;

    width: 725px;
    background: #E3E0E0;

    padding: 10px 10px 10px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: -10px;
    color: #333;

    font-weight :normal;
    clear: both;
}

.std h2 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
 	margin: 0 0 10px;
	padding: 0;
	color: #333;
}

.std h3 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
 	margin: 0 0 10px;
	padding: 0;
	color: #333;
}


.std h4 {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
 	margin: 0;
	padding: 0;
	color: #333;
}

.std input, select, textarea, checkbox, button { margin-top: 3px; vertical-align: middle; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #333333; }

.std small {
	font-size: 0.85em;
	color: #336699;
}



.std ol { list-style:decimal outside; padding:10px 0 10px 15px; }
.std ul { list-style:disc outside; margin:0 0 10px; padding:0 0 10px 15px; }

.std ul ul { list-style-type:circle; }