#content-area-01 {
	width:					980px;
	height:					505px;
	border-bottom:			solid 1px #8c8682;
	border-right:			solid 1px #e5e6e4;
	border-left:			solid 1px #7fb2b2;
}

#content-area-01-left {
	float:					left;
	width:					404px;
	height:					505px;
	padding:				0px 18px 0px 18px;
	background-color:		#006666;
}

/* third-level */

#third-level a, #third-level a:visited, #third-level a:active {
	float:					left;
	font-family:			"Trebuchet MS", Arial;
	font-size:				14px;
	line-height:			16px;	
	height:					20px;
	font-weight:			normal;
	color:					#ff6600;		
	text-decoration:		none;	
	display:				block;
	margin:					0px 0px 0px 0px;
	padding:				0px 8px 0px 8px;	
	background-image:		url(images/third-back-divider.gif);	
	background-repeat:		no-repeat;
	background-position:	left bottom;
}
#third-level a.selected, #third-level a.selected:visited, #third-level a.selected:active {
	color:					#ffcc66;
	background-image:		url(images/third-back-selected.gif);	
	background-repeat:		no-repeat;
	background-position:	left bottom;	
}
#third-level a:hover {	
	color:					#ffcc66;	
}
