/* CSS Document */


/*Color specific for each section*/
div#background_content{
background-image:url(../images/background_left3.jpg);
}

ul#left_menu{
background:url(../images/left_menu_brown_bg3.jpg) repeat-x #674C30;
}

div#cwmfooter{
background:url(../images/left_menu_footer3.jpg) no-repeat;
}

ul#left_menu li{
border-bottom-color:#BB946D;
}

li.menu_closed, ul#left_menu li.more_items{
background: url(../images/left_menu_arrow3_closed.gif) no-repeat right 15px;
}
li.menu_open{
background: url(../images/left_menu_arrow3.gif) no-repeat right 15px;
}
ul#left_menu li.menu_closed li li a.selected{
background-image:url(../images/left_menu_bullet_selected3.jpg);
}

/*End color specific*/

#search_bar
{
	float:right;
}
h2{
font-size:1.2em;
margin:0;
line-height:2em;

}

