	html{
		width:100%;
		margin:0;
		padding:0;
		font-family:"Lucida Grande", Arial, Helvetica;
		font-size:12px;
		}
		
	body{
		background-color:#1C1003;
		width:100%;
		margin:0;
		padding:0;
		background-image:url(../images/ambient/bg_repeat.jpg);
		background-position:top left;
		background-repeat:repeat-x;		
		}
	
	/* * * * * * * * * * * * * */
	/* CORE CSS                */
	/* * * * * * * * * * * * * */
	#header{
		background-image:url(../images/ambient/header.jpg);
		background-position:top left;
		background-repeat:no-repeat;
		height:139px;
		}
	#footer{
		}
	#whole_site{
		width: 750px;
		}
	#core_content{
		margin:0 0 0 0;
		width:551px;
		float:left;
		background-color: #FFF;
		padding:0;
		}
	
	/* * * * * * * * * * * * * */
	/* USEFUL                  */
	/* * * * * * * * * * * * * */
	.cb{
		clear:both;
		}


	h1.general_header{
		margin:0;
		padding:0 20px 10px 20px;
		font-size:1.6em;
		color:#663300;
		font-weight:normal;
		}
		
		
	/* * * * * * * * * * * * * */
	/* NAVIGATION              */
	/* * * * * * * * * * * * * */
	#nav{
		font-family:Georgia, "Times New Roman", Times, serif;
		text-align:right;
		width:95px;
		float:left;
		padding:0 30px;
		margin:0;
	}
		#nav a{
			color:#F8ECBE;
			font-size:1.2em;
			text-decoration:none;
			}
			#nav a:hover{
				text-decoration:underline;
				}
		#nav ul{
			list-style-type:none;
			margin:0;
			padding:0;
			}
			#nav li{
				border-bottom:1px dotted #F8ECBE;
				padding:4px 0 4px 0;
				margin:0;
				}
				
				
				
				
	/* * * * * * * * * * * * * */
	/* Temp style for cricket book promo              */
	/* * * * * * * * * * * * * */		
	#BookSitewide{
		color:#b39d84;
		font-family:Arial;
		width:280px;
		position:absolute;
		left:750px;
		top:200px;
		}
		#BookSitewide img{
			border:0;
			}
			
	#BookSitewideCover{
		float:left;
		width:118px;
		margin:0 10px 0 0;
		}
		
		
	#BookSitewideOrder{
		float:left;
		margin:30px 0 0 0;
		}