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

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


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

/* #logo #logpad #title and #topright */

#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: left;
 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 { /* holds #leftcol & #maincol */
 /*border: dashed 2px green;*/
 margin: 15px;
 width: 100%;
 clear: both;
}
/*#leftcol {
 border: dashed 1px blue;
 background-color: red;
 margin-left: 0px;
 float: left;
 width: 10px;
 height: 100%
 margin: 0;
}
#maincol {
 border: dashed 2px red;
 float: left; 
 margin: 0;
 width: 100%
}*/

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