body
{
	background: url(img/bg.jpg) repeat #fff;
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #1e1b18;
}

img
{
	border: 0;
}

#killer
{
	clear: both;
}

#wrapper
{
	width: 860px;
	margin: auto;
}

/*---------------------- header -------------------------*/
#header
{
	width: 860px;
	margin: auto;
}

#logo
{
	float: left;
}

#logo a
{
	text-decoration: none;
}

#lang
{
	float: right;
	margin: 66px 0 0 0;
	padding: 0 10px 0 10px;
	border: 1px dotted #477db5;
}

#lang a
{
	text-decoration: none;
}
/*---------------------- header -------------------------*/

/*---------------------- left_content -------------------------*/
#left_content
{
	float: left;
	width: 300px;
	margin: 10px 0 10px 10px;
	padding: 0 10px 0 0;
	border-right: 1px solid black;
}

#onair
{
	margin: auto;
}

#onair iframe
{
	width: 305px;
	height: 130px;
	margin: 0;
	padding: 0;
	border: 0;
}

#onair_fallback
{
    width: 300px;
	height: 131px;
    background: url(img/bar.gif);
	text-align: center;
	line-height: 40px;
}

#onair_fallback a
{
	text-decoration: none;
	color: white;
	font-size: 16pt;
}

#welcome
{
	margin: 7px 0 9px 0;
	font-size: 14pt;
	font-weight: bold;
}

#welcome p
{
	margin: 0;
	font-size: 10pt;
	font-weight: normal;
}

#banner
{
	margin: auto;
}

/*---------------------- left_content -------------------------*/

/*---------------------- right_content -------------------------*/
#right_content
{
	float: right;
	width: 530px;
	margin: 10px 0 10px 5px;
}

#menu
{
	width: 100%;
	height: 39px;
	/*background: url(img/menu_bg.gif) no-repeat center;*/
	background: #a90329;
}

#menu ul
{
	list-style: none;
	padding: 0 5px 0 5px;
	margin: 0;
	display: block;
}

#menu ul li
{
	list-style: none;
	display: inline;
	float: left;
	width: auto;
	padding-left: 10px;
	font-size: 9pt;
	line-height: 39px;
}

#menu ul li a
{
	float: left;
	text-decoration: none;
	padding: 0px 5px 0 5px;
	color: #fff;
	text-align: center;
}

#menu ul li a:hover
{
	text-decoration: none;
	color: #000000;
	background: #e2e0e1;
}

#foto
{
	float: right;
	margin: 0;
}

.contents
{
	float: left;
	display: none;
    width: 355px;
    height: 490px;
	margin: 0;
	padding: 10px 0 0 5px;
	background: url(img/bg_contents.jpg);
}

#mission
{
	display: block;
}

#partners a
{
	text-decoration: none;
}

#palinsesto ul
{
	padding-left: 20px;
}
/*---------------------- right_content -------------------------*/

/*----------------------------- footer -------------------------*/
#footer
{
	width: 900px;
	height: 65px;
	margin: auto;
	padding-top: 30px;
	color: #a90329;
	background: url(img/footer_bg.gif) no-repeat center;
}

#copyright
{
	float: right;
	padding-left: 10px;
}

#footer_links
{
	float: left;
	padding-right: 15px;
}

#footer_links a
{
	text-decoration: none;
	color: #a90329;
	padding-left: 10px;
}

#footer_links a:hover
{
	text-decoration: underline;
	color: #a90329;
}
/*----------------------------- footer -------------------------*/