#main {
	background: url(../images/gui/faq-border.png) repeat-y;
}

#bodytext {
	float: left;
	width: 321px; /* box width = 361px */
	margin-left: 143px;
	padding: 42px 20px 0 20px;
}

#bodytext h1 {
	margin-top: 0;
	padding-left: 25px;
	background: url(../images/gui/lg_purple_arrow.png) no-repeat 0 3px;
	line-height: normal;
}

#bodytext h2 {
	font-size: 1em;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
}

#section-nav {
	float: left;
	width: 123px; /* box width = 143px */
	margin-left: -760px;
	padding: 42px 3px 0 17px;
}

#section-nav h2 {
	background: url(../images/gui/hseparator.png) no-repeat bottom left;
	font-weight: normal;
}

#section-nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

#section-nav li {
	margin: 5px 0;
	height: 25px;
	background: url(../images/gui/hseparator.png) no-repeat bottom left;
}

#section-nav li.last-child {
	background: none;
}

#section-nav a:link,
#section-nav a:visited
{
	color: #606;
	text-decoration: none;
	padding-left: 15px;
}

#section-nav a:link:hover,
#section-nav a:visited:hover {
	background: url(../images/gui/sm_purple_arrow.png) no-repeat 2px 2px;
}

#section-nav a.current:link,
#section-nav a.current:visited {
	background: url(../images/gui/sm_purple_arrow.png) no-repeat 2px 2px;
}

#section-nav blockquote {
	margin: 0;
	word-spacing: -1px;
}

#faq {
	float: left;
	width: 256px; /* box width = 256px */
	margin-left: 0;
}

#faq h2 {
	color: #666;
	padding-left: 38px;
	background: url(../images/gui/arrow-gray-bg.png) no-repeat 0 4px;
	font-size: 2em;
	margin-top: 15px;
}

#faq ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 30px 0;
}

#faq li {
	margin: 5px 0;
	border-bottom: solid #727272 1px;
	padding-left: 38px;
}

#faq li.last-child {
	border: none;
}

#faq a:link,
#faq a:visited {
	text-decoration: none;
}