#LeftColumn {
	background-color: #cacaff;
	width: 190px;
}
#topMenu {
	background-color: #cacaff;
}
#MainArea {
	height: 582px;
	width: 710px;
	float: left;
	margin-left: 0px;
	background-image: url(../Assets/Images/MainPagePhotos/designService.jpg);
	background-repeat: no-repeat;
	background-color: #cacaff;
}
#MainArea_feedback {
	float: right;
	width: 330px;
	margin-right: 20px;
	height: 450px;
}
#contactForm {
	height: 460px;
	margin-top: 30px;
}
#MainArea #MainArea_feedback #contactForm #comments {
	margin-left: 45px;
}

#contactForm p {
	margin: 5px;
}
