


a {outline:none}  /* Turn off all browser link outlines */

body {
	background-image: url(../images/_tilingFenceBrick.jpg);
	font: medium Georgia, "Times New Roman", Times, serif;
}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.menu li {
	padding: 0;
	margin: 0;
	width: 151px;
	height: 36px;
	list-style: none;
	background-repeat: no-repeat;
	}
.menu li a, .menu li a:active, .menu li a:visited {
	display:block;
	width: 151px;
	height: 36px;
	background-repeat: no-repeat;
	text-indent: -1000px;
	}

a.home:link, a.home:visited, a.home:active {
	background: url("../images/navSide_Home.gif") 0 -36px ;
	background-repeat: no-repeat;
	}
a.home:hover {
	background: url("../images/navSide_Home.gif") 0 0;
	background-repeat: no-repeat;
	}
	
a.listen:link, a.listen:visited, a.listen:active {background: url("../images/navSide_Listen.gif") 0 -36px;}
a.listen:hover {background: url("../images/navSide_Listen.gif") 0 0;}
	
a.buy:link, a.buy:visited, a.buy:active {background: url("../images/navSide_Buy.gif") 0 -36px;}
a.buy:hover {background: url("../images/navSide_Buy.gif") 0 0;}
	
a.shows:link, a.shows:visited, a.shows:active {background: url("../images/navSide_Shows.gif") 0 -36px;}
a.shows:hover {background: url("../images/navSide_Shows.gif") 0 0;}
	
a.press:link, a.press:visited, a.press:active {background: url("../images/navSide_Press.gif") 0 -36px;}
a.press:hover {background: url("../images/navSide_Press.gif") 0 0;}
	
a.photo:link, a.photo:visited, a.photo:active {background: url("../images/navSide_Photo.gif") 0 -36px;}
a.photo:hover {background: url("../images/navSide_Photo.gif") 0 0;}
	
a.contact:link, a.contact:visited, a.contact:active {background: url("../images/navSide_Contact.gif") 0 -36px;}
a.contact:hover {background: url("../images/navSide_Contact.gif") 0 0;}
	
a.mailing:link, a.mailing:visited, a.mailing:active {background: url("../images/navSide_Mailing.gif") 0 -36px;}
a.mailing:hover {background: url("../images/navSide_Mailing.gif") 0 0;}
	
a.about, a.about:link, a.about:visited, a.about:active {background: url("../images/navSide_About.gif") 0 -36px;}
a.about:hover {background: url("../images/navSide_About.gif") 0 0;}

#container {
width: 770px; /* width of block according to your background image */
}

.bottom, .top, .content { /* suppression of all margins and paddings */
margin: 0;
padding: 0;
}

.bottom { /* by default background on the entire block */
background: url(../images/tilingBottom.jpg) bottom left no-repeat;
padding-bottom: 30px; /* so that text will not appear on the bottom rounded edge */
}

.top { /* bloc title definition */
height: 20px;
background: url(../images/tilingTop.jpg) top left no-repeat;
}

.content {
padding: 8px 45px 40px 40px; /* internal block spaces administration */
background: url(../images/fullPageBorderTiling.png) top left repeat-y; /* internal background */
}
.highlight {
	background: #FFFF33;
}
