body {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #317d4e;
}

.clear {
	clear: both;
}

a {
	color: green;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.3em;
	margin-top: 0px;
}

#header {
	color: white;
	height: 25px;
	line-height: 25px;
	padding-left: 3em;
	background: url(/bitrix/templates/main/images/meniu_bg.gif) repeat-x;
}

#headerLogo {
	background: url(/bitrix/templates/main/images/headerRight.jpg) repeat-x;
	height: 181px;
}

#headerImage {
	background: url(/bitrix/templates/main/images/headerMain.jpg) no-repeat;
	width: 792px;
	height: 181px;
}

#left {
	/*background: url(/bitrix/templates/main/images/left_bg.gif) repeat-y;*/
	width: 146px;
	padding: 5px;
}

.icon01 {
	width: 122px;
	height: 85px;
	margin-bottom: 10px;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod='scale', src='/images/icon01.png');
}
.icon01[class] {
	background:url(/images/icon01.png) no-repeat;
}

#content {
	background-color: white;
	padding: 15px;
}

#footer {
	color: white;
	height: 30px;
	line-height: 25px;
	padding-left: 3em;
	background: url(/bitrix/templates/main/images/meniu_bg.gif) repeat-x;
}