/*
    Фиксированный 2 колонки
*/
h1,h2,h3,h4,h5,h6{
    margin:0px;
    padding:0px;
}
p{
    margin:0px;
    padding:0px;
    font-family:sans-serif;
    font-size:12px;
}
html, body{
    margin:0px;
    padding:0px;
    text-align:center;
}
body{
    background:url(/content/system/application/views/img/bkg_img.jpg);
}
.main{
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}
.container{
    width:940px;
    margin:0 auto;
    text-align:left;
    background:black;
}
.header{
    width:940px;
    height:40px;
}
.header-inner{
    width:940px;
    height:40px;
    text-align:center;
    background:black;
}
.content{
    width:940px;
}
.sidebar{
    width:210px;
    float:left;
    /*height:600px;*/
    background:black;
}
.text{
    width:730px;
    float:left;
    background:white;
    background-image:url(/content/system/application/views/img/bkg2.jpg);
    background-repeat:no-repeat;
}
.text-inner{
    /*margin-left:15px;*/
    /*margin-right:10px;*/
    /*padding:10px;*/
    /*background:white;*/
    margin:10px;		font-family:sans-serif;		font-size:12px;
}
.text-inner h2{

    font-family:sans-serif;

}
.text-inner a{
    font-family:sans-serif;
    font-size:12px;
    color:black;
}
.text-inner table{
    font-family:sans-serif;
    font-size:14px;
}
.text-bottom{
    width:730px;
    height:50px;
    background:white;
    background-image:url(/content/system/application/views/img/bkg3.jpg);
    background-repeat:no-repeat;
}
.v-nav ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.v-nav ul li{
    margin-top:3px;
    margin-left:10px;
}
.v-nav ul li a{
   display:block;
   width:170px;
   /*height:23px;*/
   border:black 1px solid;
   text-align:center;
   text-decoration:none;
   color:#ffa500;
   font-family:sans-serif;
   font-size:14px;
   padding-top:7px;
   padding-bottom:7px;
   background:#202020;
}
.v-nav ul li a:hover{
   background:#ffa500;
   color:black;
}
.clear{
    clear:both;
}
.footer{
    width:940px;
    height:40px;
    color:orange;
    font-size:12px;
    font-family:sans-serif;
    text-align:center;
    /*background:url(/content/system/application/views/img/bkg4.jpg);*/
    padding-top:12px;
    
}
.image{
    background:url(/content/system/application/views/img/imbkg.gif);
}
.image img{
    border:0px;
    margin-top:10px;
}
.text-inner hr{
    margin-bottom:40px;
}
hr{
    color:black;
    height:1px;
    /*border:0px;*/
}
#imgname{
    font-family:sans-serif;
    font-size:10px;
}


