/* Basis
+----------------------------------------+*/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #1d2228;
	font-family: Tahoma, Arial; 
	font-size: 11px; 
 	color: #FFF;
}

.clear {
	clear: both;
	line-height: 0;
}

/* Container
+----------------------------------------+*/
#outline {
	margin: 0 auto;
	width: 980px;
	background-color: #292d33;
	border: 1px solid #3d4146;
	border-top: 0px;
	padding: 0 4px;
}

/* Header
+----------------------------------------+*/
#header {
	width: 980px;
	height: 119px;
	padding-bottom: 3px;
}

#header .menu {
	padding: 0;
	margin: 0;
	background: url('../img/header_bg.jpg') repeat-x;
	width: 980px;
	height: 36px;
	text-decoration: none;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#header .menu ul {
	list-style: none;
	margin: 0; 
	padding: 0;
}

#header .menu li {
	display: inline;
}

#header .menu li a {
	height: 26px; 
	padding: 10px 20px 0 20px; 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none; 
	display: block; 
	float: left;
}

#header .menu li a:hover {
	background: url('../img/header_top_hover.jpg') repeat-x;
	color: #FFF; 
	height: 26px;
	text-decoration: underline;
}

#header .menu li .selected {
	background: url('../img/header_top_hover.jpg') repeat-x;
	color: #FFF; 
	height: 26px;
	text-decoration: underline;
}

#header .logo {
	width: 980px;
	height: 82px;
	background: url('../img/header.jpg') repeat-x;
}

#header .logo .logo_left {
	float: left;
	width: 622px;
}

#header .logo .player {
	color: #222;
	position: relative;
	top: 17px;
	float: right;
	width: 358px;
}

/* Content
+----------------------------------------+*/
#content_left {
	float: left;
	width: 780px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#content_left .advert {
	float: left;
}

#content_left .main_content {
	float: left;
	padding: 30px;
	width: 550px;
	text-align: left;
}

#content_left .main_content a {
	color: #818384;
}

#content_left .main_content a:hover {
	color: #fff;
}

#content_left .radio_boxes {
	float: left;
}

#content_left .ad_box {
	float: left;
	padding: 0 2px 3px 2px;
	margin: 0 0 3px 0;
	border: 1px solid #33373c;
	background-color: #1d2228;
}

#content_left .radio_boxes .box {
	float: left;
	padding: 0 2px 3px 2px;
	margin: 0 0 3px 3px;
	border: 1px solid #33373c;
	background-color: #1d2228;
	display: inline;
	height: 97px;
}

#content_left .advert_top {
	background: url('../img/box_top.jpg') no-repeat;
	height: 12px;
	width: 121px;
}

#content_left .advert_box img,
#content_left .advert_box {
	width: 120px;
	height: 480px;
}

#content_left .radio_box_top {
	background: url('../img/box_top.jpg') no-repeat;
	height: 12px;
	width: 121px;
}

#content_left .radio_box {
	background: url('../img/radio_box_bg.jpg') repeat-x;
	width: 121px;
	height: 80px;
}

#content_right {
	float: left;
	margin: 0;
	padding: 0;
	width: 190px;
	vertical-align: top;
}

#content_right .menu_top {
	width: 185px;
	height: 31px;
	line-height: 31px;
	margin: 0;
	padding-left: 15px;
	vertical-align: middle;
	text-align: left;
	font-weight: bold;
	background-image: url(../img/menu_top2.jpg);
	background-repeat: repeat-x;
}

#content_right .menu {
	margin: 0;
	padding: 0;
	width: 195px;
	border-left: 1px solid #33373c;
}

#content_right .menu a {
	padding-left: 5px;
	text-align: left;
	display: block;
	height: 27px;
	color: #818384;
	text-decoration: none;
	background-color: #191c1f;
	border-bottom: 1px solid #323538;
	line-height: 27px;
	vertical-align: middle;
}

#content_right .menu a:hover {
	color: #fff;
	background-color: #25282a;
}

#content_right .reclame {
	margin: 0;
	width: 195px;
	background-color: #191c1f;
	border-left: 1px solid #33373c;
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 16px;
	padding-left: 0px;
}

