                  html {background: #bfac73;}


	body {
		text-align:center;
		}

	#frame {
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
    margin-bottom:0px;
		padding:0px;
		text-align:left;
    background:#ffffff;
    height:auto;
    overflow:hidden;
		}

	#adframe {
    position: absolute;
		width:800px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
    margin-bottom:0px;
		padding:0px;
		text-align:left;
    background:#ffffff;
    height:auto;
    overflow:hidden;
		}
		
	#contentleft {
    margin-top:0px;
		width:210px;
		padding:0px;
		float:left;
		background:#ffffff;
		text-align:left;
    display: inline;
    overflow:hidden;
		}
	
	#contentcenter {
		width:385px;
		padding:0px;
		float:left;
    background:#ffffff;
		text-align:left;
     margin-right: 6px;
     margin-top:0px;
     display: inline;
     overflow:hidden;
		}
	
	#contentright {
		width:192px;
		padding:0px;
    margin-top:0px;
		float:left;
		background:#ffffff;
		text-align:left;
    border-left: 1px solid #666699;
    display: inline;
    overflow:hidden;
		}


	#contentcombo { 
    clear:both;
		width:590px;
		margin-left:210px;
		float:left;
		background:#ffffff;
		text-align:left;
    display: inline;
    overflow:hidden;
		}


   #footer {  
	  clear:both; 
		width:590px; 
		margin-left:0px;
		background:#ffffff;
		text-align:left;
    }

                       /* I put the footer inside the center div without closing and making margin-left 0 */



        span { float: left;}

        a {     font-size: 11px;
	        font-family: Verdana, san-serif; 
		text-decoration: none;
		}

        a:hover {  
                 color: #666699;         
                 text-decoration: underline;
                 }

        a.small {font-size: 9px;}

        a.white {color: #ffffff;}



        ul,ol {margin-top: -1px;}

        h1 {font-size: 15px; line-height: 17px;}
        h2 {font-size: 13px; line-height: 15px;}
        h3 {font-size: 11px; line-height: 13px;}
        h4 {font-size: 11px; line-height: 13px; font-style: italic;}

        p,ul,ol  {
	        color: #404954; 
	        font-size: 11px; 
	        background: transparent;
	        font-family: Verdana, sans-serif;
                }

        p.small {font-size: 9px; color: #666699;}
        p.smaller {font-size: 9px;}

        p.white {color: #ffffff;}
		
	p,h1,h2,h3,h4 {
		margin: 0px 10px 10px 10px;
		}

        h1,h2,h3,h4     {
	    color: #666699; 
                      background: transparent; 
	    font-family: Verdana, san-serif; 
	    font-weight: bold;
    	    margin-bottom: 6px;
                      padding-top: 3px;}

.center {text-align: center;}

.overline {text-decoration: overline;
           color: purple;}

.purple {
	color: purple; 
	background-color: transparent;
}


.boxlite {
	background-color: #dddddd;  
	padding: 6px;
                  border: none;
}

.box {
	background-color: #CCCCFF;  
	padding: 6px;
        border: none;
}


.boxctr {
	background-color: #CCCCFF;  
	padding: 6px;
        border: none;
        text-align: center;
}


