@import "change.css";

/* Основные стили
------------------------------------------------------------------------------------------------------ */

* {
	margin: 0;
	padding: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.box {
	overflow: hidden;
}

html {
	height: 100%;
}

body {
	min-height: 100%;
	position: relative;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}


/* Позиционирование левого и правого блоков
------------------------------------------------------------------------------------------------------ */

#c-left {
	margin-right: -100%;
	width: 20%;
}

#c-right {
	margin-left: 20%;
	width: 80%;
}

#content {
	margin-left: 20px;
}



/* Футер
------------------------------------------------------------------------------------------------------ */

#bottom dl {
	margin: 0 20px;
}


div#karta {
        border: 1px solid #a7a69e;
	margin-top: 15px;
        height: 400px;
}
                        