h1 {
	font-size:12px;
	font-weight:bold;
	color:#00a3d8;
	margin-bottom:20px;
}

#cat_list {
	margin:0px;
	padding:0px;
	width:184px;
	list-style:none;
}

#cat_list li a:link, #cat_list li a:active, #cat_list li a:visited {
	display:block;
	width:163px;
	height:21px;
	padding:10px 0px 0px 21px;
	color:#202020;
	background:url(../images/real_cat_bg.gif) no-repeat;
}

#cat_list li a:hover, #cat_list li a.selected {
	display:block;
	width:163px;
	height:21px;
	padding:10px 0px 0px 21px;
	background:url(../images/real_cat_bg.gif) 184px;
	color:#0091d9;
}

#cat_title {
	padding:16px 0px 9px 9px;
}

#content {
	clear:both;
	background:url(../images/content_bg.gif) repeat-y;
}

#left {
	float:left;
	width:188px;
}

#expert_title {
	width:302px;
	height:52px;
	padding:3px 0px 0px 63px;
	margin-bottom:15px;
}

#expert_title h1 {
	margin:2px 0px 0px 3px;
	padding:0px;
}

#expert_text {
	width:255px;
	padding-bottom:29px;
	float:left;
}

#expert_text h2 {
	font-size:12px;
	font-weight:bold;
	color:#00a3d8;
	margin:0px;
	padding:0px;
}

#expert_flash {
	visibility:hidden;
	display:none;
	float:right;
	margin:-327px 0px 0px 0px;
}

#right {
	float:right;
	width:529px;
	padding:26px 0px 0px 37px;
	/*background:url(../images/real_right_bg.gif) right bottom no-repeat;*/
	background:url(../images/expert_back.jpg) right bottom no-repeat;
}



