* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;font-weight: bold;
 colorround-color: #FFFFFF;
 font-size: 12px;
 line-height: 1.5em;
 background-image:url(images/bg-tile.gif);
 background-repeat:repeat;
}
.wrapper {
 width: 782px;
 margin: 0 auto;
}
#border {
 border: 1px solid #287ce8;
 margin: 20px 0px 5px 0px;
 background-color: #fff;
 min-height: 776px;
 float: right;
 width: 780px;
}
* html #border {height:776px} /* IE Min-Height Hack */ 
/* ------------------------ начало header -----------------*/
.header {
 text-align: center;
 margin: 6px 0px -5px 0px;
}
/* ------------------------ конец Header -----------------*/


/* ------------------------ начало верхнего меню -----------------*/
#nav-bar {
 color: #fff;font-size: 1em;
 font-weight: bold;
 margin: 0px 0px 0px 6px;
 background-image: url(images/nav-bar1.gif);
 background-repeat: no-repeat;
 height: 50px;
 padding: 10px 0px 0px 10px;
}

#nav-bar ul li{display: inline;}
#nav-bar a {
margin: 0 15px;
padding-right: 10px;
 color: #fff;
 text-decoration: none;
}

#nav-bar a:visited {
 color: #fff;
 text-decoration: none;
}

#nav-bar a:hover {
 color: red;
 text-decoration: none;
}
/* ------------------------ конец верхнего меню -----------------*/


/* ------------------------ свойства рисунков-----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 4px 0px;
}
img.floatright{ float: right;
 margin: 0px 14px 4px 0px;}
 img.cent {display: block;margin: 0 auto;}
/* ------------------------ конец свойства рисунков -----------------*/


/* ------------------------ начало главных колонок -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 240px;
 float: left;
 background-image:url(images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 300px;
 padding: 0;

}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.leftcolumn-inner { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 220px;
 float: left;
 background-image:url(images/search-box.gif);
 background-repeat: no-repeat;
 min-height: 40px;
 padding: 10px;
 margin-bottom: 7px;
}
* html .leftcolumn-inner {height:40px} /* IE Min-Height Hack */

.in-the-news { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 235px;
 float: left;
 min-height: 125px;
 margin-bottom: 7px;
}
* html .in-the-news {height:125px} /* IE Min-Height Hack */


#rightcolumn {
/* border: 1px solid red;*/
 margin: 6px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 513px;
 float: left;
 min-height: 300px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

.sponsor {
 background-image:url(images/sponsor.gif);
 min-height: 80px;
 background-repeat: no-repeat;
 text-align: center;
 padding: 15px 10px 10px 13px;
 display: inline; /* IE Hack */
 float: left;
 width: 510px;
}
* html .sponsor {height:80px} /* IE Min-Height Hack */

.maincontent {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 530px;
}
* html .maincontent {height:80px} /* IE Min-Height Hack */

.content-mid {
 background-image:url(images/content-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}
.left-mid {
 background-image:url(images/left-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 10px 14px;
}
.left-heading {
 background-image:url(images/left-heading.gif);
 background-repeat: no-repeat;
 padding: 9px 14px 5px 10px;
 font-size: 16px;
 color: #fff;
 min-height: 11px;
 font-weight: bold;

}
* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ конец главных колонок-----------------*/

/* ------------------------- свойства н1 ---------------------*/
h1 {
 font-size: 16px;
 color: #00436D;
}
/* ------------------------- конец ---------------------*/

input {
 border: 1px solid #8ECE5F;
 width: 200px;
}



#footer {height: 52px;
 font-size: 10px;
 color: #fff;
 background: url('images/footer.gif') no-repeat 50% 50%;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
}
#footer a{color: #fff;padding-left: 20px;margin-left:10px; }
#nav-bar li {
 list-style: none;
}

ul#daily-links li {border-bottom: 1px solid #ccc;
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
}

ul#daily-links li a:link{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{ 
 color: #999;
 text-decoration: none;
 font-weight: bold;
}


a:link {
 color: #2758a1;
 text-decoration: none;
}
a:hover {
 color: #ff9933;
 text-decoration: underline;
}
a:visited {
 color: #2758a1 ;
 text-decoration: none;
}

.valid {
 margin: 10px 0px 0px 10px;
}