/* 
 * NEEDED ON EVERY PAGE 
 */
BODY { 
    min-width: 45em; 
    margin:0px; 
    font-family:Arial; 
    font-size:14px;
    background-color:#ededed; 
}

a { color:white; text-decoration: none; border-style:none; border-width: 0; }
a img {border: 0; }

div.main { 
    width:940px;
    margin:0px; 
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0;
    overflow: hidden;
    /* border-width: 1px;  */
    /* border-color: gray; */
    /* border-style: none solid;  */
}

div.javascript {
    color: red;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#maincolumn {
    overflow: visible;
    width:940px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 5px #222;
     -khtml-box-shadow: 0px 0px 5px #222;
       -moz-box-shadow: 0px 0px 5px #222;
         -o-box-shadow: 0px 0px 5px #222;
            box-shadow: 0px 0px 5px #222;

}
