#content {
	background: #e2e2e2 url(../images/content_bg_subnav_900.gif) repeat-y center bottom;
}

#subnav {
	float: left;
	width: 138px;
	display: inline;
	height: 100%;
	padding: 25px 0 0 0
	margin: 0;
	line-height: 16px;
	font-size: 10px;
}

html>body #subnav {
	width: 138px;
	padding: 15px 0 0 0;
}

.snHeader {
	color: #999;
	padding: 5px 3px;
	border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	width: 100%;
	display: block;	
	font-weight: bold;
	margin-top: 0px;
	background-color: #FFF;
}

#subnav a.header {
	display: block;
	color: #999;
}

#subnav a.header:hover {
	color: #ed1c24;
	background-color: #FFF;
}

#subnav a {
	display: block;
	padding: 0 0px 0 3px;
	/* border-bottom: 1px solid #EFEFEF; */
	color: #666;
	line-height: 20px;
	width: 100%;
}

#subnav a:hover {
	background-color: #EFEFEF ;
	color: #ed1c24;
	border-right: 3px solid #ed1c24;
}

.subsmall {
	font-size: 7px;
	color: red;
	vertical-align: 10%;
}

#entries {
	float: left;
	padding: 0px 0px 0px 11px;
	width: 535px;
	display: block;
}

html>body #entries {
	padding: 0px 0px 0px 15px;
	width: 537px;
}