/* CONTENT */

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

#body-box {
	background:url('../pics/body_bg_sub_directory.gif');
	background-repeat:repeat-y;
}

#content-box {
	position:relative;
	width:873px;
	-width:870px;
	clear:both;
}

#content {
	float:left;

	width:595px;

	margin:0;
	padding:0;
	
	padding-left:15px;
	padding-top:15px;

	padding-right:21px;
}


#content h1 {
	font-weight:normal;
	font-size:20px;
	margin-bottom:10px;
}

#content ul li {
	clear:both;

	padding-bottom:5px;
	margin-bottom:5px;
	border-bottom:1px solid #DBE1EB;
}

#content ul li a {
	display:inline;
	
	background-image:url('../pics/bullet_arrow.gif');
	background-repeat:no-repeat;
	background-position:0px 3px;
	padding-left:10px;
}

#content ul li ul {
	-margin-top:-10px;
	border:0;
}

#content ul li ul li {
	border-bottom:none;
	padding-bottom:0;
	margin-bottom:0;
	padding-left:30px;
	border:0;
}

/* NARROW LAYOUT MODE */

html.narrow #body-box {
	background-position:0px 0px;	
	background-image:url('../pics/body_bg_sub_directory_narrow.gif');
}

html.narrow #content {
	width:499px;
}

html.narrow #content-box {
	width:776px;
}

