
	#wrap {
		width:960px;
		margin:0 auto;
	}

	#header { height:193px;
						background: #fff url('images/header.jpg') no-repeat center top; 
	}

	#nav {
		float:left;
		width:960px;
		font-size:0.94em;
		line-height:1em;
	}
	#nav ul {
		margin:0;
		padding:0 0 0 38px;
		list-style:none;
	}
	#nav li {
		float:left;
		margin:0 0 0 -1px;
		padding:0 0 0 6px;
		background:url(images/nav1.gif) 0 100% no-repeat;
	}
	#nav li:hover {
		background-position:-6px 100%;
	}
	#nav a {
		float:left;
		display:block;
		color:#473215;
		font-family:"Lucida Grande","Lucida Sans Unicode",arial,sans-serif;
		background:url(images/nav2.gif) 100% 100% no-repeat;
		padding:5px 14px 12px 8px;
		text-decoration:none;
	}
	#nav li:hover a {
		background-image:url(images/nav1.gif);
	}
	/* Hide from IE5-Mac \*/
	#nav a {float:none;}
	/* End IE5-Mac hack */
	#nav a:hover {
		color:#000;
		
	}
	#home #nav #t1,
	#store #nav #t2,
	#free #nav #t3,
	#news #nav #t4,
	#sell #nav #t5,
	#artist #nav #t6 
	#about #nav #t7,
	#contact #nav #t8 
	
	{
		background-position:-12px 100%;
		padding-left:26px;
		margin:0 2px 0 1px;
	}
	#home #nav #t1 a,
	#store #nav #t2 a,
	#free #nav #t3 a,
	#news #nav #t4 a,
	#sell #nav #t5 a,
	#artist #nav #t6 a,
	#about #nav #t7 a,
	#contact #nav #t8 a {
		background-image:url(images/nav2s.gif);
		padding-left:0;
		
	}
	#nav #t1,
	#home #nav #t1 {
		margin-left:0;
	}

	#contact #nav #t8 {
		margin-right:0;
	}