/* ---------------------- Madame Lazong Stylesheet ----------------------- */

/* -- Main Structure --*/
html, body {
		height:100%;
		}
body { 	
		margin:0; padding:0; color:#fff;
		font:16px "Georgia", Arial, Helvetica, sans-serif;
		background:#690337 url(../images/bg.jpg);
		}
#content-wrap {
		margin:0 auto; padding:0 8px 10px 8px; width:900px;
		background:url(../images/wrap-bg.gif) repeat-y;
		}

#logo {
		width:900px; background:url(../images/logo.gif) no-repeat;
		height:40px; margin:0; padding:0;
		}
		
/* -- Flash Header -- */
#flash-header {
		width:900px; height:275px;
		position:relative;
		}
		#flash-img {
			width:920px; height:275px; 
			z-index:99; position:absolute;
			margin:0 0 0 -10px;	padding:0;
			background:url(../images/flash.gif) no-repeat;
			}

/* -- Left Column -- */
#content {
		background:url(../images/content-bg.jpg) no-repeat;
		float:left; width:633px; margin:0; padding:71px 0 0 0;
		background-position:top right;
		}
		#gourmet-greetings {
			width:617px; padding:0; margin:0 0 0 16px;
			background:url(../images/bg-gourmet.jpg);
			height:148px;
			}
			#gourmet-greetings p {
				padding:0; margin:0 47px 0 44px;
				font-weight:bold;
				}
		#gg-bottom {
			width:617px; padding:0; margin:0 0 0 16px;
			background:url(../images/gg-bottom.jpg) no-repeat;
			height:68px;
			}
		#soft-cover {
			width:325px; height:266px; float:left;
			position:relative; left:-15px;
			}
			#soft-img {
				position:absolute; top:0; left:18px;
				z-index:4px;
				}
		#center-ad {
			width:308px; height:252px; float:left;
			padding:14px 0 0 0; margin:0; position:relative;
			z-index:999;
			}
/* -- Right Column -- */
#ads {
		background:url(../images/ad-bg.gif) no-repeat;
		float:left; width:266px; margin:0; 
		padding:0; position:relative;
	}

	#featured-book {
		width:266px; height:243px; margin:0; padding:0;
		}
		#featured-book {
		margin:0; padding:0;
		}
	#buy-now {
		width:220px; position:absolute;
		height:38px; top:237px; left:24px;
		}
	#adsense {
		width:250px; height:250px; padding:0;
		margin:0; position:absolute; top:300px;
		left:2px;
		}

/* -- Copyright Content -- */
#copyright {
	width:900px; height:65px;
	margin:0; padding:0;
	position:relative;
	}
	#copyright-bg {
		position:absolute; top:0; left:-10px;
		margin:0; padding:0; z-index:2;
		}
	#copyright p {
		position:absolute; margin:0 auto; padding:0;
		text-align:center; z-index:3; color:#616205;
		font-weight:bold; font-size:10px; top:18px;
		}

/* -- Classes -- */
.clear { 
		clear:both;
		}