html, body {
	margin: 0;
	padding: 0;
	background-color: #00a1e3;
}

img  {
	border: 0;
}
#container {
	background-color:#322a71;
	width: 950px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/main_bg.gif);
	background-repeat: no-repeat;
	border: 1px solid #000000;
	position: relative;
}
#container #header {
	width: 950px;
	height: auto;
	float: right;
}
#container #header #navigation {
	float: right;
	height: 260px;
	width: 348px;
	position: relative;
}
#container #header object {
	float: right;
	height: 260px;
	width: 348px;
	clear: right;
}
#container #mainwrapper {
	clear: both;
	height: auto;
}
#container #mainwrapper #leftsidebar {
	height: auto;
	width: 288px;
	border: 1px solid #FFFFFF;
	margin-left: 10px;
}
#container #mainwrapper #leftsidebar object {
	border: 1px solid #FFFFFF;
	z-index: 1;
}
#container #mainwrapper #rightside {
	height: auto;
	width: 650px;
	float: right;
}
#container #mainwrapper #rightside p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	padding-left: 40px;
	padding-right: 40px;
}
#container #mainwrapper #rightside a {
	color: #FFFF00;
	text-decoration: none;
}
#container #mainwrapper #rightside a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#container #mainwrapper #rightside #music {
	height: auto;
	margin-top: 8px;
	width: 150px;
	float: right;
	text-align: left;
	padding: 10px;
	margin-right: 40px;
	margin-left: 15px;
	padding-right: 10px;
}

#container #mainwrapper #rightside #music .player {
	float: right;
	height: auto;
	width: 150px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #FFFFFF;
}
#container #mainwrapper #rightside #music .item {
	width: auto;
	height: auto;
	margin-top: 10px;
	clear: both;
	margin-bottom: 10px;
}
#container #mainwrapper #rightside #music .item img {
	border: 1px solid #ffffff;
}
#container #mainwrapper #rightside #music .item img a {
	border: 1px solid #FFFFFF;
}
#container #mainwrapper #rightside #music .item img a:hover {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#container #footer {
	clear: both;
	height: 244px;
	width: 950px;
	background-image: url(../images/footer_bg.gif);
}
#container  #footer  p {
	color: #00a1e3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	bottom: 0px;
	float: right;
	right: 6px;
	position: relative;
	top: 220px;
}
#container  #footer  p  a{
	color: #00a1e3;
	text-decoration: none;
}
#container #footer p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* ad //////////////// */

#ad {
	height: auto;
	width: 140px;
	position: fixed;
	left: -1px;
	top: 4px;
	background-color: #00A1E3;
	padding: 4px 4px 4px 6px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-right-radius: 8px;
	z-index: 2;
}
#ad p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 4px;
	white-space: normal;
}
#ad  p a {
	color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}
#ad p a:hover {
	text-decoration: underline;
}
#ad img  {
	float: right;
	padding: 1px;
	vertical-align: top;
	width: 39px;
	height: 30px;
}
#ad  a img  {
	border: solid yellow 1px;
}
#ad a:hover img {
	border: 1px solid #FF0000;
}
