#container #content {
	background: url(/img/bg/main_pills1.jpg) bottom center no-repeat;
}

#content .content_head {
	background: url(/img/bg/sub_header_full.gif) bottom no-repeat;
}

	h1 {
		background-image: url(/img/titles/h1_sitemap.gif);
	}
	
#content #main {
	width: 620px;
	padding-top: 1em;
}

#main .col_a,
#main .col_b {
	width: 48%;
	
}
#main .col_a {
	float: left;
}
#main .col_b {
	float: right;
}

#main h2 {
	font-weight: normal;
	border-top: 1px solid #e1e1e1;
	width: 80%;
	margin: 0;
	padding: 0.5em 0;
	text-indent: 10px;
	font-size: 1.3em;
}
#main h2.last {
	border-bottom: 1px solid #e1e1e1;
}
	#main h2 a {
		color: #0A57A2;
	}
	/*#main h2 a:visited {
		color: #0A57A2;
	}*/
#main ul {
	width: 80%;
	border-top: 1px solid #e1e1e1;
	margin: 0 0 1em;
	padding-top: 0.6em;
	font-size: 1em;
}
	#main ul li {
		list-style: none;
		line-height: 1.7em;
		padding-bottom: 0.6em;
		padding-left: 10px;
		margin: 0;
		font-size: 1.2em;
	}
		#main ul li a {
			color: #666;
		}
		/*#main ul li a:visited {
			color: #666;
		}*/
#main a:hover {
	text-decoration: underline;
}
