	
	* {
		margin : 0;
		padding : 0;
	}
	body {
		font : normal 11px 'Lucida Grande',Arial,Helvetica,sans-serif;
		line-height : 15px;
		color : #fff;
		text-align : center;
		background : #B96000 url('../img/bg_body.gif') repeat-x top left;
	}
	h2,h3,p {
		margin-bottom : 15px;
	}
	h2 {
		line-height : 30px;
		margin-bottom : 0;
	}
	h3 {
		font-size : 14px;
	}
	a:link,a:visited {
		text-transform : uppercase;
		text-decoration : none;
		color : #ff9;
	}
	a:hover,a:active {
		text-decoration : underline;
	}
	#header,#container,#footer {
		text-align : left;
	}
	#header {
		width : 848px;
		height : 220px;
		margin : 0 auto;
		background : url('../img/bg_header.gif') no-repeat top left;
	}
	#header h1 {
		display : none;
	}
	#container {
		position : relative;
		width : 848px;
		height : 575px;
		margin : 0 auto;
		background : url('../img/bg_container.gif') repeat-y top left;
	}
	#book {
		position : absolute;
		top : 0;
		left : 50px;
		z-index : 10;
		width : 531px;
		height : 240px;
		padding-top : 75px;
		background : url('../img/bg_book.gif') no-repeat top left;
	}
	#book h1 {
		position : absolute;
		top : -15px;
		left : 20px;
		font : normal 36px Georgia,'times new roman',serif;
		line-height : 34px;
		letter-spacing : -1px;
		width : 278px;
	}
	#book p {
		width : 258px;
		padding-left : 20px;
	}
	#book #photo_book {
		position : absolute;
		top : -30px;
		right : 20px;
	}
	#content #one {
		position : absolute;
		top : 260px;
		width : 265px;
		left : 50px;
	}
	#content #two {
		position : absolute;
		top : 260px;
		width : 265px;
		left : 325px;
	}
	#sidebar {
		position : absolute;
		top : 20px;
		left : 615px;
		width : 185px;
	}
	#footer {
		width : 758px;
		margin : 0 auto;
		padding : 13px 20px;
		background : url('../img/bg_footer.gif') repeat-x top left;
	}
	* html #footer {
		width : 798px;
	}
	#copyright {
		width : 40%;
		float : left;
	}
	#design {
		width : 40%;
		float : right;
		text-align : right;
	}
	#design a:link,#design a:visited {
		text-transform : none;
		color : #fff;
	}
	#design span {
		color : #ff9;
	}
	/*  SIFR STUFF  */
	/*  These are standard sIFR styles... do not modify.  */
	.sIFR-flash {
		visibility: visible !important;
		margin: 0;
	}
	.sIFR-replaced {
		visibility: visible !important;
	}
	span.sIFR-alternate {
		position: absolute;
		left: 0;
		top: 0;
		width: 0;
		height: 0;
		display: block;
		overflow: hidden;
	}
	/*  These "decoy" styles are used to hide the browser text before it is replaced...
		the negative-letter spacing in this case is used to make the browser text metrics
		match up with the sIFR text metrics since the sIFR text in this example is so much
		narrower... your own settings may vary... any weird sizing issues you may run into
		are usually fixed by tweaking these decoy styles  */
	.sIFR-hasFlash h2 {
		visibility: hidden;
	}
	
	.view_now {
		padding-left : 20px;
		background : url('../img/icon_view.gif') no-repeat left center;
	}
	.listen_now {
		padding-left : 20px;
		background : url('../img/icon_listen.gif') no-repeat left center;
	}
	
	#lightbox a:link,#lightbox a:visited {
		color : #000;
	}
	#radio_div {
		text-align : center;
		padding-top : 120px;
	}
	#radio_div h3 {
		color : #000;
	}
