@charset "UTF-8";
body {
	background-image: url(/images/body-bg-3.jpg);
	background-color: #f1e6d0;
}
h2#question-button {
	background-image: url(/images/ask-a-question-3.png);
}
#content-wrapper h2 {
	color: #4f453d;
	background-image: url(/images/h1-content-bg-3.png);
}
#content-wrapper p, .design-credit {
	color: #170a01;
	padding-right: 500px;
}
#question-form label {
	color: #170a01;
	background-image: url(/images/label-bg-3.png);
}
#question-form input[type="submit"] {
	background-image: url(/images/submit-3.png);
}
.design-credit {
	padding: 0px;
}