@charset "utf-8";
/* CSS Document */

body {
	font-family: Trebuchet MS, Georgia, Tahoma, sans-serif;
	font-size: 11px;
	color: #ffffff;
	margin:0;
	padding:0;
	background:url(images/bg.gif) #f88a00;
}
img {
	border:0;
}
.b { font-weight:bold; }
.fr { float:right; }
.fl { float: left; }
.pcontent { padding:10px; }


#container {
	width:900px;
	margin:50px auto 0 auto;
	padding:0;
}
#header {
	float:left;
	width:900px;
	padding:0px;
	margin:0;
	color:#242424;
	height:186px;
}

#content {
	float:left;
	width:900px;
	padding:0px;
	color:#242424;
	margin:0;
	background:url(images/content_bg.gif) repeat-y center;
}
#content #sponsors {
	float:right;
	width:240px;
}

#content .text {
	border:2px solid #f48800;
	width:624px;
	float:left;
	margin:0 0 0 16px;
	color:#FFFFFF;

}
#content .text a {
	color:#FFFFFF;
	}
#content .text a:hover {
	text-decoration:underline;
}
#games {
	float:left;
	width:900px;
	color:#242424;
}

#footer {
	float:left;
	width:880px;
	padding:0 10px 0 10px;
	color:#242424;
}
#footer a {
	color: #242424;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}

ul.lista {
	margin:0; 
	padding:0 10px; 
	list-style:none;
}
ul.lista li {
	padding:5px; 
	border-bottom:#f48800 1px solid;
}

