html{
	font-size:1em;
	font-family:Verdana, Ariel, sans-serif;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background:url("blue.pink.bg.png") 0 0 repeat;
}
body{
	background:url("flemand.png") bottom right no-repeat;
	background-attachment:fixed;
	margin:0;
	padding:0;
}
div.container{
	display:block;
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
div.container #header{
	height:144px;
	background:url("banner2.jpg");
	border:1px solid #00385f;
	border-top:0;
	position:relative;
}
div.container #footer{
	border:1px solid #00385f;
	height:25px;
	background:#FFF url("jplayer.blue.pink.png") 0 -428px repeat-x;
	border-top:0;
	border-bottom:0;
	font-size:.75em;
	color:#7e7e7e;
	text-align:center;
}
div.container #footer p{
	margin:0;
}
div.container #menu ul{
	display:inline;
	list-style-type:none;
	position:absolute;
	padding:0;
	margin:0;
	bottom:3px;
	right:3px;	
}
div.container #menu li{
	display:inline;
}
div.container #menu a{
	color:#043961;
	text-decoration:none;
}
div.container #menu a:hover{
	color:#ffacfa;
}


/*jPlayer*/
div.jp-audio{
	/*font-size:1em;
	font-family:Verdana, Ariel, sans-serif;*/
	color:#000;
	/*width:700px;*/
	width:inherit;
}
div.jp-interface{
	position: relative;
	background:#FFF url("jplayer.blue.pink.png") 0 -428px repeat-x;
	/*width:100%;*/
	border: 1px solid #00385f;
	border-top:none;
	border-bottom:none;
	height:115px;
}
div.jp-interface ul.jp-controls{
	list-style-type:none;
	padding:0;
	margin:0;
}
div.jp-interface ul.jp-controls li{
	display:inline;
}
div.jp-interface ul.jp-controls a{
	position:absolute;
	overflow:hidden;
	text-indent:-9999px;
}
a.jp-pause,
a.jp-play{
	width:63px;
	height:63px;
	z-index:1;
	top:30px;
	left:80px;
}
a.jp-play{
	background: url("jplayer.blue.pink.png") 0 0 no-repeat;
}
a.jp-play:hover{
	background: url("jplayer.blue.pink.png") -64px 0 no-repeat;
}
a.jp-pause{
	background: url("jplayer.blue.pink.png") 0 -64px no-repeat;
}
a.jp-pause:hover{
	background: url("jplayer.blue.pink.png") -64px -64px no-repeat;
}
a.jp-stop{
	top:52px;
	left:148px;
	height:41px;
	width:41px;
	background:url("jplayer.blue.pink.png") 0 -128px no-repeat;
	z-index:1;
}
a.jp-stop:hover{
	background:url("jplayer.blue.pink.png") -42px -128px no-repeat;
}
a.jp-previous{
	left:34px;
	top:52px;
	height:41px;
	width:41px;
	background:url("jplayer.blue.pink.png") 0 -212px no-repeat;
}
a.jp-previous:hover{
	background:url("jplayer.blue.pink.png") -42px -212px no-repeat;
}
a.jp-next{
	left:194px;
	top:52px;
	height:41px;
	width:41px;
	background:url("jplayer.blue.pink.png") 0 -170px no-repeat;
}
a.jp-next:hover{
	background:url("jplayer.blue.pink.png") -42px -170px no-repeat;
}
div.jp-progress{
	position:absolute;
	overflow:hidden;
	background-color:#d1edf9;
	top:68px;
	left:240px;
	width:221px;
	height:23px;
	border:1px solid #00385f;
}
div.jp-seek-bar{
	background:url("jplayer.blue.pink.png") 0 -349px repeat-x;
	width:0px;
	height:100%;
	cursor:pointer;
}
div.jp-play-bar{
	background:url("jplayer.blue.pink.png") 0 -325px repeat-x;
	width:0px;
	height:100%;
}
div.jp-seeking-bg{
	background: url("pbar-ani.gif");
}
a.jp-mute,
a.jp-unmute{
	width:50px;
	height:34px;
	top:61px;
	left:466px;
}
a.jp-mute{
	background:url("jplayer.blue.pink.png") 0 -254px no-repeat;
}
a.jp-mute:hover{
	background:url("jplayer.blue.pink.png") 0 -290px no-repeat;
}
a.jp-unmute{
	background:url("jplayer.blue.pink.png") -50px -290px no-repeat;
}
a.jp-unmute:hover{
	background:url("jplayer.blue.pink.png") -49px -254px no-repeat;
}
div.jp-volume-bar{
	position:absolute;
	overflow:hidden;
	background:url("jplayer.blue.pink.png") 0 -386px repeat-x; 
	width:100px;
	height:11px;
	border: 1px solid #00385f;
	cursor:pointer;
	top:78px;
	left:520px;
}
div.jp-volume-bar-value{
	background:url("jplayer.blue.pink.png") 0 -373px repeat-x;
	width:0;
	height:11px;
}
div.jp-current-time,
div.jp-duration{
	position:absolute;
	font-size:.74em;
	/*font-style:oblique;*/
	top:96px;
	left:240px;
	width:221px;
}
div.jp-duration{
	text-align:right;
}
#jp_current_track{
	position:absolute;
	top:40px;
	left:240px;
	/*overflow:hidden;
	text-overflow:ellipsis;*/
}
#jp_playlist_header{
	/*width:100%;*/
	position:relative;
	background-color:#FFF;
	border:1px solid #00385f;
	border-top:none;
}
div.jp-playlist{
	/*width:100%;*/
	background:#FFF url("ttable.png") 0 0 no-repeat;
	background-position:right top;
	border:1px solid #00385f;
	border-top:none;
}
div.jp-playlist ul{
	list-style-type:none;
	margin:0;
	padding:0 20px;
	font-size:.92em;
}
div.jp-playlist li{
	position:relative;
	padding:5px 0px 5px 20px;
	border-bottom:1px solid #ffebff;
}
div.jp-playlist li.jp-playlist-last{
	padding:5px 0px 5px 20px;
	border-bottom:none;
}
div.jp-playlist li.jp-playlist-current{
	list-style-type:square;
	list-style-position:inside;
	padding-left:8px;
}
div.jp-playlist a{
	color:#666;
	text-decoration:none;
}
div.jp-playlist a:hover{
	color:#0d88c1;
}
div.jp-playlist a.jp-playlist-current{
	color:#0d88c1;
}
div.jp-type-playlist div.jp-free-media{
	display:inline;
	/*margin-left:20px;*/
	position:absolute;
	right:100px;
}/*
div.jp-free-media{
	display:inline;
	margin-left:20px;
	position:absolute;
	right:30px;
}*/
div.jp-playlist div.jp-playcount{
	display:inline;
	right:10px;
	position:absolute;
}
#jp_playlist_header{
	background:url("jplayer.blue.pink.png") 0 -406px repeat-x;
	height:20px;
}
#jp_playlist_header #title{
	position:absolute;
	left:5px;
}
#jp_playlist_header div.jp-playcount{
	display:inline;
	right:5px;
	position:absolute;
}
