#mainContent{
	height:auto;									/* trumps template */
	background:#ffffff;
}

#contact{
	width:1000px;
	height:550px;
	background:url(http://www.anastasiachatzka.com/img/gradientBG.gif) repeat-x 0 0;
	float:left;
	text-align:left;
}

#contact h1{
	position:relative;
	top:32px;
	left:38px;
	font-weight:normal;

}

fieldset {
	float: left;
	clear: left;
	width: 100%;
	margin: 1.5em 0 0 0;
	padding: 0;
	border-style: none;

}

legend {
	margin-left: 1em;
	color: #000000;
	font-weight: bold;

}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;

}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;

}

fieldset.submit {
	float: none;
	width: auto;
	padding-left: 12em;
	border-style: none;

}

label {
	float: left;
	width: 10em;
	margin-right: 1em;
	text-align: right;

}


