* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	#font: 12px/18px "Times New Roman", Times, serif;
	width: 100%;
	height: 100%;
	
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 1020px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-image: url(/media/images/base.jpg)
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 205px;
	margin-left: 10px;
	background-image: url(/media/images/header.jpg);
	background-repeat: no-repeat;
}
/* Horiz-menu
-----------------------------------------------------------------------------*/
#horiz-menu {
	height: 22px;
	margin-left: 10px;
	margin-top: -2px;
	width: 1000px;
	background-color: #008be2;
}

#horiz-menu ul{
	margin-top: 2px;
	list-style-type: none;
	float: right;
	#position: relative;
	#left: 60%;
	#clear: left;
}
#horiz-menu li{
	float: left;
	margin-left: 30px;
}
#horiz-menu a{
	text-decoration: none;
	color: white;
	font-weight: bold;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 99%;
	padding: 0 0 100px;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 10px 0 300px;
	font: 14px/18px "Times New Roman", Times, serif;
	clear: both;
}
#content p {
	#text-indent: 10px;
	margin-bottom: 0.5em;
	#margin-top: 0.5em;
	line-height: 150%;
}
#content li {
	margin-bottom: 0.2em;
	line-height: 150%;
	margin-left: 2em;
	#padding-bottom: 0.5em;
}
#content h2 {
	#float:none;
	#text-indent: 10px;
	margin-bottom: 1em;
	#margin-top: 1em;
	padding-top: 1em;
	line-height: 140%;
}
#content h3 {
	margin-bottom: 0.5em;
	#padding-top: 0.5em;
	line-height: 140%;
}
#content table {
	margin-bottom: 1em;
	padding: 1px;
}
#content img {
  float: left;
  margin-right: 10px;
}
#content span.file img {
  float: none;
}

/* Breadcrumb
-----------------------------------------------------------------------------*/
#bc {
	#height: 18px;
	width: 730px;
	margin-left: 270px;
}
#bc ul{
	margin-top: 11px;
}
ul.breadcrumb{
	clear:left;
	padding-bottom:0px;

}
ul.breadcrumb li{
	float:left;
	margin-left:5px;
	list-style:none;
	font-size:small;
	#color: #008be2;
	color: #044cb8;
	#font-weight: bold;
}
ul.breadcrumb a{
	text-decoration: none;
	color: #008be2;
	#font-weight: normal;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 250px;
	margin-left: -99%;
	position: relative;
}
/* Menu
-----------------------------------------------------------------------------*/
#menu {
	border-style: solid;
	border-color: #008be2;
	border-width: 2px;
	margin: -2px 0 0 -2px;
	padding: 10px 10px 10px 10px;
	
}
#menu ul{
	list-style-type: none;
	
}
#menu li {
	margin-top: 0.7em;
	margin-left: 20px;
}
#menu li a {
	text-decoration: none;
	color: #008be2;
}

#menu ul li.descendant{
	#margin-left: 10px;
}
#menu ul li.sibling{
	#margin-left: 10px;
}
#menu ul li.selected a{
	color: #044cb8;
	font-weight: bold;
}
#menu ul li.descendant a{
	color: #008be2;
	font-weight: normal;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -50px auto 0;
	height: 50px;
	background: #008be2;
	color: white;
}
#copyright {
	text-align: center;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
	}
#bottom_banners {
	float: right;
	margin-top: 10px;
	margin-right: 15px;
}
/* Blocks on main page
-----------------------------------------------------------------------------*/
#centercol {
    width: 60%;
    border-right: 1px solid black;
    float: left;
}
#topblock {
    padding: 10px;
    border-bottom: 1px solid black;
}
#topblock h2{
    padding-top: 0;
}
#bottomblock {
    padding: 10px;
  
}
#rightcol {
    width: 40%;
    margin-left: 60%;
}

#rightblock {
    padding: 10px;
}
#rightblock img.left {
    margin-top: 20px;
    margin-left: 35px;
    margin-bottom: 10px;
}
/* News with images
-----------------------------------------------------------------------------*/
.news-short-image {
    float: left;
    margin-right: 10px;
}
.news-short {
    clear: both;
}
#arch {
    clear: both;
}
/* kafedras
----------------------------------------------------------------------------*/
#kaf-center {
    #display: inline;
    #clear: both;
    
}
#kaf-right {
    width: 250px;
    height: 100px;
    margin-top: 70px;
    float: right;
    padding: 10px;
    margin-left: 5px;
    background-color: #eff3f7;
}
/* weather
----------------------------------------------------------------------------*/
#weather {
    margin-left: 30%;
}