body, html {
    background: #6C5D5D url(img/sfondobody.gif) repeat-x scroll 0 0;
    color: #333333;
}

div#container {
    background: white;
    border: 2px solid white;
}

#header {
    background:#FFFFFF url(img/header-bg.jpg) repeat-x scroll 0 0;    
}
#bottom-header {
    background:transparent url(img/sfondoheader.jpg) no-repeat scroll center 0;
    height:100px;
    margin:0 0 1em;
}

div#topbar {
    background:#851616 url(img/sfondomenu.jpg) repeat-x scroll 0 0;
    padding: 10px;
}

#leftcolumn.column.menu h3, #rightcolumn.column.menu h3  {
    background:#851616 url(img/sfondomenu.jpg) repeat-x scroll 0 0;
}
.menu .menucnt {
    background:#EFEFEF none repeat scroll 0 0;
    border:1px solid #C0C0C0;
}

div.column {
    width:172px;
    margin-top: 10px;
}
div#leftcolumn {
    margin-left: 15px;
}
div#rightcolumn {
   margin-right: 15px;
}

div#breadcrumb {
   margin:15px 195px;
   border-bottom: 1px solid #C36365;
}

div.content {
   padding:0 195px;
}

.error {
    color: #BB0000;
    font-weight: bold;
    line-height: 35px;
}

.maintable {
    border: 1px solid #cccccc;
    width: 100%;
    padding-left: 5px;
}

.border {
    border: 1px solid #cccccc;
}

.manage{
    list-style-image:none;
    list-style-position:inside;
    list-style-type:none;
    margin: 15px;
}

.manage li{
	margin-top: 20px;
}

#footer {
    border-top: 4px solid #851616;
    background: white;
}
#bottomlinks ul li.leftCorner {
    background:#851616 none repeat scroll 0 0;
}

