/* MAIN */
body { 
	padding: 0; margin: 0; 
	border:0 none;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px; }

a { outline: none; color: #0579c2; text-decoration: underline; }
	a:hover { text-decoration: none; }
a img { border: 0; outline: none; }

.left { float: left; }
.right { float: right; }

ul { margin-left: 20px; padding: 0; }
	ul li { list-style: circle; color: #333; margin-bottom: 3px; }
		ul li li { list-style: none; padding-left: 0px; font-size: 16px; margin-bottom: 10px; }

.marger { margin: 0 20px; }

.bord { width: 64px; height: 310px; margin-top: 15px; background: url(images/bord.gif) repeat-y left; float: right; }

.album { width: 288px; padding-top: 20px; float: left; font-size: 11px; text-align: center; }
	.album img { margin-bottom: 5px; }

.playlist { float: right; width: 480px; }
	.playlist ol { font-size: 14px; }
		.playlist ol li { line-height: 20px; }

h1 {
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 28px;
	font-weight: normal; 
	color: #434343;
	cursor: default;
	line-height: 30px; }

h2 {
	margin: 0;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: normal; 
	color: #434343;
	cursor: default; }

.clear { clear: both; }
	
div#player { 
	border:0 none; 
	height:24px; width:100%; 
	overflow:hidden; 
	background: #000 url(images/radio.png) repeat-x bottom; 
	padding-top: 4px; }
	div.player {
		background: #000;
		margin: 0 auto; padding: 0;
		width: 910px;
		color: #fff; font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		line-height: 22px; }
		div.player embed {
			width: 910px;
			height: 22px;
			background: #000; }
	
/* HEAD */

#wrapper {
	width: 950px;
	padding: 25px;
	margin: 0 auto;
	margin-top: 25px;
	padding-bottom: 0;
	padding-left: 0; padding-right: 0;}

#header,#footer {
	width: 854px;
	margin: 0 auto; }

#header {
	height: 42px;
	margin-bottom: 5px; }	
	.logo { 
		width: 151px; height: 42px; float: left; }
	.changer {
		margin-top: -20px;
		margin-left: 740px;
		position: absolute;
		filter:alpha(opacity=90);
		-moz-opacity: 0.9;
		opacity: 0.9; }
		.changer ul { margin: 0; padding: 0; }
			.changer ul li { display: inline; list-style: none; margin-right: 10px; }
			.changer img {
				padding: 1px; background: url(images/15.png); }
	div.menu { 
		float: right; padding-top: 20px; }
		ul.menu {
			cursor: default;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			color: #262626;
			margin: 0; padding: 0; }
			ul.menu li {
				margin: 0; padding: 0; margin-left: 13px;
				list-style: none;
				display: inline; }
	div.menu a {
		color: #262626;
		text-decoration: none;
		font-weight: bold; }
		div.menu a:hover {
			color: #000;
			text-decoration: underline; }

#content {
	width: 854px;
	margin: 25px auto;
	height: 345px;
	padding: 40px;
	padding-top: 30px;
	background: url(images/scroller.png) no-repeat top center; }
	div.content {
		line-height: 20px;
		height: 355px;
		width: 850px;
		position:absolute;
		overflow: auto;
		padding-top: 2px; }

.items { margin: 0 auto;  margin-top: 20px; height: 320px; width: 770px; }
	.item {
		float: left;
		margin-right: 20px;
		font-size: 11px;
		color: #8d8d8d; }
		.item img { margin-bottom: 8px; }
		
.footer {
	float: left;
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 15px; }
	.f-right { float: right; }
	.f-right img {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5; }
.footer a { color: #000; }