html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font: 11px/17px Arial, Helvetica, sans-serif;
	overflow-y: scroll;
}

/*
 *	Main page blocks
 */

#container {
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	width: 820px;
	margin: 0 auto;
}

#content {
	position: relative;
	width: 800px;
	padding-top: 1px;
}
#content img {
	margin-top: -1px;
	margin-bottom: 1px;
	float: left;
	clear: both;
}

#bottom-spacer { /* Needed to stretch container to bottom */
	clear: both;
	height: 40px;
}
#footer {
	position: absolute;
	bottom: 0;
	padding: 0 5px;
	margin: 0;
	width: 810px;
	font: 9px Arial, sans-serif;
	height: 40px;
	line-height: 40px;
	border-top: 1px solid;
	z-index: 1;
}

#footer .text {
	float: right;
	margin-right: 10px;
}

#footer .menublock {
	margin: 0;
	width: 450px;
	float: left;
}
#footer .menublock ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#footer .menublock ul li {
	display: inline;
}

#footer .menublock li a {
	text-transform: none;
	padding: 0 8px;
}
#footer .menublock .line {
	display: inline-block;
	border-left: 1px solid;
	margin: 0;
	margin-bottom: -2px;
	height: 12px;
}
#footer p {
	margin: 0;
	padding: 0;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 14pt;
}
h2 {
	font-size: 12pt;
}
h3 {
	font-size: 10pt;
}
h4 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
}
p {
	margin-top: 2px;
	margin-bottom: 20px;
}

a:active, a:focus {
	outline: 0;
}
a img {
	border: none;
}
hr {
	height: 1px;
	border: none;
	margin-bottom: 10px;
}

.small {
	font-size: 8pt;
}
.hidden {
	display: none;
}
.entix_message {
	text-align: center;
	line-height: 160%;
	margin-top: 10px;
	padding: 25px 15px;
	border: 1px solid;
}

.error {
	display: block;
	position: absolute;
	top: 550px;
	right: 370px;
	padding: 10px;
	
	border: 2px solid #e22;
	
	color: #000;
	background-color: #f2f2f2;
	
	box-shadow: 0px 2px 10px #888;
	-moz-box-shadow: 0px 2px 10px #888;
	-webkit-box-shadow: 0px 2px 10px #888;
}

p.sent {
	display: block;
	position: absolute;
	bottom: 86px;
	left: 200px;
	padding: 10px;
	width: 400px;
	border: 1px solid #ccc;
	
	color: #000;
	background-color: #fff;
}

/*
 *	Defaults
 */

#contactform table tr.input_error td, #contactform table tr.input_error th {
	background-color: #f77;
	color: #fff;
}

