body { 
    font-family: Arial, sans-serif; 
    line-height: 1.4;
    font-size: 13px;
    background: #cfcfcf;
    margin: 0;
    padding: 0;
    color: #112211;
}

a { 
    color: #3F4C6B; 
    text-decoration: underline;
}

a:hover { 
    text-decoration: none; 
}

#wrap { 
    width: 800px;
    margin: 0 auto;
}

#header {
    background: url(images/header.jpg) no-repeat;
    height: 80px;
}

#header h1 {
    font-family: Arial, sans-serif; 
    margin: 0;
    padding: 25px 0 0 30px;
    font-weight: 100;
    color: #FFB96F;
    font-size: 41px;
    letter-spacing: -2px;
    line-height: 27px;
}

#header titolnic {
    font-family: Arial, sans-serif; 
    margin: 0;
    padding: 0px 0 0 0px;
    font-weight: 100;
    color: #FFB96F;
    font-size: 41px;
    letter-spacing: -2px;
    line-height: 27px;
}


#header h1 a { 
    text-decoration: none;  
    border-bottom: 1px solid #232323; 
    color: #138313; 
}

#header h1 a:hover { 
    border-bottom: 0px;
    text-decoration: none; 
    color: #232323; 
}

#header h2 { 
    font-size: 21px; 
    padding: 0 0 0 30px; 
    margin: 0; 
    color: #787878; 
    font-weight: 100; 
}

#menu {
    background: url(images/menu.jpg) no-repeat;
    height: 40px;
    line-height: 40px;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding-left: 20px;
}

#menu ul li {
    display: block;
    float: left;
}

#menu ul li a {
    display: block;
    padding: 0 10px 0 10px;
    text-decoration: none;
    color: #ffffff;
    font-weight: 100;
}

#menu ul li a:hover {
    color: #ffffff;
    background: url(images/menuover.png) repeat-x;
}

#contentwrap {
    background: url(images/content.jpg) repeat-y;
    padding: 0 30px 0 10px;
}

#content {
    float: right;
    width: 540px;
    margin: 15px 0 0 0;
}

#content h2 {
    margin: 0;
    color: #3F4C6B;
    line-height: 30px;
    font-weight: 100;
}

#content p { 
    padding: 0 0 10px 0; 
    color: #232323;
}

#content ul { 
    padding: 0 20px 10px 30px; 
}

#content code
{
    color: #909090;
}

#sidebar {
    float: left;
    margin: 20px 0 0 0;
    width: 200px;
    background: #efefef;
    border-bottom: 1px solid #7D7D7D;
}

#sidebar h3 {
    background: url(images/sidebar.jpg) no-repeat;
    height: 30px;
    line-height: 30px;
    font-weight: 100;
    margin: 0; padding: 0 0 0 20px; 
    color: #ffffff;
    font-size: 12px;
}

#sidebar p { 
    padding: 0 10px 10px 10px; 
    color: #232323; 
}

#sidebar ul {
    padding: 5px 0 10px 20px;
    margin: 0;
    color: #aaaaaa;
    list-style-type: none;
}

#sidebar ul li {
    background: url(images/bullet.png) no-repeat center left;
    padding: 2px 0 2px 22px;
    margin: 0;
}

#sidebar li.salem {
    background: url(images/bullet.png) no-repeat center left;
    padding: 2px 0 2px 22px;
    margin: 0;
}

#sidebar li.mri {
    background: url(mriToolbox/images/bullet.png) no-repeat center left;
    padding: 2px 0 2px 22px;
    margin: 0;
}

#sidebar li.marga {
    background: url(margaToolbox/images/bullet.png) no-repeat center left;
    padding: 2px 0 2px 22px;
    margin: 0;
}

#sidebar li.slf {
    background: url(slfToolbox/images/bullet.png) no-repeat center left;
    padding: 2px 0 2px 22px;
    margin: 0;
}

#sidebar li.sls {
    background: url(slsToolbox/images/bullet.png) no-repeat center left;
    padding: 2px 0 2px 22px;
    margin: 0;
}

#sidebar li.msseg {
    background: url(mssegToolbox/images/bullet.png) no-repeat center left;
    padding: 2px 0 2px 22px;
    margin: 0;
}

#sidebar ul li a {  
}

#footer { 
    text-align: center;
    color: #ffffff;
    background: url(images/footer.jpg) repeat-y;
    padding: 10px;
}

#footer p { 
    padding: 0; 
    margin: 0; 
}

#footer a { 
    color: #ffffff;
}

#footer a:hover { 
    text-decoration: none; 
}
