/* CONTENT */

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

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

#content {
	float:left;

	width:590px;

	margin:0;
	padding:0;

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

#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:#F5F9F9;
	margin-bottom:10px;
	padding:10px;
}

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

#content ul li a {
	display:inline;
}

#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:544px 0px;	
	background-image:url('../pics/body_bg.gif');
}

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

html.narrow #content {
	width:499px;
	-width:492px;
	-padding-right:12px;
}

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