I am trying to remove or change the orange border color around the map. However, when I try to change it with the code below which is located in style css file it also changes the orange vertical border color on the left and right sidebars. Anyone know how I may change only the orange border width and color around the map without changing the sidebar orange vertical borders?
#content {
background: none repeat scroll 0 0 #FFBB55;
Thank you very much in advance for any assistance on this.