/* основные настройки стиля сайта */
body {
	height:100%;
	background: white;
	font: 8pt Arial;
	color: #333;
	margin:0;
}
/* стиль ссылок сайта */
a:link,a:visited{
	color: #116655;
	text-decoration: none;
}
a:hover {
	color: #AA0055;
	text-decoration: underline;
}

/* основной слой */
#page {
	height:100%;
}

#column-content {
	width: 100%;
	float: right;
	margin: 0 0 0 -225px;
	padding: 0;
}
#content {
	margin: 0 0 0 225px;
}
#column-menu {
	padding-top: .5em;
	width: 190px;
	background: #FFF;
	font: 9pt;
}
#bottom {
	height: 29px;
	text-align: left;
	clear: both;
	color: #555;
	width: 100%;
}

