
	/**
	* opening
	*/
	#opening {
		background: url(/img/static/layout/home/opening-bg.jpg) repeat-y;
		}

	#o-top {
		height: 10px;
		background: url(/img/static/layout/home/opening-top.gif);
		}

	#o-bottom {
		height: 10px;
		background: url(/img/static/layout/home/opening-bottom.gif);
		}



	/**
	* headings
	*/
	h3 {
		margin: 10px 0 0 25px;
		}



	/**
	* welcome
	*/
	#welcome {
		width: 391px;
		float: left;
		color: #fff;
		background: url(/img/static/layout/home/welcome-top.gif) no-repeat;
		}

	#welcome p {
		margin: 10px 25px;
		}

	#welcome a {
		color: #E3DB3E;
		font-style: italic;
		}



	/**
	* latest news
	*/
	#latest-news {
		width: 184px;
		float: left;
		color: #635549;
		background: url(/img/static/layout/home/latest-news-top.gif) no-repeat;
		}

	#latest-news ol {
		margin: 10px 10px 10px 50px;
		list-style-type: decimal-leading-zero;
		}

	#latest-news ol li a {
		display: block;
		margin: 0 0 10px;
		}



	/**
	* new releases
	*/
	#new-releases h2 {
		width: 87px;
		height: 10px;
		margin: 0 0 10px 20px;
		background: url(/img/static/headings/new-releases.gif);
		}



	/**
	* best sellers
	*/
	#best-sellers {
		background: url(/img/static/layout/best-sellers-bg.jpg);
		}

	#bs-top {
		background: url(/img/static/layout/best-sellers-top.jpg) no-repeat;
		}

	#bs-bottom {
		padding: 10px 0 20px;
		background: url(/img/static/layout/best-sellers-bottom.jpg) bottom no-repeat;
		}

	#best-sellers h2 {
		width: 74px;
		height: 10px;
		margin: 10px 0 10px 20px;
		background: url(/img/static/headings/best-sellers.gif);
		}


