a {
	background: inherit;
	color: #5F555D;
	text-decoration: underline;
}

body {
	background: url(bck01.JPG);
	background-attachment: fixed;
	background-color: #756F73;
	color: #3D3D3D;
	font: .75em Verdana, Arial, Sans-Serif;
	line-height: 1.4em;
}

h1 {
	font: bold 1.9em Arial, Arial, Sans-Serif;
}

h2 {
	font: bold 1.2em Arial, Arial, Sans-Serif;
	margin: 0 0 5px 0;
	padding: 0;
}

h3 {
	font: bold 1.1em Arial, Sans-Serif;
	font-style: italic;
	margin: 0 0 2px 0;
	padding: 0;
}

img {
	float: left;
	padding: 0 10px 10px 0;
}

img.center {
	float: none;
}


.nowrap {
	float: none;
	padding: 0;
	}

li {
	list-style-type: none;
}

p {
	margin-bottom: 8px;
}

.artist {
	background: #FFFFFF;
	color: #8E7272;
}

.small {
	font-size: .9em;

}

.smal {
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	padding-right: 20px;
}

.sub {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	padding: 0px;
	
}

#content {
	background-color: #FFFFFF;
	border: 2px solid #6D5052;
	margin: auto;
	margin-bottom: 2px;
	width: 820px;
}

#footer {
	background-image: url(brick.jpg);
	clear: both;
	color: #E3E2CB;
	font: 0.9em Arial, Sans-Serif;
	height: 20px;
	padding: 10px;
}

#footer a {
	background: inherit;
	color: #E3E2CB;
}

#footer a:hover, a:hover {
	background: #F6F5E1;
	color: #5B3E36;
}

#header {
	background-image: url(header.jpg);
	color: #454545;
	height: 180px;
	margin-bottom: 0px;
}

#left {
	float: left;
	margin-bottom: 15px;
	margin-left: -424px;
	padding-top: 0px;
	text-align: left;
	width: 224px;
}

#left #leftend {
	background: url(leftbottom2.jpg) no-repeat bottom;
	height: 34px;
	margin-right: 7px;
}

#left .pad {
	background: url(leftbg2.jpg) repeat-y left;
	padding: 5px 30px 0 30px;
	text-align: left;
}

#left .paddy {
	background: transparent;
	padding: 5px 0px 0px 40px;
	text-align: center;
}
#left .padd {
	background: transparent;
   width: 190px;
	margin: auto;
}



#left a {
	background: url(a.gif) #F6F5E0 no-repeat left;
	color: #666666;
	padding-left: 10px;
	text-decoration: none;
}

#left a.thickbox {
	background: transparent;
}

#left a:hover {
	background: #8B7B7C;
	color: #F6F5E0;
}

#right a:hover {
	background: #F6F5E0;
	color: #8B7B7C;
}

#left a.slide {
background: transparent;
color: #000000;
font-weight: bolder;
text-decoration: underline;

}

#left a.slide:hover {
background: #765951;
color: #F7F4E1;
text-decoration: none;
} 

#left a.new {
	background: transparent;
	color: #666666;
	font-weight: bolder;
	padding: 0px;
	text-decoration: none;
}

#left a.new:hover {
	background: #005858;
	color: #C0C0C0;
}

#left a.pic, #left a.pic:hover {
	background: transparent;
	text-decoration: none;
}



#left h2 {
	background: #F6F5E0;
	color: #6D5252;
	margin-bottom: 5px;
	margin-top: 30px;
}

#main {
	float: left;
	margin: 0px -180px 15px 219px !important;
	margin: 0px -181px 15px 110px;
	text-align: justify;
	width: 390px;
}

#main .block {
	padding: 0px 10px 0px 10px;
}

#main .pad {
	padding-left: 3px;
}

#main a {
	color: #8B7B7C;
	font-size: 1em;
	font-weight: bolder;
	text-decoration: underline;
}

#main a:hover {
	background: #8B7B7C;
	color: #F6F5E0;
}


#main a.pic:hover{
	background: transparent;
	color: #FFFFFF;
}


#right {
	display: inline;
	float: right;
	margin-bottom: 15px;
	margin-top: 0px;
	width: 190px;
}

#rightsell {
	display: inline;
	float: right;
	margin-bottom: 15px;
	margin-top: 0px;
	width: 190px;
	padding: 10px;
}

#right .feat {
	background-color: #8A7A7B;
	color: #F7F4E1;
	border: 4px double #74220A;
	margin: 2px 10px 0px 0px;
	padding: 4px 0px 2px 8px;
}

#right a.slid {
background: transparent;
color: #F7F4E1;
font-weight: bolder;
text-decoration: underline;

}

#right a.slid:visited {
background: transparent;
color: #F7F4E1;
font-weight: bolder;
text-decoration: underline;

}

#right a.slid:hover {
background: #765951;
color: #F7F4E1;
text-decoration: none;
} 

a.feets:link {
color: #F7F4E1;
text-decoration: none;
}
a.feets:visited {
color: #F7F4E1;
text-decoration: none;
}
a.feets:hover {
	background: #F6F5E0;
	color: #8B7B7C;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 20px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: lightyellow;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}