body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #ececec;
	width: 970px;
	text-align: center;
	margin: 20px auto;
}

img, a { border: 0; outline: none; }

a {
	color: #004477;
	text-decoration: none;
}
a:hover {
	color: #008B00;
}

h1, h2, h3, .header, b, .trebuchet {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	color: #004477;
	font-weight: normal;
	padding: 0px;
}
h1 { font-size: 22px; margin: 10px 0; }
h2 { font-size: 18px; margin: 10px 0; }
h3 { font-size: 16px; margin: 8px 0; }

p { margin: 10px 0; }

.header { color: #004477; }

p, td { font-size: 14px; }
.small_text { font-size: 12px; }

.left { float: left; }
.right { float: right; }

.grey { color: #666666; }
.grey_dark { color: #333333; }
.black { color: #000000; }

.double_border { border: 1px solid #aaaaaa; height: 2px; line-height: 0; font-size: 0; }
.bordered { border-bottom: 1px solid #dddddd; }

.b10{ margin-bottom: 10px; }
.t10{ margin-top: 10px; }
.pad_b8 { padding-bottom: 8px; }

#container_main {
	width: 970px;
	margin: 0;
	padding: 0;
}

#header { height: 11px;}
#footer { height: 13px;}

#content {
	background-image: url(graphics/middle_bg.png);
	background-repeat: repeat-y;
	background-position: center;
	padding: 10px 28px 10px 20px;
	margin: 0;
	text-align: left;
}

.left_col {
	width: 200px;
	float: left;
	margin: 10px 30px 0 0;
}
.right_col {
	width: 692px;
	float: right;
	margin: 10px 0 0 0;
}

#contact_form {
	margin-left: 100px;	
}

#side_margin {
	margin: 0 20px;
}

.yandex3 {
	width: 200px;
}

.ul_light { list-style: none; margin-left: 0; padding-left: 0; }
.ul_light li { background: url(img/li.png) 10px 5px no-repeat; padding-left: 20px; padding-bottom: 2px; }