@CHARSET "UTF-8";

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #777;
}

body {
	background: url(../img/body.jpg);
}

h1 {
	font-size: 18px;
	color: #aec200;
	font-weight: normal;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2, h3 {
	font-size: 13px;
	color: #aec200;
}

h3 {
	margin-bottom: 20px;
}

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

#header {
	display: block;
	width: 962px;
	height: 257px;
	background: url(../img/header.jpg) no-repeat top left;
}

#newsletter {
	display: block;
	width: 470px;
	height: 19px;
	margin: auto;
	padding-top: 10px;
}

#newsletter a {
	text-decoration: none;
	color: #f00;
}

#page {
	width: 962px;
	background: url(../img/page.jpg) repeat-y top left;
}

#leftcol {
	width: 495px;
	float: left;
}

#news {
	width: 405px;
	margin-left: 52px;
	background: url(../img/tit_news.png) no-repeat top left;
	padding-top: 30px;
}

.news {
	margin-bottom: 12px;
}

#focus {
	width: 419px;
	margin-left: 45px;
	background: url(../img/focus_bkgd.png) repeat-y top left;
}

#focus h2, #focus p {
	width: 370px;
	margin-left: 25px;
	margin-bottom: 4px;
}

#rightcol {
	width: 465px;
	margin-left: 495px;
	border-left: 2px dotted #cdcdcd;
}

#player {
	display: block;
	width: 348px;
	height: 407px;
	background: url(../img/player.png) no-repeat top left;
	margin-left: 33px;
	padding: 17px;
}
	#player h1 {

		margin-bottom: 3px;
		padding-bottom: 7px;
		color: #aec200;
		font-size: 16px;
	}
	#player h2 {
		margin-top: 5px;
		margin-bottom: 5px;
		padding-bottom: 3px;
		border-bottom: 1px dotted #000;
		font-size: 13px;
	}
	#player p {
		color: #ccc;
	}

#video {
	width: 360px;
	margin-left: 43px;
}

#footer {
	display: block;
	width: 962px;
	height: 125px;
	background: url(../img/footer.jpg) no-repeat top left;
}

.reset {
	clear: both;
}

.dotted {
	height: 2px;
	border-top: 2px dotted #cdcdcd;
	margin-bottom: 10px;
}

.download {
	text-decoration: none;
	text-transform: uppercase;
	color: #555;
}

.download:hover {
	color: #aec200;	
}

.finalista {
	text-decoration: none;
	text-transform: uppercase;
	color: #555;
}
