En el ejemplo anterior no estaba del todo como tú querías. Te paso esta versión más acorde:
Te sugiero que copies todo este código y lo pegues en un nuevo archivo y que lo abras directamente a través del navegador para ver cómo queda.
Código HTML:
Ver original/*Gutter Space */
#content{
padding: auto;
margin: auto;
overflow:visible;
}
#content_container{
padding: auto;
margin: auto;
width: 960px;
overflow:visible;
}
/* Titulo modulos */
.lefti {
padding: 0px 20px 0px 20px;
color: #1d4674;
text-decoration: none;
font:normal 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
line-height: 40px;
font-weight:bold;
background: url(../images/menu_lefti.png) no-repeat;
width: 228px;
/*clear:both;*/
}
/* These styles create the Left Panel */
#left{
width:228px;
margin: 0px;
padding: 0px;
float: left;
}
#left h3{
font: normal 22px/30px "Trebuchet MS", Georgia Arial, Helvetica, sans-serif;
color:#000;
letter-spacing:-0.5px;
padding:3px 0;
margin:0px;
}
/* These styles create the Left Panel menus. */
#left ul.menu {
margin: 0;
padding: 0px 0px 40px 0px !important;
height: auto !important;
}
#left ul.menu li {
list-style: none;
float: none !important;
border-bottom: 1px solid #ccc;
}
#left ul.menu li a {
display: block;
padding: 8px 0px 8px 25px;
color: #1d4674;
text-decoration: none;
line-height: normal !important;
font-weight:normal;
background-image:url(../images/bullet1.gif);
background-repeat: no-repeat;
background-position: left center;
}
#left ul.menu li a:hover {
background-image:url(../images/bullet2.gif);
background-repeat: no-repeat;
background-position: left center;
border: none;
color: #000;
}
#gutter{
width: 20px;
height: 20px;
margin: 0px;
padding: 0px;
float: left;
}
/* These styles create the Right Panel */
#right{
width:712px;
margin: 0px;
padding: 0px;
}
#right h2, #right h2 a{
font: normal 22px/30px "Trebuchet MS", Georgia Arial, Helvetica, sans-serif;
color:#195394;
letter-spacing:-0.5px;
border-bottom: 1px solid #999999;
padding:0px 0px 4px 0px;
margin:0px 0px 0px 0px;
}
#right div.item{
width:220px;
float:left;
margin: 5px 17px 5px 0px;
border-bottom: 1px solid #999999;
}
<!--Page Content Area---------------------------------->
<div id="content_container"> <div style="float:left;">Servicios:
<div class="moduletable"> <li id="item-108"><a href="/magar/index.php/laboral" >Laboral
</a></li> <!--breadcrumbs---------------------------------->
<!--MAIN CONTENT---------------------------------->
<!--<div id="gutter"></div>-->
Saludos!