#leftColumn	{
	float: left;
	width: 276px;
	/*background-color: #ccc;*/
}
#rightColumn	{
	float: left;
	width: 521px;
	margin: 0 0 0 3px;
	/*background-color: #ccc;*/
}

div#address {
	width: 276px;
	height: 208px;
	background: url('../i/addressback.gif') no-repeat left top;
	margin: 10px 0 0 0;
	padding: 15px 0 0 0;
}
div#address h2 {
	font: bold 14px Arial;
	margin: 0 0 5px 20px;
	width: 250px;
	padding: 0;
	color: #fff;
}
div#address p {
	font: normal 11px Arial;
	margin: 20px 0 10px 20px;
	text-align: justify;
	width: 236px;
	padding: 0;
	color: #fff;
}
div.questions {
	display: block;
	width: 521px;
	height: 120px;
	margin: 40px 0 0 0;
	padding: 0 0 0 0;
	background: url('../i/block_all_back_orange.gif') no-repeat left top;
}
div.questions a {
	display: block;
	float: left;
	height: 30px;
	margin: 80px 15px 20px 30px !important;
	margin: 80px 15px 20px 20px;
	padding: 0 0 0 35px;
	font: bold 11px Arial;
	text-decoration: none;
	color: #f60;
}
div.questions a.faq {
	background: url('../i/question.gif') no-repeat left top;
}
div.questions a.spoon {
	padding: 5px 0 0 35px;
	background: url('../i/spoon.gif') no-repeat left top;
}
div.questions a.survey {
	background: url('../i/exclamation.gif') no-repeat left top;
}
div.questions a.faq:hover, div.questions a.survey:hover, div.questions a.spoon:hover {
	text-decoration: underline;
}
.map {
	margin: 30px 0 0 60px;
}
.empty {
	width: 800px;
	height: 1px;
	margin: 0 auto;
	display: block;
	clear: both;
}
#contactForm {
	margin: 0 0 0 20px;
}
.fld {
	width: 227px;
	height: 18px;
	margin: 0;
	padding: 3px 4px 0 4px;
	border: 0;
	font: normal 11px Arial;
	color: #000;
	background-attachment: fixed;
	background: url('../i/fldback.gif') no-repeat left top;
	clear: right;
}
.text {
	height: 97px;
	overflow: auto;
	background-attachment: fixed;
	background: url('../i/fld1back.gif') no-repeat left top;
}

.btn {
	display: block;
	clear: both;
	width: 60px;
	height: 20px;
	margin: 5px 0 0 175px;
	padding: 0;
	border: 0;
	background: url('../i/button.gif') no-repeat left top;
	font: bold 9px Tahoma;
	color: #fff;
}
#contactForm h2 {
	margin: 5px 0 2px 4px;
	font: normal 12px Arial;
	color: #333;
	clear: both;
}