
#bg_left {
	background: transparent url(../images/bg_left_no.gif) no-repeat bottom left;
}
#bg_right {
	background: transparent url(../images/bg_right_no.gif) no-repeat bottom right;
}

#outer {
	background: #e6e6e6 url(../images/bg_content_top.gif) repeat-x top;
}

#bg_helper1 {
	/*margin: 0px 1px 0px 1px;*/
	background: transparent url(../images/border_content_top.gif) no-repeat left top;
}
#bg_helper2 {
	margin: 0px -1px 0px 0px;
	background: transparent url(../images/border_content_top.gif) no-repeat right top;
}
ul.sub {
	border-bottom: 1px solid #286017;
	color: #fd5a1e;
	height: 45px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
	list-style-type: none;
}
ul.sub li {
	float: left;
	margin: 0 30px 0 0;
	padding: 0;
}

ul.sub h5  {
	color: black;
	padding-top: 10px;
}

ul.sub a {
	color: #286017;
}
ul.sub a:hover{
	color: #999;
}
