@charset "utf-8";
/* CSS Document */

body{
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFFF;
}
a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000000;
}

div, ul, h1, h2, h3, li, p, img{margin:0; padding:0;}
ul{list-style-type:none;}
#main {
	position: relative;
	margin-top: 0px;
	width: 920px;
	background-image: url(sredina.png);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#main_bottom {
	position: relative;
	margin-top: 0px;
	width: 920px;
	background-image: url(dno.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 45px;
}

#main #header {
	height: 113px;
	width: 881px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}

#main  #menu {
	position: relative;
	height: 30px;
	width: 881px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #414141;
	color: #FFFFFF;
}
#main  #body {
	position: relative;
	width: 881px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
#main #footer {
	position: relative;
	height: 35px;
	width: 881px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(crta.png);
	background-repeat: no-repeat;
}
#main #footer #copyright {
	position: relative;
	width: 100%;
	margin-top: 5px;
	text-align: right;
}

#main    #footer    #copyright a  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

