
body {
    line-height:160%;
    background-color: #AAAAAA;
    font-size: 11pt;
}

.shadowBox {
    background-color:#ffffff; 
    border-color:#336699; 
    border-color:#4D5E75;
    border-width:0; 
    border-style:solid; 
    -webkit-border-radius:2; 
    -webkit-box-shadow:#444444 0px 2px 9px;
    -moz-box-shadow:0px 2px 9px 0px #444444;
    box-shadow:0px 2px 9px 0px #444444;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:5px;
}

.pageWidth {
    width:700px;
    margin-left:auto;
    margin-right:auto;
}

h2 {
    font-weight:normal;
}

.lotus {
    margin-bottom:5;
}

.illumination {
    float:left;
    margin-right:20;
    margin-bottom:5;
}

.donate {
    float:right;
    margin-left:20;
    margin-bottom:5;
}

.screenshot {
    -webkit-box-shadow:#444444 0px 2px 9px;
    -moz-box-shadow:0px 2px 9px 0px #444444;
    box-shadow:0px 2px 9px 0px #444444;
    margin-top:10;
    margin-bottom:10;
}

.main-content {
    width:600px;
    margin-left:auto;
    margin-right:auto;
    padding-top:10px;
    padding-botton:10px;
}

.copyright {
}