@import "../catg.css";

body { 
  font-family: arial, 'sans serif'; 
  font-size:12pt;
}

H2.talk{ font-size:18pt; }

/* paragraph font, etc */
P { text-align: justify; margin:2px;}


/* the important one, page layout stuff, each page has basically 4 parts to it,
top, nav, content and update info, so using the following should divide the page up correctly and without needing the use of table to frame the whole thing */


/* for gallery, three parts are needed, 
   head, talk, img all contained in container
*/

/* free talk */
#talk{ 
  padding: 5px;
  margin: 0px;
  width: 680px;
  \width: 700px;
  w\idth: 670px;
  background-color: #eeeeee
}

/* img, comment pair */
#image-bar{
  clear: both;
  position: relative;
  width: 680px;
  \width: 700px;
  w\idth: 670px;
  border: 1px solid #eee;
  border-collapse: collapse;
}

#img-hold {
  clear: left;
  float: left;
  padding: 5px;
  margin: 0px;

  width: 200px;
  \width: 220px;
  w\idth: 200px;

}

/*
   well, I doubt that I will ever reuse this css style sheet anyway...
*/
#cmt{
  float: right;
  width: 440px;
  margin: 5px;
  padding: 0px;
  border:5px solid #eee;
}
