/* File type: CSS;

File name: table.css:

Autor: Приходов Артем */


a:link{
       color: #000000;
}


a:visited{
       color: #000000;
}


a:active{
       color: #000000;
}



a:hover{
       color: #000000;
}        


.body{
     background: #F3E8CA;
     marign: 0px;
     
}


.table1{
        height: 90%;
        width: 955;

}
        


.header{
       background: #F3E8CA  url('img/header.gif') no-repeat;
       padding: 0px;
       height: 228px;
       position: center;
}


.header1{
       background: transparent;
       padding: 0px;
       height: 228px;
       position: center;
}

.content{
       background: #F3E8CA  url('img/cont.gif') repeat-y;
}



.content2{
       background: transparent url('img/logo_bg.gif') no-repeat center center;
       padding: 10px 150px;

}

.bottom{
       background: #F3E8CA  url('img/bottom.gif') no-repeat;
       height: 80px;


}


.min{
            min-height: 860px;
}

.head{
      font: 25px bold;
      text-align: center;
}


.prise{
       font: 14px;
       text-align: right;
       width: 80px;

}



.mid{
     font: 14px;
       text-align: center;
       width: 210px;
}


.title{
       font: 14px;
       text-align: left;
       text-transform: uppercase;
       font-weight: bold;
       width: 200px;
}


img{
    border: 0;
}



.text{

       font: 16px bold; 
       text-align: left;
       margin: 10px 150px;
       position: relative;
       top: 10;
       left: 150;
} 


.text1{

       font: 10px bold; 
       text-align: left;
}
       

.bigtext{

       font: 18px bold; 
       text-transform: uppercase;

} 

.linkb{

       font: 10px bold; 
       text-align: center;
       
}


p{
  text-indent: 1.5em;
}   