body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #666;
	color: #CCCCCC;
	margin-bottom: 20px;
}

#nav {
	position: fixed;
	width: 120px;
	font-weight: bold;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 10px;
	top: 20px;
	border: 1px solid #999;
	-moz-border-radius:7px; -webkit-border-radius:7px; -opera-border-radius:7px; -khtml-border-radius:7px; 																border-radius:7px;
	padding: 10px;
}
#nav img{
	padding-bottom: 20px;
}
#nav p {
		
}
#nav ul {
	padding-left: 0px;
	margin: 0px;
}
#nav ul li {
	list-style-type: none;
	margin-top: 2px;
	margin-bottom: 4px;
	background-image: url(../images/graphics/arrow02.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #888;
	color: #FFFFFF;
	text-indent: 10px;
}
#nav ul li a{
	color: #bfb582;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	background-color: #595959;	
}
#nav ul li a:hover {
	list-style-type: none;
	color: #FFF;
	background-color: #777;
	background-image: url(../images/graphics/arrow02.png);
	background-repeat: no-repeat;
	background-position: right center;
}

h1, h2 {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px;
	background-image: url(../images/graphics/bar02h57.png);
	background-repeat: repeat;
	border: 1px solid #999;
	padding: 3px;
	background-position: center;
	letter-spacing: 0.2em;
	text-indent: 10px;
}
#contleft {
	font-size: 0.8em;
	left: 170px;
	color: #CCC;
	position: absolute;
	top: 20px;
	padding: 10px;
	border: 1px solid #999;


	-moz-border-radius:7px; -webkit-border-radius:7px; -opera-border-radius:7px; -khtml-border-radius:7px; 																			border-radius:7px;
	right: 310px;
	margin-bottom: 20px;
}
#contleft a {
	color: #2DBBFF;
	text-decoration: none;
	font-weight: bold;
}
#contleft a:hover {
	color: #FFF;
}
#contright {
	font-size: 0.8em;
	color: #CCC;
	position: absolute;
	top: 20px;
	max-width:680px;
	padding: 10px;
	border: 1px solid #999;

	-moz-border-radius:7px; -webkit-border-radius:7px; -opera-border-radius:7px; -khtml-border-radius:7px; 																			border-radius:7px;
	width: 250px;
	right: 20px;
}
#contright a {
	color: #2DBBFF;
	text-decoration: none;
	font-weight: bold;
}
#contright a:hover {
	color: #FFF;
}
.item {
	border: 1px solid #999;
	padding: 4px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow: hidden;
}
#ymp-player .ymp-color-main {
  background-color:transparent !important;
}
 
.ymp-skin {
  background-image:url(http://www.kooshrecords.co.uk/images/graphics/mediaplayer-2.0.31k1.png) !important;
}
 
/* Avoid using animation (and loading additional image)
  when player is minimized */
#ymp-body #ymp-btn-max span.ymp-animarrow {
  background-position:-119px -80px !important;
}
#ymp-player .ymp-color-main,
#ymp-tray .ymp-color-tray {
  background-color:#555 !important;
}
#ymp-player .ymp-color-text-main {
  color:#ccc !important;
 }
.img-resize {
	height: auto;
	width: 100%;
}

