body {
margin: 0px 0px 0px 0px;
 padding-left : 0;
 padding-right : 0;
 font-family : 'Trebuchet MS', Verdana, Arial, sans-serif;
 letter-spacing : 2pt;
 background-image : url('http://www.torontomike.com/humbleandfred/images/bg.jpg');
 background-repeat : repeat;
 background-position : top left;
 background-attachment : fixed;
      }
#header {
 margin: 0 auto; /* center on everything else */
 height : 375px;
 width : 700px;
 background-image : url(http://www.torontomike.com/humbleandfred/images/background.jpg);
 background-repeat : no-repeat;
 background-position : top left;
 background-attachment : scroll;
 border-right : 1px dashed #FF0000;
 border-top : 1px dashed #FF0000;
 border-left : 1px dashed #FF0000;
 color : #FF0000;
      }
#container {
 margin: 0 auto; /* center on everything else */
 width : 700px;
 color : #000000;
 border-left : 1px dashed #FF0000;
 border-right : 1px dashed #FF0000;
 background-color : #ffffff;
      }
a:link {
 text-decoration : none;
 color : #FF0000;
 border-bottom : 1px dotted #FF0000;
 background-color : #ffffff;
      }
a:visited {
 text-decoration : none;
 color : #FF0000;
 border-bottom : 1px dotted #FF0000;
 background-color : #ffffff;
      }
a:hover {
 text-decoration : none;
 color : #ffffff;
 border-top : 1px dotted #FF0000;
 border-bottom : 0 dotted #FF0000;
 background-color : #FF0000;
      }
a:active {
 text-decoration : none;
 color : #FF0000;
 border-bottom : 1px dotted #FF0000;
 background-color : #ffffff;
      }
#content {
 padding-left : 20px;
 border-bottom : 1px dashed #FF0000;
      }
#menu {
 text-align : center;
 border-top: 0px;
 border-bottom: 0px;
 padding-bottom: 10px;
      }
a img {
 border : none;
      }
 img.border {
 padding : 4px;
 border : 1px dotted #FF0000;
      }
.center {
text-align: center;
}
#footer {
 top : 100%;
 height : 20px;
 border-top : 1px dashed #ffffff;
 color : #ffffff;
 text-align : right;
 background : #FF0000;
 padding-right: 5px;
 font-size: 10pt;
      }
#footer a {
 color : #ffffff;
 background : #FF0000;
      }
.small {
font-size: 8pt;
}
h2 {
text-align: center;
}
.bold {
font-weight: bold;
}
p { font-size: 12pt; }
.left { text-align: left; }
.right {text-align: right; }
.width_100 {width: 100%; }
.width_33 { width: 33%; }
