body {
    color:#333;
    background-color:white;
    margin:20px;
    padding:0px;
    font:11px verdana, arial, helvetica, sans-serif;
    }
h1 {
    clear: both;
    margin:0px 0px 15px 0px;
    padding:0px;
    font-size:28px;
    font-weight:900;
    color:#b0b0b0;
    }
h2 {
    clear: both;
    margin:0px 0px 10px 0px;
    padding:0px;
    font-size:24px;
    font-weight:900;
    color:#b0b0b0;

    /* font:bold 14px verdana, arial, helvetica, sans-serif;
    background-color: #f4dc04;
    padding: 3px; */
    }
h3 {
    clear: both;
    background-color: #a6c6d3; /*#f3e1af;#f4dc04;*/
    padding: 3px;
    margin-top: 16px;
    }
h4 {
    clear: both;
    background-color: #e1f0ff; /*#ddf;*/
    padding: 3px;
    margin-top: 16px;
   }
hr {
    margin-bottom: 2em;
   }
.sig { text-align: right; font-style: italic }
.sig:before {content:"--" }
.title { font-style: italic }
.credit { font-weight: normal }
.footer { font-size: smaller }
.mailref { font-weight: bold }
.mailref2 { font-weight: bold }
.centered { text-align: center }
.cleared { clear: both; margin-top: 2em; }
.smalltext { font-size: 80% }
.quote { font-size: smaller }
.realentry { font-size: smaller; font-weight: bold }
.topalign { vertical-align:top }
.middlealign { vertical-align: middle }
#copyrights { text-align: center }
#valids { text-align: center }
#floats { margin: 0 0 1em 0 }
#home { width: 14%; text-align: left }
#webmaster { width: 19%; text-align: center }
#contact { width: 17%; text-align: right }
#updated { text-align: right }

img {
     border: none;
    }
.content img {
     margin-left: 5px;
     margin-right: 5px;
    }
.floatleft  { float: left; position: relative; line-height: 1.2; margin-right: 10px; }
.floatright { float: right; position: relative; line-height: 1.2; margin-left: 10px; }

p {
    font:11px/20px verdana, arial, helvetica, sans-serif;
    margin:0px 0px 16px 0px;
    padding:0px;
    }
/* .content>p {margin:0px;} */
/* .content>p+p {text-indent:30px;} */

a {
    color:#09c;
    font-size:11px;
    font-family:verdana, arial, helvetica, sans-serif;
    font-weight:600;
    text-decoration:none;
    }
a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {color:#ace;}

ol {
    margin-right:40px;
    }
li {
    margin-bottom:10px;
    line-height: 1.5;
    }

/* All the content boxes belong to the content class. */
.content {
    /* position:relative; Position is declared "relative" to gain control of stacking order (z-index). */
    width:auto;
    min-width:120px;
    margin:0px 200px 20px 170px;
    border: none; /*was 1px solid black;*/
    overflow: hidden;
    background-color:white;
    padding:10px;
    /* z-index:3; This allows the content to overlap the right menu in narrow windows in good browsers. */
    }

.content p:first-child {
        margin-top: 10px;
        }

#leftcontent {
    position:absolute;
    width:150px;
    top:251px; /* change logo top:295px;*/
    left:20px;
    border:1px dashed black;
    background-color:#eee;
    /* url("vfilm_str.gif") repeat-y center;*/
    padding:10px;
    /* z-index:2; */

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
    voice-family: "\"}\"";
    voice-family:inherit;
    width:128px;
    }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#leftcontent {width:128px;}

#leftcontent p {padding-left: 10px;}
#leftcontent h4 {margin-bottom: 0px; background-color:#eee;}

#rightcontent {
    position:absolute;
    width:180px;
    top:20px; /* change logo top:295px;*/
    right:20px;
    border:1px dashed black;
    /* background-image:url("vfilm_str.gif");
    background-repeat: repeat-y;
    background-position: top center; */
    background-color:#eee;
    padding:10px;
    /* z-index:4; */
    overflow: hidden;
    text-align: center;
/* Again, the ugly brilliant hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    width:158px;
    }
/* Again, "be nice to Opera 5". */
body>#rightcontent {width:158px;}

#banner {
        /* change logo background-image:url("aufs_logo.jpg");*/
        background-image:url("aufs_logo_2005-468x215.jpg");
        background-repeat: no-repeat;
        height:216px; /* change logo height:274px;*/
        border: none;
        voice-family: "\"}\"";
        voice-family: inherit;
        height:217px; /* change logo height:275px;*/
        overflow: hidden;
        }
html>body #banner {
        height:217px;/* change logo height:275px;*/
        }
#banner h1 {visibility: hidden; }
