@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div {	/* Обычный текст */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	}

.header1 { /* Заголовок раздела */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-large;
	font-weight: bold;
	color: #2c3639;
	}

.header2 { /* Подзаголовок на странице */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: normal;
	color: #2c3639;
	}
	
.header3 { /* Подзаголовок на странице */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #2c3639;
	}

.text { /* Текст на странице */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #2c3639;
	}

.footer { /* Подвал на странице */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #dcd7c9;
	}

.link { /* Ссылки на странице */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #a27b5c;
	}

#white_link { /* Ссылка белого цвета */
	color: #FFFFFF;
	font-weight: bold;
	}

/* Цвета ссылок */
a:link {
	color: #a27b5c;
	text-decoration:none;
}
a:visited {
	color: #a27b5c;
	text-decoration:none;
}
a:hover {
	color: #a27b5c;
	text-decoration:none;
}
a:active {
	color: #dcd7c9;
	text-decoration:none;
}

#img_float_left {float:left}
#img_float_right {float:right}
#img_float_clear {clear:left}