/* 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;
	clear:both;
}

#content {
	float:left;

	width:595px;

	margin:0;
	padding:0;

	padding-top:15px;
	margin-left:20px;
	-margin-left:10px;
	padding-right:20px;
}

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

#content h2 {
	border-bottom:1px solid #DBE1EB;
}

#content h2 a {
	text-decoration:none;
}

#content .half_1 {
	margin-right:10px;
}

#content .half_1,
#content .half_2 {
	float:left;
	width:290px;
}

#content .section {
	background:#F6F9FE;
	border-top:1px solid #DBE1EB;
	border-bottom:1px solid #DBE1EB;
	margin-bottom:10px;
	padding:10px;
}

#content ul li {
	clear:both;
	font-weight:bold;
}

#content ul li a {
	display:inline;
	text-decoration:none;
}

#content ul li a:hover {
	display:inline;
	text-decoration:underline;
}

#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:20px;
	border:0;
	font-weight:normal;
}

/* NARROW LAYOUT MODE */

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

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

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

html.narrow #content .half_1,
html.narrow #content .half_2 {
	float:none;
	width:499px;
}
