#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;
}

#left {
	float:left;
	width:188px;
}

#real_title {
	padding-bottom:22px;
}


#right {
	float:right;
	width:529px;
	padding:26px 0px 13px 37px;
	background:url(../images/real_right_bg.gif) right bottom no-repeat;
}



