html, body{
 margin:0;
 padding:0;
 font-family:Verdana;
 font-size:12px;
 color:#000000;
background-color: #2175bc;
 }

a{color:#800000;}

nobr{ 
font-family:Tahoma;
font-size:11px;
color: #fff;
}

h1{ 
font-family:Tahoma;
font-size:17px;
color: #FF7400;
font-weight:bold; 
border-left: 8px solid #1958b7;
padding-left: 5px;
}

h2{ 
font-family:Tahoma;
font-size:14px;
color: #FF7400;
font-weight:bold; 
border-left: 8px solid #1958b7;
padding-left: 5px;
}

#logo {

background-image: url(http://www.unimed-c.ru/images/name.jpg);
position: static;
  width : 740px;
  height : 128px;


}

#bgr {

background-image: url(http://www.unimed-c.ru/images/tile1.jpg);
  position: static;
  left: 740px;
  width : 100%;
  height : 128px;

}

#leftcorner {

background-image: url(http://www.unimed-c.ru/im2/leftcorner.jpg);
background-position: left;
  position: static;
  width : 16px;
  height : 16px;

}
#topline {

background-image: url(http://www.unimed-c.ru/im2/topline.jpg);
  position: static;
  width : 100%;
  height : 16px;

}

#rtext {
  position: absolute;
  left:70%; top:18px; width:260px; height:100px;

font-family:Tahoma;

font-weight:bold; 

  font-size: 140%;
  color: #C9FAFA;
}

#rtext a {
  color: #C9FAFA;

}

#menu{
  font-size: 150%;
  font-weight: bold;
  border: 1px solid #000000;
  background-color: #2288DD;

}
#menu ul {
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 4px;
  margin-left: 10px;
  margin-right: 4px;
  padding: 2px 0 0 0;

}
#menu ul li {
  display: inline;
}



#menu li a {
      display: inline;
      padding: 4px 4px 4px 0.4em;

      color: #fff;

      width: 100%;
      }

html>body #menu li a {
      width: auto;
      }

#menu li a:hover {
      background-color: #2175bc;
      color: #fff;
     text-decoration: none;
      border: 1px solid #000000;

      }

#pagewidth{
 background-color: #FFFFFF; 
 }

#header{
 position:relative;

 width:100%;
 height:30%;
}

#leftcol{
background-image: url(http://www.unimed-c.ru/im2/left.jpg);
background-repeat: repeat-y;
z-index: 0;

 padding-top:-10px;
 width:18%;
 float:left;
 @clear:both;
position:relative;

padding-left: 8px;
padding-right: 3px;



 }

#twocols{
z-index: 1;
 width:80%;
 float:right;
 position:relative;
clear:both;

  }

#rightcol{
 width:30%;
 float:right;
 position:relative;
border:1px solid;
padding-left: 4px;
padding-right: 4px;
@clear:both;

border:1px solid;
border-left-color: #2175bc;
border-right-color: #2175bc;
border-top-color: #2175bc;
border-bottom-color: #2175bc;
border-width: 2px;
border-style: dashed;
 }

#rightcol b{
color: #800000;
}

#maincol{


background-color: #FFFFFF;
 float: left;
 display:inline;
 position: relative;
 width:66%;

padding-left:10px;
padding-right:5px;
padding-top:10px;

border:1px solid;
border-left-color: #c0c0c0;
border-right-color: #ccc;
border-top-color: #c0c0c0;
border-bottom-color: #ccc;
border-width: 2px;
border-style: dashed;
 }

#maincol b{
color: #2175bc;
}

#footer{
background-image: url(http://www.unimed-c.ru/images/tile13.jpg);
background-repeat: repeat-x;
background-color: #F6E533;
  position: static;
  width : 100%;
  height : 40px;

color: #2175bc;

 clear:both;
 }

#counts{
background-color: #F6E533;
}
.imtext{
text-align: justify;
}

.clearfix:after {
 content: ".";
 display: block;
height: 0;
 clear: both;
 visibility: hidden;
 }

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */



 /*printer styles*/
 @media print{
/*hide the left column when printing*/
#logo{display:none;}
#bgr{display:none;}
#header{display:none;}
#menu{display:none;}
#rtext{display:none;}
#topline{display:none;}
#leftcorner{display:none;}
#rightcol{display:none;}
#leftcol{display:none;}
#counts{display:none;}


/*hide the right column when printing*/
#twocols, #maincol{width:100%; }
}