h1 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #53A51C;
}

#int_header {
	height: 112px;
	background: url('../images/bg_about_header.gif') no-repeat;
	padding-top: 12px;
	padding-left: 6px;
	padding-right: 6px;
	color: #FFFFFF;
	font-size: 14px;
}

#int_main {
	width: 748px;
	min-height: 550px;
	height: auto !important;
	height: 350 px;
	padding-top: 20px;
	padding-left: 11px;
	padding-right: 11px;
}

#int_main ul {
	width: 748px;
  list-style: none;
  margin: 0;
  padding: 0;
	color: #333333;
}

#int_main li {
	float: left;
	width: 177px;
  margin: 0;
	padding-right: 10px;
}

#int_divider {
	height: 2px;
  overflow: hidden;
  border-top: 1px dotted #a4a4a4;
  border-bottom: 1px dotted #a4a4a4;
  border-left: 0px;
  border-right: 0px;
  padding: 0px 0px 0px 0px;
}

#int_sub {
	background: url('../images/bg_dotted.gif') repeat;
	padding: 11px;
	min-height: 150px;
	height: auto !important;
	height: 150px;
	padding-bottom: 21px;
}

#int_sub a {
	color: #990033;
	text-decoration: underline;
}

#int_sub a:hover {
	color: #333333;
	text-decoration: none;
}

#int_sub_ul {
	height: 95px;
}

#int_sub ul {
	width: 748px;
  list-style: none;
  margin: 0;
  padding: 0;
	color: #333333;
}

#int_sub li {
	float: left;
	width: 181px;
  margin: 0;
	padding-right: 5px;
}

