* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-family: arial, sans-serif;
	color: #000066;
	font-size: small;
	background: #B4CAB3;
}
.invisible {
	display: none;
}
.top {
	height: 71px;
	background: #fff;
}
body>.top {
	min-height: 71px;
	height: auto;
}
h1 {
	width: 768px;
	margin: 0 auto;
	font-size: 86%;
}
h1 a {
	display: block;
	height: 20px;
	background: #fff url("../images/logo.png") no-repeat right top;
	color: #B1B2B6;
	text-transform: uppercase;
	text-decoration: none;
	padding: 41px 250px 10px 28px;
}
h1>a {
	min-height: 20px;
	height: auto;
}
.page {
	width: 768px;
	margin: 0 auto;
}
h2 {
	color: #E6E6E6;
	height: 32px;
	width: 580px;
	font-size: 110%;
	padding-top: 12px;
	padding-right: 28px;
	padding-bottom: 10px;
	padding-left: 28px;
}
.page>h2 {
	min-height: 32px;
	height: auto;
}
h3 {
	font-size: 93%;
	padding-bottom: 5px;
}
.main {
	width: 709px;
	margin-left: 6px;
	border-top: 31px solid #C7D7C6;
	border-right: 26px solid #C7D7C6;
	border-left: 22px solid #C7D7C6;
	background: #C7D7C6 url("../images/main.png") repeat-y left top;
}
.left, .right {
	float: left;
	overflow: hidden;
	width: 499px;
	margin-right: 13px;
	background: #fff;
	padding: 13px 7px 12px 9px;
}
.right {
	width: 151px;
	margin-right: 0;
	padding: 20px 20px 12px 10px;
}
#big-pattern {
	display: block;
	margin-bottom: 10px;
}
.left a img {
	float: left;
	margin: 0 10px 0 3px;
}
.left a img.last {
	margin-right: 0;
}
.right p {
	font-size: 86%;
	margin-bottom: 18px;
	line-height: 140%;
}
.right p a {
	color: #000066;
	text-decoration: none;
}
.right p a:hover {
	text-decoration: underline;
}
.footer {
	background: #C7D7C6;
	color: #fff;
	font-size: 78%;
	height: 18px;
	padding: 12px 0 5px 0;
}
.main>.footer {
	min-height: 18px;
	height: auto;
}
.preload {
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.cleaner {
	font-size: 0;
	line-height: 0.0;
	height: 0;
	clear: both;
}

input {
	border: 1px solid #bdba8c;
}
textarea {
	border: 1px solid #bdba8c;
}
.error {
	font-family: arial, sans-serif;
	color: red;
}
.succ_msg {
	font-family: arial, sans-serif;
	color: green;
}

