@charset "UTF-8";


*				{
	margin: 0;
	padding: 0;
	
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url(../images/red-bk-chrome-7_01.jpg)
	repeat-x #000;
	height: 645px;	

}

#container {
	width: 960px;
	height:692px;
	margin: 9px 0 0 0;
	margin-left:auto;
	margin-right:auto;
	
	}
	
#lttext {
		width:130px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#FFF;
		line-height:1.3em;
		margin:18px 0 0 0;
	
		}
		
		.style {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	color:#844913;
	
			}
	
.cdcovers {
	width:773px;
	height:537px;
	float:right;
	margin: 20px 23px 0 0;
	background:url(../images/cd_covers.png);
	
	}
	
#splat {
	width: 128px;
	height: 68px;
	position: relative;
	overflow: hidden;
	list-style-type:none;
	
} 

#splat li { 
float:left; 
} 

#splat li a { 
display: block; 
width: 128px; 
height: 68px; 
background: url(../images/splatforsprite.jpg) no-repeat; 
text-indent: -9999px; 
overflow: hidden; 
} 

#splat li a:hover { 
background-position: 0 -68px; 
}



		/* START NAV BUTTONS */
#buttons {	

	width:824px;
	height:20px;
	overflow:hidden;
  
    position: relative;
	top: -68px;
	left:135px;
	list-style-type:none;
	
}	
	

#buttons li {
	float:left;
	}
	
	
#buttons li a {
	display:block;
	width: 824px;
	height: 20px;
	background:url(../images/nav_bar_ta_cat.jpg) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	font-size: 1px;
	}
	
	li#home  a {
		
		left:0;
		width: 52px;
		background-position: 0 0;
		}
		
	li#ill  a {
		left:52px;
		width: 80px;
		background-position: -52px 0;
			}
			
	li#book  a {
		left:132px;
		width: 78px;
		background-position: -132px 0;
				}
	
	li#lucky  a {
		left:210px;
		width: 68px;
		background-position: -210px 0;
				}
   li#cd   a {
		left:278px;
		width: 66px;
		background-position: -278px 0;
				}
				
	li#retouch  a {
		left:344px;
		width: 76px;
		background-position: -344px 0;
				}	
	li#artwork  a {
		left:420px;
		width: 62px;
		background-position: -420px 0;
				}
				
	li#artshow  a {
		left:482px;
		width: 70px;
		background-position: -482px 0;
				}	
				
	li#church  a {
		left:552px;
		width: 58px;
		background-position: -552px 0;
				}	
				
	li#contact  a {
		left:610px;
		width: 67px;
		background-position: -610px 0;
				}
	li#catill a {
		left:677px;
		width:80px;
		background-position: -677px 0;
					}
	li#catcontact a {
		left:757px;
		width:67px;
		background-position: -757px 0;				}
				
		
	<!--start hover-->			
	
	li#home  a:hover {
		background-position: 0 -20px;
		}
		
	li#ill  a:hover {
		background-position: -52px -20px;
			}
			
	li#book  a:hover {
		background-position: -132px -20px;
				}
	
	li#lucky  a:hover {
		background-position: -210px -20px;
				}
    li#cd  a:hover {
		background-position: -278px -20px;
				}
				
	li#retouch a:hover {
		background-position: -344px -20px;
				}	
	li#artwork  a:hover {
		background-position: -420px -20px;
				}
				
	li#artshow  a:hover {
		background-position: -482px -20px;
				}	
				
	li#church  a:hover {
		background-position: -552px -20px;
				}	
				
	li#contact  a:hover {
		background-position: -610px -20px;
				}
				
	li#catill a:hover {
		background-position:-677px -20px;
		
		
		}
		
	li#catcontact a:hover {
		background-position:-757px -20px;
		
		}
	<!--end hover-->
		
	
/* END NAV BUTTONS */