body {
  background: 
    #779ed5 
    url(images/bg.png)
    repeat-x;
  margin:0; 
  padding:0;
  font-family: verdana, arial, sans-serif;
  color:#000;
  font-size:12px;
}

a:link, a:visited {
  text-decoration:none;
  color:#0d3071;
  font-size:12px;
  font-weight:bold;
}

a:hover, a:active {
  text-decoration:underline;
  font-size:12px;
}

h3 {
  color:#0d3071;
  font-size:16px;
}

table {
  font-size:12px;
}

#header {  
  height:205px;
  background:
    url(images/header.jpg)
    no-repeat;
  margin:0 0 40px 0;
}

#contacts {
  text-align:right;
  white-space: nowrap;
  padding:20px 20px 0 650px;
  color:#fff;
  font-size:11px;
}

#top {
  margin-top:25px;
  width:250px;
  text-align:center;
}

#contacts a:link, #contacts a:hover, #contacts a:visited, #contacts a:active {
  font-size:11px;
  color:#b3cef4;
  text-decoration:underline;
}

.leftmenu_top {
  background:
    url(images/leftmenu.gif)
    no-repeat
    top;
}

.leftmenu_bottom {
  background:
    url(images/leftmenu.gif)
    no-repeat
    bottom;
}

.leftmenu {
  background:#91b1de;
  text-align:center;
  font-size:12px;
}

.leftmenu ul {
  text-align:left;  
  color:#0d3071;
  list-style-type: disc;
}

.leftmenu ul li {  
  margin-left:-25px;
  margin-top:6px;
}

.leftmenu ul li a:link, .leftmenu ul li a:visited {  
  color:#0d3071;
  font-weight:normal;
  font-size:13px;
}

.leftmenu ul li a:hover, .leftmenu ul li a:active {  
  color:#fff;
  font-weight:normal;
}

.content {
  background:
    url(images/content.gif)
    no-repeat
    right center;
    vertical-align:top;
    padding:20px;
    font-size:12px;
}

.icons {
  text-align:center;
}

.icons a:link, .icons a:visited {
  color:#fff;
  text-decoration:none;
}

.icons a:hover, .icons a:active {
  color:#b3cef4;
  text-decoration:none;
}

.copyright {
  color:#0d3071;
  font-weight:bold;
  font-size:11px;
  text-align:center;
}

.bottom {
  color:#0d3071;
  font-weight:normal;
  font-size:11px;
  text-align:center;
}

.borderimg {
	border:2px solid #3F73BB;
}