/*Стили по умолчанию*/
h1, h2, h3, h4, h5, h6, body, p, form, ul{margin:0px;padding:0px;}
body{font-family: Arial, "Trebuchet MS", Helvetica, sans-serif; font-size:12px;color:#222245;}
h1, h2, h3, h4, h5, h6{font-family: Georgia, Arial, "Trebuchet MS", Helvetica, sans-serif;font-weight:bold;color:#222245;}
h1{font-size:18px;}
h2{font-size:16px;}
h3{font-size:14px;}
input, select, textarea{font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;font-size:11px;}
a{text-decoration:underlined;color:#222256;}
  a:hover{color:#116390;text-decoration:underlined;}
img {border:0px;}
ul, li{list-style:none;}
.clear{clear:both;}
.clear-left {clear:left;}
.overflow-hidden {overflow: hidden} /*поместив в этот блок другой блок, отменяем float;*/

body {min-width:980px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%");}

#all {width: expression(((document.documentElement.clientWidth || document.body.clientWidth) < 980)? "980px" : "100%"); min-width:980px;}
#allIn{padding:0px 50%;}

#head {width:980px;margin:0px -490px; height:120px; background:url(../images/background/head.jpg) no-repeat left top;}

#main {width:980px;margin:0px -490px;}
  #left {float:left; width:170px; padding:10px;}
    #left {line-height:25px;}
    #left li{list-style:circle; margin-left:12px;}
  #center {margin:0px 190px; padding:10px; text-align:justify;}
    #center li{list-style:circle; margin-left:24px;}
    .zagsTable {width:98%;}
    .zagsTable td{vertical-align:top;/*background-color:#aaaaaa;*/}
    .zagsTable .imgCell {text-align:center;background:url(../images/background/divider.gif) no-repeat center top;}
    .zagsTable .picCell {width:100px; height:100px; padding-right:10px;}
    .zagsTable .secondCell {width:100px; padding-right:10px;}
    
    #welcomeForm {text-align:center; margin:20px 140px;}
    .resultMessage {padding:10px 0px;}
    .firstWelcomeCol{text-align:right; width:50%;}
    .secondWelcomeCol{text-align:left;}
    .redStar {color:#cc0123;}
    .errorMessage {color:#770123;}
  #right {float:right; width:170px; height:100%; padding:10px;}
