body{
    background-color:#ededed;
}

div.main{
	width:795px;
	background-color:#fff;
	margin-top:25px; 
	margin-bottom:25px; 
	border:1px solid #ccc;
	padding:10px;
	padding-top:0px;
}

td.left{
    background-color:#ccc;
}

td.left div.menu{
    width:120px;
}

td.left .menu .item{
    background-color:#ccc;
    margin-bottom:0px;
}
td.left .menu .level_1 .item{
    background-color:#eee;
}

td.left .menu .item{
    border-bottom:1px solid #fff;
    padding:3px;
    padding-top:2px;
    padding-right:0px;
    
}
td.center{
    width:100%;
    padding-left:10px;
    padding-right:10px;
}
div.top{
    margin-bottom:10px;
}
div.bottom{
    margin-top:10px;
}

td.right div.pane{
    width:202px;
}

td.right div.pane .header{
    background-color:#CCCC99;
    background-image:url(/media/pane_header_bgt.gif);
    background-position:bottom;
    background-repeat:no-repeat;
}

td.right div.pane .header h3{
    padding:3px;
    padding-top:2px;
    padding-bottom:4px;
    margin:0px;
}

td.right div.pane .items{
    background-color:#DEDEDF;
    padding:2px;
}
div.top .imagepane .items, div.top .imagepane p, div.top .imagepane .item{
    margin:0px; padding:0px;
}
div.top .linkpane{
    text-align:left;
    margin-left:100px;
}
div.top .linkpane .item{
    padding-left:10px;
    background-image:url(/media/top_menu_arrow.gif);
    background-repeat:no-repeat;
    background-position:bottom left;
}

div.top .linkpane a{
    padding-left:6px;
    color:#fff;
    font-weight:bold;
}

