/* основные настройки стиля сайта */
body {
	font: 2pt Arial;
	color: #444444;
	margin: 0px;
}
/* стиль ссылок сайта */
a:link,a:visited{
	color: #0055AA;
	text-decoration: none;
}
a:hover {
	color: #AA0055;
	text-decoration: underline;
}
/* основной слой */
#page {
	text-align: left;
}
/* основной слой */
#top {
}
/* слой объединения :) */
#content_page {
	display: block;
	clear: both;
}
#content {
	background: #FFF;
	margin-left: 265px;
}
/* остальные слои */
#left {
	float: left;
	width: 265px;
	display: block;
}
#bottom {
	clear: both;
	display: block;
}
h1 {COLOR: gray; FONT-FAMILY: arial; FONT-SIZE: 20px; LETTER-SPACING: 0px; WORD-SPACING: 0px; color: #4D5673;}
h2 {COLOR: gray; FONT-FAMILY: arial; FONT-SIZE: 16px; LETTER-SPACING: 0px; WORD-SPACING: 0px; color: #4D5673;}

A.webstudio, A.webstudio:hover{
	text-decoration: none;
	font-size: 10px;
}