/* Default style sheet for qwkzit */
/* The divs - screen section*/

body {
 text-align: left;
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 1em;
 color: #000000;
 border: 0px;
 background-image: url(../pics/qwkzit40pap.png);
 background-repeat: repeat;
}

#container { /* holds #header, #content & #disclaim */
/* border: solid 1px black; */
 width: auto;
 margin: auto;
 max-width: 750px;
}

#logo {
 /*border: dashed 1px green;*/
 margin: 0 20px 0 0;
 float: left;
 width: auto;
}
#logpad {
 /*border: dashed 3px red;*/
 float: left;
 height: 80px;
 width: 0px;
}
#title {
 /*border: dashed 3px cyan;*/
 float: center;
 padding: 0;
 margin: 0px;
}
#topright {
 float: right;
 /*border: 0;*/
 top: 0;
 width: 50px";
}

#underlogo { /* more header stuff if wanted */
 /*border: dashed 2px blue;*/
 clear: both;
}

.content {
  display: flex;
}
.content > div {
 margin: 0.1em;
}
#leftcol {
  /*background-color:blue; */
  min-width:0.2em;
  max-width:0.2em)
}

#footer {
 /*border: dashed 1px lightgreen;*/
 margin-top: 3px;
 clear: both;
}
