#main_about {
	clear: both;
	background: url(../images/main_bg_about.gif) repeat-y;
	width: 762px;
}
#main_about:after {
	display: block;
	content: "";
	clear: both;
}

#selector_about {
	height: 16px;
	width: 762px;
	background: url(../images/selector_bg_about.gif) no-repeat 9px;
}

#sidemenu .about {
	background: url(../images/smenu_bg_about.gif) no-repeat 12px 0px;
	padding-top: 8px;
}
#sidemenu .about li {
	background: url(../images/arrow_about.gif) no-repeat 0px 2px;
}

#content_about {
	float: left;
	clear: none;
	margin-right: 14px;
	margin-bottom: 8px;
	margin-left: 10px;
	width: 538px;
}
#content_about:after {
	display: block;
	content: "";
	clear: both;
}
#content_about h3 {
	background: #FDEFB7;
	color: #886D04;
}
#content_about h4 {
	border-left: 6px solid #886D04;
	color: #886D04;
	border-bottom-style: none;
}
#content_about h5 {
	color: #886D04;
}

table.outline {
	margin: 16px auto;
	border-top: 1px solid #AAAAAA;
	border-left: 1px solid #AAAAAA;
	width: 90%;
}
table.outline thead {
	background: #C7E0EE;
}
table.outline td {
	padding: 4px 16px 4px 8px;
	text-align: left;
	border-right: 1px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
}
table.outline td h4 {
	margin: 0px 0px 8px;
	border-bottom-style: dashed;
}
table.outline td h5 {
	margin: 0px;
	font-weight: normal;
	color: #000000;
	font-size: 110%;
}
table.outline td p {
	margin: 4px 8px;
}
table.outline th {
	padding: 4px 8px 4px 18px;
	text-align: right;
	border-right: 2px solid #AAAAAA;
	border-bottom: 1px solid #AAAAAA;
	vertical-align: top;
	background: #FEFAEB;
	font-weight: normal;
	color: #555555;
}
