body {
 margin: 0;
 padding: 0;
 font-family: geneva, arial, helvetica, sans-serif;
 color: black;
 width: 800px;
 border-right: 1px solid black;
 background-color: #fffaf0;
 height: 100%;
}
#header {
 background-color: #000;
 background-image: url(Banner.jpg);
 background-repeat: no-repeat;
 background-position: top;
 text-align: center;
 height: 244px;
}
#columnLeft {
 float: left;
 width: 200px;
 background-color: #d8bfd8;
 padding-left: 10px;
 height: 100%;
}
#columnRight {
 background-color: #fffaf0;
 padding-left: 220px;
}
#footer {
 clear: both;
 background-color: #000;
 color: #fff;
 text-align: center;
 padding-top: 5px;
 padding-bottom: 5px; 
} 
p.indent {
 text-indent: 20px;
 margin: 0;
} 
h4{margin: 0;}
td {margin: 10px;}

ul.none {list-style-type:none}
ul.number {list-style-type:decimal}


