#content {
	margin-top: 25px;
	margin-left: 289px;
	width: 500px;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #858585;
	background-image: url(../images/backgrounds/contact.jpg);
	background-repeat: no-repeat;
	background-position: 289px 45px;
}
h2 {
	margin-bottom: 30px;
}

#menu .news a {
	background-image: url(../images/menu/news-contact.gif);
	width: 137px;
}
#menu .contact a {
	background-image: url(../images/menu/contact-contact.gif);
	width: 102px;
}
#contactForm {
	position: relative;
	left: 290px;
	top: 125px;
	width: 600px;
}
#contactForm label {
	display: block;
	font-size: 0.75em;
}
#contactForm input {
	display: block;
	border: 1px solid #7C7C7C;
	margin-bottom: 15px;
}
#contactForm .formLeft {
	float: left;
	margin-right: 20px;
}
#contactForm textarea {
	border: 1px solid #7C7C7C;
	height: 67px;
}
#contactForm .button {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 17px;
}

