
.page-contents { 
    margin-left: auto;
    margin-right: auto;
    width: 940px;

    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 5px 10px #b8b8b8;
    -moz-box-shadow: 0 5px 10px #b8b8b8;
    box-shadow: 0 5px 10px #b8b8b8;
    font-size: large;
    line-height: 150%
}

#body-container { 
    width: 900px;
}

.navbar-inner .container { 
    width:940px;
    font-size: large;
} 

ul li { 
    line-height: 150%
}

h5 { 
    margin-bottom: 0px;
}

dt, dd { 
    line-height: 150%
}

a { 
    line-height: 150%
}

.dl-horizontal dt { 
    width: 120px;
}

.dl-horizontal dd { 
    margin-left: 130px;
}

html { 
    overflow-y: scroll; 
}
