﻿body {
	background-color: #FFFFFF;
	background-image: url(img/belka.jpg);
	background-repeat: repeat-x;
	margin: 18px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

div#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

div#logo {
	height: 103px;
}

div#menu {
	background-color: #F6F6F6;
	padding: 5px;
}

div#content {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}

div#footer {
	border-top: solid 2px #C66002;
	text-align: center;
	font-size: 11px;
}


span.footer {
	font-weight: bold;
	color: #023A87;
}



a:link {
	color: #023A87;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #023A87;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #023A87;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

a.menu:link {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.menu:visited {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

a.menu:hover {
	color: #023A87;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

a.mail:link {
	text-decoration: none;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}

a.mail:visited {
	text-decoration: none;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}

a.mail:hover {
	text-decoration: underline;
	font-size: 13px;
	color: #333333;
	font-weight: normal;
}

h1 {
	color: #023A87;
	border-bottom: dotted 1px #023A87;
	margin-left: 0px;
	margin-right: 0px;
	font-size: 19px;
}

h2 {
	margin: 0px;
	font-size: 16px;
}

h3 {
	margin: 0px;
	font-size: 13px;
	margin-top: 30px;
}

td {
	vertical-align: top;
}
