 html, body {
    height : 100%;
}
body {
   font : 11px Verdana, sans-serif;
}
h1 {
    font-size : 160%;
}
h2 {
    font-size : 140%;
}
p {
    margin : 2em 0;
    line-height : 1.5em;
}
p.ArticleText {
    font-size : 12px;
}
a {
    color : #07a;
    background-color:white;
    font-size : 11px;
    text-decoration : none;
    font-weight : 600;
    font-family : verdana, arial, helvetica, sans-serif;
}
a:link {
    color : #07a;
    background-color:white;
}
a:visited {
    color : #07a;
    background-color:white;
}
a:hover {    
    text-decoration : underline;
}
#css-page {
    margin : 0 auto;  
    position : relative;
    min-height : 100%;
    height : auto !important;   
}
#head {
    margin : 10px 0;
    padding : 5px 0 0 20px;    
    border-style : solid;
    border-color : #F0F000;
    border-width : 1px 0;
    line-height : 15px;
}
#css-content {
    margin : 0;
}
#css-content:after {
    clear : both;
    display : block;
    content : ".";
    height : 0;
    visibility : hidden;
}
#content-pri {
    width : 80%;
    float : right;
}
#content-sec {
    padding : 10px;
    width : 15%;
    float : left;
    border : 1px dashed #999;
}
#content-sec ul, #content-sec ul li {
    list-style : none;
}
#css-foot {
    width : 100%;
    position : absolute;
    bottom : 0 !important;
    left : 0;   
}
#foot {
    margin : 40px 0 10px;
    padding : 5px 0 0 20px;
    height : 0px;
    border-style : solid;
    text-align:center;
    border-color : #F0F000;
    border-width : 1px 0;
    line-height : 1px;
}
            
            