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 {
	background:url(../images/real_cat_bg.gif) bottom no-repeat #FFFFFF;
}

#cat_list li a:link, #cat_list li a:active, #cat_list li a:visited {
	display:block;
	width:163px;
	padding:10px 0px 10px 21px;
	color:#202020;
	background:url(../images/real_cat_arrow.gif) no-repeat 9px 14px;
}

#cat_list li a:hover, #cat_list li a.selected {
	display:block;
	width:163px;
	padding:10px 0px 10px 21px;
	color:#0091d9;
	background:url(../images/real_cat_arrow_over.gif) no-repeat 9px 14px;
}

#cat_title {
	padding:16px 0px 9px 9px;
}

#content {
	clear:both;
	background:url(../images/content_bg.gif) repeat-y;
}

#content_expert_bg {
	background:url(../images/expert_back.jpg) right bottom no-repeat;
}

#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 {
	float:left;
	width:255px;
	padding-bottom:29px;
}

#expert_text h2 {
	font-size:12px;
	font-weight:bold;
	color:#00a3d8;
	margin:0px;
	padding:0px;
}

#expert_btn img {
	margin-top:15px;
	margin-left:-7px;
}

/*
#expert_flash {
	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;*/
	
}

#content_bottom {
	clear:both;
}

#expert_flash {
	position:absolute;
	margin:-327px 0px 0px 431px;
}


