@charset "windows-1251";
/* CSS Document */

body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(Images/fill.gif);
	background-repeat: repeat;
	color: #666666;
}
#service {
	width: 649px;
	height: 59px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	border: none;
	display: block;
}
#wrapper {
	width: 649px;
	height: 760px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	border: none;
	display: block;
}
#titul{
    position:relative;
    height: 60px;
    display: block;
    background-color: #EEEEEE;
    margin-bottom: 4px;
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #666666;
}
#adress{
    font-size: 13px;
    font-weight: bold;
    color: #EE0000;
    text-align: center;
    height: 22px;
    padding-top: 4px;
    display: block;
    position: relative;
    top: 654px;
    background-color: #FFFFFF;
    margin-top: 0px;
    width: 100%;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #333333;
    clear: both;
}
#adress a {
	color: #333333;
	text-decoration: none;
}
#adress a:hover{
	color: #BB0000;
}
