#content {
	clear: both;
	padding-top: 1em;
}

#rightPicture {
	float: right;
	margin-left: 10px;
}

/* Answer */
#faqAnswer {
	float: right;
	width: 284px;
	text-align: justify;
	background-color: #8b6929;
}

#faqAnswer .top span {
    width: 7px;
    height: 7px;
}

#faqAnswer .bottom span {
	width: 9px;
	height: 8px;
}


#faqAnswer .top .left {
    background-image: url("/images/maroon_corner_tl.gif");
}

#faqAnswer .bottom .left {
    background-image: url("/images/brown_corner_bl.gif");
}

#faqAnswer .top .right {
    background-image: url("/images/maroon_corner_tr.gif");
}

#faqAnswer .bottom .right {
    background-image: url("/images/brown_corner_br.gif");
}

* html #faqAnswer .bottom .left, * html #faqAnswer .bottom .right {
	bottom: 818px;
}

#faqAnswer .content {
	color: #ffffff;
}

#faqAnswer .content h2 {
	display: block;
	height: 40px;
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 1em;
	background-color: #993400;
}

#selectedAnswer {
	height: 749px;
	padding: 0 10px;
}

#faqAnswer .content {
	font-size: .85em;
}

#faqAnswer .content p {
	margin: .7em 0;
}

/* FAQ listing */
#mainContent {
	width: 381px;
}

* html #mainContent .bottom .left, * html #mainContent .bottom .right {
	bottom: 811px;
}

#mainUnderline {
	z-index: 1;
	top: 46px;
	left: 53px;
	width: 300px;
	border-color: #673303;
}

* html #mainUnderline {
	top: 31px;
}

#mainContent h2 {
	position: absolute;
	top: 15px;
}

#faqMenu {
	list-style-type: none;
	width: 205px;
	margin: 35px -14px 0 0;
	padding: 0;
	float: right;
}

* html #faqMenu {
	margin-right: -8px;
	padding-top: 17px;
}

* html #faqMenu li {
	margin-top: -17px;
}

#faqMenu li a {
	display: block;
	margin: 1px 0;
	padding: 1px 10px 1px 10px;
	font-size: .85em;
	text-decoration: none;
	text-align: right;
	color: #ffffff;
	background: #999967 url("/images/green_end.gif") no-repeat left;
}

#faqMenu li a:hover {
	background: #993400 url("/images/maroon_end.gif") no-repeat left;
}

#mainContent .content {
    height: 774px;
    padding: 15px;
}

#mainContent .content h3 {
	margin: 110px 0 .3em 0;
	font-size: .85em;
	color: #993302;
}

* html #mainContent .content h3 {
	margin-top: 90px;
}

* html #mainContent .content p img {
	position: absolute;
	left: 24px;
}

#questionsList li {
	clear: left;
	padding-left: 1.9em;
	color: #663200;
}

#questionsList li .number {
	float: left;
	margin-left: -1.7em;
}

#questionsList li a {
	font-size: .85em;
	color: #663200;
}

#mainContent .content p {
	text-align: center;
}

#questionsList ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}