/* RadioSEGA Style Sheet */
/* MAIN DIV LAYOUT */
#wrap {
	width:920px;
	margin:0px auto 0px auto;
	background-image:url(../../img/template/background.gif);
}
#userbar {
	width:280px;
	height:50px;
	border:1px solid #424242;
	padding:0px;
	margin:13px 24px 0px 0px;
	float:right;
	font-size:12px;
}
#lang {
	height:16px;
	margin:0 10px 0 10px;
	padding:2px 10px 2px 10px;
	border-bottom:#CCCCCC 1px solid;
	font-size:12px;
	background:url(../../img/template/langbar.gif);
}
#header {
	height:80px;
	background-image:url(../../img/template/header.gif);
}
#menu {
	height:42px;
	clear:both;
}
#playingbar {
	background-image:url(../../img/template/playingbar.gif);
	background-repeat:no-repeat;
	width:420px;
	height:26px;
	margin:5px 15px 0px 5px;
	padding:2px 2px 2px 28px;
	font-size:12px;
	line-height:11px;
	overflow:hidden;
	float:right;
}
#contentbox {
	width:900px;
	margin:0px;
	padding:0px 10px 0px 10px;
}
#footer {
	clear:both;
	width:905px;
	height:78px;
	padding-right:15px;
	margin:0px auto 0px auto;
	background-image:url(../../img/template/footer.gif);
	background-repeat:no-repeat;
}
div.userinfo {
	width:170px;
	margin:2px auto 2px auto;
	padding:2px;
	border:1px solid #CFCFCF;
	background-color:#FAFAFA;
}