* {margin:0; padding:0}
code {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
}

#options {
	width:690px;
	text-align:right;
}
#options a {
	text-decoration:none;
	color:#666
}
#options a:hover {
	color:#666
}

#acc {
	width:100%;
	list-style:none;
	color:#666;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	float: left;
}
#acc h3 {
	width:720px;
	font-weight:bold;
	cursor:pointer;
	color: #5C0400;
	font-size: 14px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E3C69E;
	margin-top: 10px;
}
#acc h3:hover {
	background-color: #E1C49C;
	}
#acc h3 strong{
	width:720px;
	font-weight:normal;
	cursor:pointer;
	color: #5C0400;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#acc .acc-section {
	overflow:hidden;
	position: relative;
}
#acc .acc-content {
	width:100%;
}

#nested {width:425px; list-style:none; color:#033; margin-bottom:15px}
#nested h3 {width:411px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer}
#nested h3:hover {}
#nested .acc-section {overflow:hidden; background:#fff}
#nested .acc-content {width:393px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#nested .acc-selected {}