/**
    janovac.css
    Stylesheet for the Janovac pages.
    Written by Andy West on 19 February 2009.
    Updated by Andy West on 14 April 2009.
**/
/* page structure classes */
.head { width: 100%; float: left; }
.body { width: 100%; float: left; }
.body .col { width: 23%; padding-right: 2%; float: left; }
.foot { width: 100%; float: left; }
/* image/text classes */
.pix    { float: left; padding-right: 1em; }
.num    { text-align: right; }
.scap   { font-variant: small-caps; }
.main   { font-size: xx-large; font-family: "Andale Mono", "Courier New", "Courier", monospace }
.subt   { font-size: small; font-style: italic; }
/* images */
img#tn_pico_itx { width: 160px; height: 107px; border: 0; }
img#tn_serener  { width: 160px; height:  86px; border: 0; }
img#tn_artigo   { width: 160px; height:  79px; border: 0; }
img#tn_ood      { width: 160px; height: 143px; border: 0; }
img#tn_notyet   { width: 160px; height: 120px; border: 0; }
/* alterned tags */
.inline         { display: inline; }