﻿#container {
	text-align: left;
	background: #fff;
	border: 1px solid #ccc;
}
#container, #bottom {
	margin: 0 auto;
	width: 640px;
}
#bottom {
	width: 650px;
	height: 10px !important;
	margin-bottom: 10px;
	display: block !important;
}
form.hc-contact {
	margin: 20px 0px 0 0px;
	padding: 0 0 20px 0;
}
/* ----- LOGO ----- */
h1 {
	margin: 0;
	padding: 0;
	min-height: 0;
	background-color: #dedede;
	text-indent: -9000px;
	text-decoration: none;
}
h1 a {
	min-height: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
}
* html h1 a {
	_background-image: none;
}
img, a img {
	border: none;
	-ms-interpolation-mode: bicubic;
}
.hide {
	display: none !important;
}

