
body{
	background: #38362e url(../images/main/body-bg.jpg) repeat top;
}
#bg{
	background: url(../images/main/bg.jpg) repeat-x;
}


#page{
	background: url(../images/main/page-bg.jpg) no-repeat center top;
}
#header{
	background: url(../images/main/header-bg.jpg) no-repeat left bottom;
}
#menu{
	/*background: url(../images/main/menu-bg.jpg) no-repeat left top;*/
}
#wrapper{
	background: url(../images/main/wrapper-bg.gif) repeat-y left;
}
#content{
	background: transparent;
}
#wrapper-bottom{
	background: url(../images/main/wrapper-bottom.gif) no-repeat bottom;
}
#menu ul li a.l0{
	background-position: top left;
	background-repeat: no-repeat;
}
#menu ul li a.l0:hover, #menu ul li a.l0.selected{
	background-position: top right;
}
#menu ul li a.l1{
	background: url(../images/main/menu-l1-bg.gif) no-repeat 30px 0;
}
#menu ul li a.l2{
	background: url(../images/main/menu-l2-arrow.gif) no-repeat 47px 10px;
}
#menu ul li a.l2:hover, #menu ul li a.l2-selected{
	background: url(../images/main/menu-l2-arrow-hover.gif) no-repeat 46px 10px;
}
#facebook{
	background: url(../images/main/menu-l1-bg.gif) no-repeat 30px 0;
}
#rb-search{
	background: url(../images/main/rb-search-bg.gif) no-repeat top left;
}

.content ul li{
	background: url(../images/main/content-li-arrow.gif) no-repeat 0 5px;
}


