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

body {
background:#D7E7F5;
}

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

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

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

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

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

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

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

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

div.content {
margin:0 190px;
}

div.content table.content_wrapper {
width:570px;
}

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