/**
* @author Cristian Ciobanu
*/
table#mainTbl {
width: 800px;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
/*border: 1px solid #d5e6ed;*/
background-color: #ffffff;
}

td#menu {
width: 166px;
padding-bottom: 35px;
background-image: url('../img/ribbon_bg.jpg');background-position: top left;background-repeat: repeat-y;
}

td#content {
width: 624px;
padding: 0px 5px;
}

div.container {
width: 604px;
position: relative;
padding: 5px 10px;
margin-bottom: 5px;
}
