/* Default style sheet for qwkzit modified for woodhouse-eaves.co.uk diary etc.*/
/* The divs - print section   ***but currently just copy of screen****    */

body {
 background-image: url(../pics/wecoukcanvas30pc.jpg);
  background-repeat: repeat
}

/* #container holds #header, #content & #disclaim */
#container {
 border: solid 0px black;
 width: auto;   ;
 margin: 10px;
 margin-left: auto;
 margin-right: auto;
}

/* #header holds #logo and #title */
#header {
 border: dashed 0px red;
}

#logo {
 border: dashed 0px black;
 float: left;
 width: auto;
 margin: 10px 10px;
}

#title {
 border: dashed 0px black;
 padding: 5px;
 margin: 10px;
}

/* #content holds #leftcol & #main */
#content {
 border: dashed 0px lightgreen;
 clear: both;
 max-width: 750px;
}

#leftcol {
 border: solid 0px yellow;
 float: left;
 width: 50px;
 margin: 5px;
 margin-top: 10px;
}

#main {
 border: solid 0px yellow;
 margin: 10px;
 margin-left: 75px;
}

#footer {
 border: dashed 0px lightgreen;
 padding: 3px 15px;
 clear: both;
}
