#header_photo {
	background: #014292;
	width: 100%;
	height:168px;
}
#columns_wrapper {
	position:relative;
}
#right_column_wrapper {
	width: 224px;
	background: #d2beb1 url('/theme_v1/images/column_logo.png') right bottom no-repeat;
}
#paginator {
	text-align: center;
	padding: 2px 10px 2px 2px;
}
	#paginator a.sel {
		font-weight: bold;
	}

	#paginator a.nsel {
		font-weight: normal;
	}

#landing_body {
	padding: 0 10px 10px;
}

#header_nav_links {
	padding: 12px;
	padding-top:35px;
}
#header_nav_links a {
	font-weight: normal;
	font-size: 14px;
	color: #034194;
	text-decoration: none;
}
#header_nav_links a:hover {
	color: #8F6340;
	text-decoration:underline;
}

.practice_title {
	color: #074791;
	font-weight:bold;
	font-size: 14px;
}

.cell_list {
	border: 1px solid black;
	padding: 5px;
}

.cell_header {
	padding: 5px;
	background: #034194;
	color: white;
	font-weight: bold;
	border: 1px solid black;
}