	BODY	              { 
				background-color: #000000;
				background-image: url(images/crownbg.jpg);
                           	color: #ffffff;  
                           	font-family: "trebuchet ms", "helvetica", "tahoma", "arial", "sans-serif";
			        font-size: 12pt;
				height:100%;
				text-align:center;
			      }
    
	IMG                 { border-width: 0pt; }

	A:link              { color: #CCCC66; text-decoration: none; }      
	A:visited           { color: #CCCC66; text-decoration: none; }
	A:hover	            { color: #CCCC66; text-decoration: underline; }
	A:img               { border-width:0; }

	b.update { color: #FFFF00; }

  #wrapper {
    display:table;
    width:800px;
    margin: 0 auto; 
    text-align:center; 
    /* height:400px; */
    }
  #header {
    width:100%;
    height:300px;
    background-image: url(images/505header.png);
    background-color: transparent;
    }
  #toc {
    width:100%;
    height:75px; 
    /* best color ever: background-color: #34567C; */
    position: relative;
    top: 225px;
    left: 30px;
    text-align:left;
    }
  #content {
    width:800px;
    height:100%;
    float:left;
    margin:0;
    background-color:#000000;
    }
  #FilmBGL {
    width:30px;
    height:100%;
    float:left;
    background-image: url(images/FilmBGL.jpg);
    background-repeat: repeat-y;
    padding-right:0px;
    }
  #FilmBGR {
    height:100%;
    width:30px;
    float:right;
    background-image: url(images/FilmBGR.jpg);
    background-repeat: repeat-y;
    }
  #main {
    width:660px;
    height:100%;
    margin: 0 auto;
    }
  #swatch {
    width:50px;
    height:50px;
    background-color:#34567c;
    }
