@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	font-size: 14px;
	background-color: #192129;
	color: #d2dde8;
}
a:link {
	color: #A8BCCF;
	text-decoration: underline;
}
a:visited {
	color: #A8BCCF;
	text-decoration: underline;
}
a:hover {
	color: #d2dde8;
	text-decoration: none;
}
a:active {
	color: #A8BCCF;
	text-decoration: underline;
}
#header {
	font-style: italic;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	color: #A8BCCF;
	cursor: default;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: double;
	border-bottom-style: double;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
#header h1 {
	margin-top: 3px;
	margin-bottom: 0px;
}
#header h2 {
	text-align: right;
	margin-top: 4px;
	margin-bottom: 3px;
}
h3 {
	color: #A8BCCF;
}
#nav {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 13px;
	color: #A8BCCF;
	border-bottom-style: double;
	border-top-color: #999999;
	border-bottom-color: #999999;
	text-align: center;
	font-size: 17px;
	letter-spacing: .2em;
}
#content {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
#content p {
	margin-left: 40px;
	padding-top: 2px;
	line-height: 1.5em;
}
#footer {
	margin-top: 10px;
	width: 725px;
	text-align: center;
	font-size: 10px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: double;
	border-top-color: #999999;
	padding-top: 10px;
	clear: left;
}
#footer .contact{
	font-size: 13px;
	font-weight: bold;
}
table {
	margin-right: auto;
	margin-left: auto;
}
.descr {
	font-size: 12px;
	font-style: italic;
}
.click {
	margin-left: 50px;
	line-height: 2em;
}
