/*************************************************

SITENAME				 
BY 76design			

***************************************************/


/* -----------------------------------------------*/
/* -- GLOBAL */ 

*{ margin: 0; padding: 0; }
a img{ border: none; }
a {
	text-decoration: none; }


HTML{
    background: #fff url(../images/tile.jpg) 50% 0 repeat;
    text-align: center;
}

BODY{
	font: 68.5% 'helvetica neue', helvetica, arial, sans-serif;
    background: url(../images/bg.jpg) 50% 0 no-repeat;
}





/* -----------------------------------------------*/
/* -- CONTENT  */ 
#book{
	height: 700px; 
	}


#centrecolumn{ 
	margin:0 auto;
	text-align: left;
}
 
h2{
	margin: 1em 0;
	color: #111;
	font-size: 180%; }

/***************************************************
    WRAPPER
     */
#wrapper-main{
   background: url(../images/topbar.png) 0 0 repeat-x;

    }
#wrapper {
    width:1060px;
    margin: 0px auto;
    text-align:left;
    position: relative;
    padding-bottom: 20px;
    }


	/***************************************************
    UMBRELLA
    */

#umbrella{
    position: relative;
    height: 72px;
    color: #484949;
    text-transform: uppercase;
    text-align: right;
    padding-right: 125px;
    }

#umbrella strong{ /* tf member site */
    display: block;
    line-height: 22px;
    }
	
/***************************************************
    UMBRELLA
     */

#bookmark-76,
#bookmark-tf{
    text-align: left;
    text-indent: -900em;
    overflow: hidden;
    display: block;
    position: absolute;
    top: 0;
    width: 56px;
    height: 71px;
    }
    
#bookmark-tf{
    right: 56px;
    background: url(../images/bookmark.png) 0 0 no-repeat;
    }
#bookmark-76{
    right: 0;
    background: url(../images/bookmark.png) -56px 0 no-repeat;
    }


