@charset "utf-8";
#main  #picture  {
	float: left;
	width: 200px;
	margin: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
	border-right-style: double;
	border-bottom-style: double;
	border-left-style: double;
}
#main #picture #txtpicture {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: double;
}
#main #feedbackContact {
	padding-right: 30px;
	padding-left: 30px;
}
#main #feedbackContact p {
	text-align: center;
}

