body	{
	color: #666;
	background: #000;
	margin: 0;
	padding: 20px 0 0 0;
	}
	
.hide	{
	text-indent: -9999px;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	font-weight : bold; 
	text-decoration : none;
	color: #888;
	background: transparent; 
	}

a:visited {
	font-weight : bold; 
	text-decoration : none;
	color: #999; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #f60;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #f90;
	background: transparent;  
	}
	
p, td, li, ul, ol, h4, h5, h6	{
		font-family: "Lucida Grande", Tahoma, Georgia, "New Century Schoolbook", Times, serif;
		font-size: .97em;
		}
			
					
h1	{
	font-family: Impact, Tahoma, Georgia, "New Century Schoolbook", Times, serif;
	font-size: 1.20em;
	font-weight: normal;
	line-height: .70;
	}

h2	{
	font-family: Impact, Tahoma, Georgia, "New Century Schoolbook", Times, serif;
	font-size: .9em;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}
	
h3	{
	font-family: Impact, Tahoma, Georgia, "New Century Schoolbook", Times, serif;
	font-style: italic;
	font-size: .96em;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
	}		
		
html p	{
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	font-size:  0.80em;
	line-height: 1.5;
	}

#footer p	{
	font-size: 11px;
	margin-top: 50px;
	background: transparent;
	text-align: left;
	}	
	
#footer a:link, #nav td a:visited {
	color: #8e5b35;
	} 	
	
	
/* Basic page divisions */

#primarycontent	{
	padding-left: 25px;
	padding-top: 25px;
	}
	
#content {
	background: transparent;
	}
		
#maintext	{
	width: 65%;
	height: 100%;
	background: transparent url(images/grid.jpg) repeat-y;
	margin: 0;
	padding: 50px 110px 25px 50px;
	float: right;
	}
	
.discogimg { 
	border: 1px solid #fff;  
	}			
	
/* Sidebar display attributes */

#sidebar img	{
	margin: 60px 0 15px 0;
	float: left;
	}
	
		
/* Navigation bar components */


table#nav	{
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	}

table#nav td	{
	font: 12px impact, tahoma, verdana, arial, sans-serif;
	text-align: center;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	}

table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
	
#nav td a:link, #nav td a:visited {
	background: transparent;
	display: block;
	margin: 0;
	width: 100%;
	line-height: 25px;
	color: #8e5b35;
	} 

#nav td a:hover {
	color: #f60;
	background: transparent;
	} 	


/* ------------------------------- Image Enlarger-------------------------------*/
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.ienlargerleft {
	float: left;
	clear: left; 
	padding-top: 10px;   
	padding-left: 50px;
	padding-bottom: 10px;
	}

.ienlargerleft a { 
	display:block;
	text-decoration: none;
	cursor:default;
	}

.ienlargerleft a:hover {
 	position:relative;
	}

.ienlargerleft span img {
	border: 2px solid #000;
	margin-bottom: 0;
	}

.ienlargerleft a span {
	position: absolute;
	display:none;
	color: #000;
	text-decoration: none;
	text-align: center;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
	font-size: 15px;
	background-color: #888;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	white-space: nowrap;
	}

.ienlargerleft img {
	border-width: 0;
	}

.ienlargerleft a:hover span { 
	display:block;
	top: 50px;
	right: 64px;
	z-index: 100;
	}
			
.resize_thumb {
	width: 148px;
	height : 111px;
	}		
	
	
	
	
	
	
