
    body {
        margin-right:auto;		margin-left:auto;
        /*margin:0;*/
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        /*width:760px;*/
        background:#fff;
        /*min-width:760px;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:90%;
        font-family: Georgia, Times New Roman, serif;
    }
	a {
    	color:#000;
    	text-decoration:none;
	}
	a:hover {
		color:#f00;
		/*background:#369;
		text-decoration:none;*/
	}
    h1 {
        margin:0px 0px 8px 0px;
        padding:0;
        font-size:14pt;
		/*font-family: Lucida Grande, Verdana, sans-serif;*/
		font-style: normal;
        font-family:Georgia, Times New Roman, serif;
        color:#757;
    }
    h2 {
        margin:0px 0px 8px 0px;
        padding:0;
        font-size:13pt;
        font-style:normal;
        font-family:Georgia, Times New Roman, serif;
        color:#757;
    }
    h1 a { color:#959; }
    h2 a { color:#959; }
    p {
        margin:0;
        padding:0;
    }
	img {
		margin:0px;
                border:0px;	
        }
	
	div {
	   border:0px solid #dde;
	}

    #group {
        width:480px;
        padding:7px;
        /*border-bottom:2px solid #dde;*/
        padding-bottom:24px;
        margin-bottom:10px;
        background:#f0f0f0 url('http://www.scrabblist.com/images/squares.gif') bottom no-repeat;
/*        background-image:url('squares.gif');
        background-repeat:no-repeat; ;
        background-attachment:fixed;
        background-position:bottom; */
    }
    
    #top {
        width:746px;
        padding:7px;
        border-bottom:2px solid #dde;
        margin-bottom:10px;
        background:#f0f0f0;
        float:left;
        text-align:center;
    }
	#frame {		width:760px;		margin-right:auto;		margin-left:auto;		margin-top:0px;		padding:0px;		text-align:left;
		background:#fff;		}

    #main {
        width:760px;
        border-width: 0px;
        float:left;
        background:#f0f0f0;
    }			#contentleft {		width:120px;		padding:7px;		float:left;		}		#contentcenter {		width:494px;		padding:0px 5px 0px 5px;
		border-width:0px 0px 0px 2px;
        float:left;		background:#fff;    }		#contentright {		width:120px;		padding:0px;		float:left;		}		#contentheader {		background:#fff		}		#contentright p { font-size:10px}

    form {
        margin:0;
        padding:0;
    }

    /* DC's stuff */
    pre {
        margin:0px;
        border:0px;
        padding:0px;
        font-size:14px;
        color:#000;
        font-family: courier new,monospace;
        line-height:150%;
    }
 
    pre a {
        color:#000;
    }
 
   ul {
      margin:0px;
      padding:0px 0px 8px 5px;
   }
   li {
       /*display:block;*/
       list-style-type:none;
       margin-left:2px;
       padding:0px;
    }
    #footer {
        font-size: 10pt;
        text-align: center;
    }
    .imagelink {
        float: right;
        border: 2px solid #dde;
        margin: 2px;
    }
    .imagelink:hover {
        border: 2px solid #959;
    }


   /* --> */
