h2 { 
	margin-top: 33px;
	margin-bottom: 0px;
}
#TextContent { 
	width: 472px; 
	height: 473px;
}
h3 { 
	font-size: 1.8em;
}
#TextContent p {
	margin:7px 5px 10px 19px;
}
#TextContent ul {
	margin:7px 5px 10px 36px;
}
#Contacts {
	width: auto;
	height: auto;
	background: none;
	position:relative;
	float:right;
	top:32px;
	right:55px;
}
#Contacts a { 
	text-decoration: underline; 
	font-size: 1.8em;
}
#TextContent img { 
	border: #6989ac solid 1px; 
}
textarea, input.text_input {
	border:1px inset;
	border-top-color:#999;
	border-left-color:#999;
	border-bottom-color:#fff;
	border-right-color:#fff;
	margin-bottom:10px;
	float:left;
	clear:right;
}
input.text_input {
	float:right;
	margin-right:70px;
	display:inline;
}
textarea {
	width:364px;
	height:70px;
}
input.button {
	border:1px outset;
	border-top-color:#fff;
	border-left-color:#fff;
	border-bottom-color:#999;
	border-right-color:#999;
	padding:2px 5px 4px 5px;
	background-color:#99dff7;
	float:left;
	clear:left;
}

