@charset "UTF-8";
/* CSS Document */

body { 
	margin: 0 0 0 0; padding: 0 0 0 0;
	text-align: center;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	background: url(../img/bgimg.jpg) no-repeat top center #333;
	}
	
/* TEXT */
h1 {font-size: 24px; font-weight: bold; text-transform: uppercase; color:#b01b38; }
h2 {font-size: 18px; font-weight: normal; text-transform: uppercase;}
h3 {font-size: 16px; font-weight: normal; text-transform: uppercase;}
p {font-size: 12px; font-weight: normal; color:#fff;}


/* LINKS */
a {color: #888; text-decoration: none;}
a:visited {color: #888;}
a:hover {color: #888; text-decoration: underline;}

/* LISTA */
ul {margin: 0; padding: 0 0 0 0; text-align: left; list-style-type: none;}
li {background: url(../img/arrow.png) center left no-repeat; margin: 0; padding: 0 0 0 13px; font-size: 12px;}
li:hover {background: url(../img/arrow.png) center left no-repeat;}
li.nolink {background: none; padding: 0; border-bottom: 1px solid #444; width: 270px;}
.date {float: right;}
	
#wrapper {
	background: url(../img/topimg.png) no-repeat top center;
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 960px;
	height: 900px;
	}
	

	
#logoinfo{
	width: 853px;
	height: 100px;
	margin: 0 auto;
	padding: 0 auto;
	background: url(../img/logoinfo.jpg) no-repeat;
	}

#logoinfo p{
	font-size: 24px; 
	font-weight: normal; 
	color:#888;
	margin: 0;
	padding: 50px 20px 0 0;
	text-align: right;}
	
#logoinfo a {color: #fff; text-decoration: none;}
#logoinfo a:visited {color: #fff;}
#logoinfo a:hover {color: #fff; text-decoration: underline;}

#videobox {
	width: 855px;
	height: 480px;
	margin: 10px auto 100px auto;
	background: #000;
	}
	

	
#videobox img {border: none;}

.left {float:left; width: 640px;}
.right {float:right; width: 320px;}

.twitter {float:left; margin: 0 0 0 10px;}
.fanbox {float:left; margin: 30px 0 0 10px;}		

.box {
	float:left;
	width:290px;
	height: auto;
	padding: 0 0 0 20px;
	text-align: left;
	line-height: 18px;
	}
	
.box_wide {
	float:left;
	width:930px;
	height: auto;
	padding: 0 0 20px 20px;
	text-align: left;
	}
	
.box_wide p{
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	font-style: italic;
	}

.box_wide p.english {
	font-size: 10px;
	width: 580px;
	line-height: 15px;
	}
	
.box_wide img {
	float:right;
	margin: 0 0 10px 40px;
	border: none;
	}

.box img {
	border: none;
	}
	
.clear {
	float:left;
	background: url(../img/clearimg.jpg) repeat-x;
	height: 20px; 
	margin: 20px 0 0 0; 
	width: 600px; 
	}
