/* OVERWRITE CONTENT STYLE */
/*#wrapper { background: none; }*/

#content {
	clear: both;
	position: relative;
	height: 450px;
	width: 800px;
	top: 310px;
	background-color: #fff;
}

#content_questions {
	height: 400px;
	overflow: auto;
}
#content_contact {
	height: 430px;
	clear: both;
	position: relative;
	color: #000000;
	top: 300px;
	padding: 0px 10px;
	overflow: auto;
	width: 810px;
	margin: 0px 120px 0px 30px;
	background-color: #ffffff;
}

#content_contact h1 {font-size: 16px;}
#content_contact fieldset {margin:3px 0px;}
#content_contact input[type="text"], #content_contact input[type="password"], #content_contact select, #content_contact textarea {
border:1px solid #999999;padding:0.1em;}

h1 { color:#066;}

#footer {
	background-image: url('../images/bg_footer.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 10px;
}

.question_answer {
	margin: 0.25em .5em;
	color: #000;
}

.question_answer .answer {
	display: none;
	padding: 0.25em 1.5em;
	margin-bottom: 1em;
}

.question a {font-size: 16px;}
