body {
	text-align: center;
 background: #bee5f8 url(/images/bg.png) repeat-x;
	margin: 20px 0 0 0;
	padding: 0;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 867px;
}

#container #header-wrap {
	width: 100%;
	height: 90px;
}

#container #header-wrap #header-left {
	width: 327px;
	height: 90px;
	float: left;
}

#container #header-wrap #header-right {
	width: 540px;
	height: 24px;
	float: left;
	text-align: right;
}

#container #content-wrap {
	width: 100%;
}
#container #content-wrap #content-left {
	width: 327px;
	height: 201px;
	float: left;
}
#container #content-wrap #content-right {
	width: 480px;
	height: 201px;
	padding: 20px 30px 0 30px;
	float: right;
	background: url(/images/xauto_sub_11.png) top left no-repeat;
}

#container #content-wrap #footer-wrap {
	width: 100%;
	text-align: center;
}

a img {
	border: 0;
}

/* FAQ */
.faq-question {
	font-weight: bold;
}

.faq-answer {
	color: black;
	border: 2px solid #CECECE;
	margin: 5px;
	padding: 5px 5px 10px 5px;
	background: #EFEFEF;
}