body {
  padding: 12px;
  background-color: #555;
  margin: 5px 0 5px 50%;
  color: #000;
}

div#contain {
  position:  relative;
  width:  820px;
  background-color: #fff;
  margin: 0 0 0 -440px;
  border-left:  2px solid #000;
  border-right:  2px solid #000;
  border-top:  2px solid #444;
  border-bottom:  2px solid #444;
  padding:  20px;
}

div#content { /* LEFT CONTENT */
  float:  left;
  width:  540px;
  color:  #fff;
  background-color: #224;
  border:  4px solid #555;
  margin-top: 5px;
  margin-left:  10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div#whitecontent { /* LEFT CONTENT */
  float:  left;
  width:  540px;
  color:  #000;
  background-color: #fff;
  border:  1px solid #555;
  margin-top: 5px;
  margin-left:  10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

div#supp { /* RIGHT BAR */
  float:  right;
  display:  block;
  width:  180px;
  background: #bbbbcc;
  border: 1px solid #555;
  padding-top:  5px;
  padding-left:  15px;
  padding-right:  15px;
  padding-bottom:  5px;
  margin-top:  15px;
}

div#whitesupp { /* RIGHT BAR */
  float:  right;
  display:  block;
  width:  180px;
  background: white;
  padding-top:  5px;
  padding-left:  15px;
  padding-right:  15px;
  padding-bottom:  5px;
  margin-top:  15px;
}

div#foot  {
  width:  700px;
  display: block;
  background: #fff;
  margin-bottom:  20px;
  margin-left: auto;
  margin-right: auto;
  font:  19px Georgia, sans-serif;
}

.cssbtn {
  display:inline; 
  font-size: 11px;
  font-family: Georgia, sans-serif;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  background: #fff;
  color:#000;
  border-top: 1px solid #909090;
  border-left: 1px solid #909090;
  border-right: 1px solid #909090;
  vertical-align: bottom;
  white-space: nowrap;
  padding-top:  5px;
  padding-bottom:  5px;
  padding-left:  12px;
  padding-right:  12px;
}

.cssbtn[class] {
  width: auto;
  min-width: 50px;
}

.cssbtn:hover { 
  padding-top:  10px;
  padding-bottom:  10px;
  background: #aabbaa; 
  color: black; 
  border-top: 1px solid #004;
  border-left: 1px solid #004;
  border-right: 1px solid #004;
  border-bottom: 1px solid #004;
}

.cssbtn a:link {
  font: 12px Georgia, Geneva, sans-serif;
  text-decoration: none;
}

.cssbtn a:visited {
  font: 12px Georgia, Geneva, sans-serif;
  text-decoration: none;
}

.cssbtn a:active {
  font: 12px Georgia, Geneva, sans-serif;
  text-decoration: none;
}

.btnbio:hover { background-image: url(/images/bio-g-bg.gif); background-repeat:  no-repeat; }
.btnrev:hover { background-image: url(/images/rev-g-bg.gif); background-repeat:  no-repeat; }
.btnsou:hover { background-image: url(/images/sou-g-bg.gif); background-repeat:  no-repeat; }
.btncal:hover { background-image: url(/images/per-g-bg.gif); background-repeat:  no-repeat; }
.btncon:hover { background-image: url(/images/con-g-bg.gif); background-repeat:  no-repeat; }
.btnspc:hover { background-image: url(/images/spc-g-bg.gif); background-repeat:  no-repeat; }


td.threegigs {
  background-color:  #FFF;
  border-bottom:  1px solid #000;
}

table.threegigs {
  border-top:  1px solid #000;
  border-left:  1px solid #000;
  border-right:  1px solid #000;
}

table#mspace {
  border:  3px solid white;
}

img.photo {
  border:  1px solid #000;
}

/* TEXT FORMATTING */

p {
  font: 12px/18px Georgia, Geneva, sans-serif;
}

#content p {
  font: 13px/20px Georgia, Geneva, sans-serif;
}

p.italic {
  font-style: italic;
  }

p#blogentry {
  background:  white;
  color:  black;
  padding:  10px;
  border:  2px solid #aabbaa;
  font:  11px/18px Georgia, Geneva, sans-serif;
}

h1  {
  font: 13px/14px Georgia, Geneva, sans-serif;
  display: inline;
  margin-left:  -10px;
  border-bottom: 1px dashed #c0c0c0;
  font-weight: bold;
}

h2	{
  font: 11px/18px Georgia, Geneva, sans-serif;
  text-decoration: underline;
  font-weight: bold;
  }

h3 {
  font: 16px/18px Georgia, serif;
  display: block;
  font-weight: bold;
  border-bottom: 1px solid #000;
  }

h4 {
  font: 12px/18px Georgia, serif;
  display: block;
  font-weight: bold;
  }

li {
  padding:  6px;
  font-size:  15px;
}

#supp a, #supp a:active, #supp a:visited {
  font-family: Georgia, Geneva, sans-serif;
  padding:  4px;
  text-decoration: none;
  color: black;
  border:  1px solid #bbbbcc;
}

#supp a:hover {  
  font-family: Georgia, Geneva, sans-serif;
  color: black;
  background-color:  white;
  text-decoration:  none;
  border:  1px solid #000;
}

a.plain {
  padding:  0px;
  text-decoration:  none;
  border:  0px;
  color:  white;
}

