@charset "utf-8";
/* CSS Document */

body {
	background: #CCCCCC url(images/body_tile.gif) repeat;
	text-align: center;
	color: #CCCCCC;
}h1{
	padding: 0.5em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
}
#wrapper {
	background:url(images/music_tile.jpg) repeat;
	border: black thin solid;
	min-width: 800px;
	max-width: 1024px;
	margin: auto;
}#header {
	background: url(images/title.jpg) top left no-repeat;
	height: 130px;
	border-bottom: black solid 4px;
}#header span{
display: none;
}
#portrait {
	float:left;
	padding: 10px 15px;
	
}


#sidebar{
	background:#d7d7d7;
	float:left;
	width:200px;
	clear: left;
}#sidebar ul,#sidebar li,#sidebar img,#sidebar a{
padding:0;
margin:0;
text-decoration: none;
border: none;
font-size:0; line-height:0; /*fixes gap between images*/
}
#sidebar li{
list-style: none;
text-align:left;
}#sidebar li a{
display:block;
}
#content{
	padding: 0px 15px 35px 220px;
	margin:0px;
}
address {
	font-size: 1.2em;
	text-align: left;
	border:#CCCCCC thin dotted;
	padding:5px;
	margin-bottom: 20px;
	width: 50%;
	margin: auto;
}
address a {
	color: #FF0000;
}

#horn {
float: right;
}



#retailers {
	display: compact;


}
#retailers a {
	color: #CCCCCC;
}
#retailers li{
	margin: 5px;
	text-align:left;
	list-style: none;
	padding: 5px;
}#retailers li h1{
	font: 1em "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
	border-bottom: 2px solid #CCCCCC;
	width: 20em;
}#retailers li h2{
font: 0.9em "Times New Roman", Times, serif;
	padding: 0;
	margin: 0;
}

#menu {
	border-color:#000000;
	border-style:solid solid none;
	border-width:1px;
	margin:0px;
	float: left;
	clear: left;
	list-style: url(none) none;
	padding: 0px;
	width: 200px;
}
#menu ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0pt;
padding:0pt;
}


#menu li a {
height:24px;
text-decoration:none;
voice-family:inherit;
}
#menu li a:link, #menu li a:visited {
background:transparent url(images/menu.gif) repeat scroll 0% 0%;
color:#CCCCCC;
display:block;
padding:8px 0pt 0pt 10px;
}
#menu li a:hover {
background:transparent url(images/menu.gif) repeat scroll 0pt -32px;
color:#FFFFFF;
padding:8px 0pt 0pt 10px;
}


#footer {
	border: black solid thin;
	clear:left;
}
#footer span {
}

/*Alternate color for table rows*/
.alt {
color: #334880;
background: #ECF6FC;
}

/*Hand pointer for headings for usability*/
h1:hover {cursor: pointer; cursor: hand;}