/* ----- [ START OF CSS ] ----- */

body {
background:url(images/wide-left-bg.png) repeat-y left top #FFFFFF;
}

div.fc, div.btm {
background:url(images/wide-right-bg.png) repeat-y right top;
}

/* ----- FULL CONTENT (EXCEPT BOTTOM) ----- */

div.fc, div.btm {
width:auto;
min-width:940px;
padding:0;
margin-left:0;
margin-right:0;
}

/* ----- PANELS ----- */

div.left, div.right {
width:200px;
}

/* ----- SUBMENU ----- */

ul.submenu li a {
width:173px; /* need for IE6 only */
padding:5px 6px 7px 21px;
background:url(images/sm-li.png) no-repeat 8px 10px;
}

/* ----- CONTENT ----- */

div.content {
margin:0 203px;
}

div.content table.content_wrapper {
width:95%;
}

/* ----- [ END OF CSS ] ----- */
