body {background: url(images/bg.jpg) top center no-repeat fixed;} 

* {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
}

#options {
	width:457px;
	text-align:left;
	color:#9ac1c9;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin: 20px auto;
	margin-top: 0px;
}
#options a {text-decoration:none; color:#ffcc99}
#options a:hover {color:#033}

#acc {
	width:457px;
	list-style:none;
	color:#033;
	margin:0 auto 40px;
	font-size: 12px;
}
#acc h2 {
	font-weight:bold;
	font-size: 12px;
}
#acc h3 {
	width:443px;
	border:1px solid #9ac1c9;
	padding:6px 6px 8px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	background:url(images/header.gif);
	font-size: 12px;
}
#acc h3:hover {background:url(images/header_over.gif)}
#acc .acc-section {overflow:hidden; background:#fff}
#acc .acc-content {width:425px; padding:15px; border:1px solid #9ac1c9; border-top:none; background:#fff}
#acc a {text-decoration:none; color:#ffcc99}
#acc a:hover {color:#033}

#nested {
	width:425px;
	list-style:none;
	color:#033;
	margin-bottom:15px;
	font-size: 12px;
}
#nested h2 {font-weight:bold}
#nested h3 {width:411px; border:1px solid #9ac1c9; padding:6px 6px 8px; font-weight:bold; margin-top:5px; cursor:pointer; background:url(images/header.gif)}
#nested h3:hover {background:url(images/header_over.gif)}
#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 {background:url(images/header_over.gif)}
#nested a {text-decoration:none; color:#ffcc99}
#nested a:hover {color:#033}
b {
	font-weight: bold;
	font-size: 12px;
}

