body { MARGIN: 0px; font-family:Arial; font-size:12px; align: center; background-color: #1790C7; text-align: center;}
table {  font-family:tahoma; font-size:11; color:black;  }
h1 {
font-size: 180%;
}
h2 {
font-size: 140%;
}
#col1, #col2, #col3, #top { 
 font-family: Tahoma; /* Рубленый шрифт */
 color: white; /* Цвет текста заголовка */
 float: left; 
 font-size: 100%; /* Размер шрифта */
 font-weight: normal; /* Нормальное начертание */
 color: #ffffff; /* Цвет текста */
 height: 100%;
 min-height: 819px;
}

#top { 
 width: 100%;
 background: url('left.gif');
 background-repeat: repeat-x;

 }

#col1 { 
 background: url('left.jpg');
 background-repeat: repeat-x;
 width: 10%;
 }

#col2 {
 width: 100%;
 height: 100%;
 min-height: 819px;
 background-repeat: no-repeat;
 background-image: url('background.gif');
 background-position: center top;
 align: left;
 }

#col3 {     
 position: relative; 
 height: 580px;
 background: url('right.jpg');
 background-repeat: repeat-x;
 width: 10%;
background-image: url('background.jpg');
 }

#text {
 font-family: arial; /* Рубленый шрифт */
 color: white; /* Цвет текста заголовка */
 font-size: 120%; /* Размер шрифта */
 font-weight: normal; /* Нормальное начертание */
 color: #ffffff; /* Цвет текста */
 padding-top: 270px;
 padding-left: 50%;
 margin-left: -230px;
 
 text-align: left;
}


