body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	background-image: url(images/background_02.jpg);
	background-repeat: repeat-x;
	background-color: #26486E;
	margin-left: 31px;
	margin-top: 18px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: left bottom;
}
/* TinyMCE Roules */
body.mceContentBody {
   	background: #FFFFFF;
   	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a {
	color: #D2791F;
	font-weight: bold;
}
a:hover {
	color: #FFCC00;
}
#tunes {
	position:absolute;
	background-image:url("images/tunestemp.gif");
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center center;
	left:735px;
	top:92px;
	width:150px;
	height:224px;
	z-index:1;
}
#ue_popup,#ue_popup_event{
	position:absolute;
	left:148px;
	top:49px;
	width:468px;
	z-index:2;
	visibility: hidden;
}
#ue_location {
	font-size: 10px;
	color: #999999;
}
#ue_event_title{
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #607073;
	font-weight: bold;
	padding:10px;
	padding-left:15px;
}
#content {
	padding-left:25px;
	padding-right:25px;
	padding-top:10px;
	padding-bottom:10px;
}