body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: black;
}
#all {
	width: 936px;
	margin-left: auto;
	margin-right: auto;
}
#top {
	background: url(../images/top.jpg) no-repeat;
	height: 155px;
}
#background {
	background: url(../images/background.jpg) repeat-y;
}
#content {
	padding-left: 50px;
	padding-right: 50px;
}
#bottom {
	background: url(../images/bottom.jpg) no-repeat;
	height: 75px;
}
p {
	color: black;
}
.pink {
	color: #c61f46;
}
.link {
	color: #c61f46;
	text-decoration: underline;
}
#ContactForm {
	text-align: center;
}