#left-column {
	float:left;
	width: 150px;
}

#content_right-column a {
	color: #d60000;
	text-decoration: underline;
	font-weight: normal;
}

#content_right-column a:hover {
	color: #d60000;
	text-decoration: none;
	font-weight: normal;
}

#right-column {
	float:left;
	width: 720px;
	margin-left: 30px;
	border-top: #d60000 solid 2px;
	margin-top: 19px;
	text-align: justify;
}

#content_right-column {
	margin-top: 13px;
	margin-bottom: 35px;
}

#content_footer {
	margin-top: 30px;
}

h3 {
	color: #d60000;
}

#contacts-left {
	float: left;
	width: 360px;
}

#contacts-left input {
	width: 340px;
	height: 20px;
	padding: 3px 2px 0px 2px;
	border: 1px #E3E3E3 solid;
	margin: 0px 0px 15px 0px;
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	color: #464646;
}

#question {
	text-align: left;
}

#question label.question-txt {
	margin-right: 140px;
}

#question input.radio-btn {
	width: 15px;
	height: 15px;
	margin: 0px 10px -2px 0px;
}


#contacts-right {
	float: left;
	width: 346px;
	padding-left: 14px;
}

#contacts-right textarea {
	width: 340px;
	height: 107px;
	padding: 3px 2px 0px 2px;
	border: 1px #E3E3E3 solid;
	margin: 0px 0px 15px 0px;
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	color: #464646;
}

#btns {
	text-align: right;
}

#btns input {
	height: 24px;
	width: 60px;
	border-top: #E3E3E3 solid 1px;
	border-left: #E3E3E3 solid 1px;
	border-right: #E3E3E3 solid 1px;
	border-bottom: #d60000 solid 2px;
	background-color: #FFFFFF;
	font-family: "Century Gothic", Arial;
	font-size: 13px;
	color: #464646;
	padding: 2px 2px 3px 2px;
}


