* {

	margin: 0;
	padding: 0;
	border: 0;
}

html {
 /*------------ 100% высота контейнера div.page далее */
 height: 100%;
 /*------------*/
}

body {
 /*--------------- 100% высота контейнера div.page далее */
 min-height:100%;
 height: 100%;
 /*---------------*/
	background-color: #FFFFFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
	position: relative;
}

/* Контейнер всего содержимого кроме подвала */
#page {
 /*----------------------- 100% высоты контейнера относительно клиентской области и контента для IE, FF, Opera */
  height: auto !important;
  height: 100%;
  min-height: 100%;
 /*-----------------------*/
}

/* Контейнер подвала */
#gfooter {
	height: 115px;
}
#footer {
	position: absolute;
	margin-top: -95px;
    vertical-align: text-bottom;	
	height: 92px;
	clear: both;
	width: 100%;
	background-image: url('/pics/g.gif');
	background-repeat: repeat-x;
}

#logo {
	float: left;
}

#logo img{	border: 0px;
 	text-decoration: none;
}

#logo_other {
	margin: 50px 20px 0px 20px;
	float: right;
}

#logo_other img{
	border: 0px;
 	text-decoration: none;
	margin-left: 5px;
}

A{
    color: #0000CC;
}

#standart_a{
    color: #0000CC;
}

#dotted{
    border-top: 2px dotted #000000;
    font-size: 1px;
}

#menu{
	background-color: #FFFFFF;
	padding: 0 0 0 0;
}

#menu #logo{
	background-color: #FFFFFF;
	height: 66px;
    padding-left: 33px;
}

#menu #separator{
	background-color: #FF6600;
	height: 11px;
    min-height: 11px;
	clear: both;
}

#menu #submenu{
	background-color: #FFCC33;
	height: 19px;
    min-height: 19px;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
    padding: 0 12px 0 30px;
}

#menu #submenu #main_submenu_selected{
	background-color: #FFFFFF;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
	height: 19px;
    min-height: 19px;
	padding: 0 25px 0px 25px;
}

#menu #submenu div{
	float: left;
}

#menu #submenu a{
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
	padding:  0 25px 0px 25px;
    color: #0000CC;
}

#submenu_left{
    vertical-align: top;
    padding-left: 15px;
    padding-top: 20px;
    width: 130px;
}

#submenu_left div{
    border-left: 3px solid #FFFFFF;
    padding: 0 0 0 3px;
    margin: 3px 0 3px 0px;
}

#submenu_left a{
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #0000CC;
    padding-left: 2px;
    margin-top: 2px;
}

#submenu_left #submenu_selected{
    border-left: 3px solid #FFCC00;
    padding: 0 0 0 3px;
    margin: 3px 0 3px 0px;
    text-decoration: none;
    vertical-align: middle;

}

#submenu_left #submenu_selected a{
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
    color: #000000;
    text-decoration: none;

}

#about{
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 15px;
}


#about #description{
    padding-left: 10px;
    font-weight: normal;
    border-left: 3px solid #FFCC00;
}

#about #title{
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
}

#about #stats{
     width: 80%;
}

#about #stats td{
	height: 16px;
    border-top: 2px solid #FFFFFF;
    border-bottom: 2px solid #FFFFFF;
    border-left: 0px solid #FFFFFF;
    border-right: 0px solid #FFFFFF;
}

#about #stats #stats_name{
    width: 230px;
    font-weight: normal;
}

#about #stats #stats_value{
    height: 16px;
}

#main{
    margin-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    text-align: left;
    vertical-align: top;
}

#content{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    text-align: left;
    vertical-align: top;
}

#main #title{
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

#v1{
    height: 16px;
    float:left;
    position: relative;
	background-color: #666666;
}

#v2{
    height: 16px;
    float:left;
    position: relative;
 	background-color: #C0C0C0;
}

#li{
    display: list-item:
    list-style: square;

}

#bottom{
    margin-left: 30px;
    margin-right: 30px;
	float:none;
	display: block;
}

#test{
background-image: url('/pics/g.gif');
background-repeat: repeat-x;
}